We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am passing CV_32FC1 image to the frangi2() function, In the output I'm getting rectangular black blocks in the output image.
Please see the issue, following are the parameter changes #define DEFAULT_SIGMA_START 1 #define DEFAULT_SIGMA_END 8 #define DEFAULT_SIGMA_STEP 1 #define DEFAULT_BETA_ONE 0.5 #define DEFAULT_BETA_TWO 0.1 #define DEFAULT_BLACKWHITE true
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am passing CV_32FC1 image to the frangi2() function, In the output I'm getting rectangular black blocks in the output image.
Please see the issue, following are the parameter changes
#define DEFAULT_SIGMA_START 1
#define DEFAULT_SIGMA_END 8
#define DEFAULT_SIGMA_STEP 1
#define DEFAULT_BETA_ONE 0.5
#define DEFAULT_BETA_TWO 0.1
#define DEFAULT_BLACKWHITE true
Thank you
The text was updated successfully, but these errors were encountered: