Skip to content
New issue

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

response vector of the first Line in 'contours' list potential issues #40

Open
lucalusn opened this issue Sep 25, 2019 · 0 comments
Open

Comments

@lucalusn
Copy link

lucalusn commented Sep 25, 2019

In 'compute_contours' of Link.java the 'Line' objs are stored in the 'cont' list.
In the first element of this list the 'response' value seems not be filled in the correct way.
The vector has 387 values but just the first 4 are not zero. In the other elements there are no 0 values.
These values are used to fill the 'intensity' vector ... I think that its values could be invalid

All the issues that I opened are obtained with the following file

example

The params used are:

{
"path_to_file": "example.tif",
"mandatory_parameters": {
"Sigma": 3.39,
"Lower_Threshold": 0.34,
"Upper_Threshold": 1.02,
"Maximum_Line_Length": 0,
"Minimum_Line_Length": 0,
"Darkline": "LIGHT",
"Overlap_resolution": "NONE"
},

"optional_parameters": {
	"Line_width": 10.0,
    "High_contrast": 200,
    "Low_contrast": 80
},

"further_options": {
	"Correct_position": true,
	"Estimate_width": true,
    "doExtendLine": true,
	"Show_junction_points": true,
    "Show_IDs": false,
	"Verbose_mode": false,
	"Display_results": true,
	"Add_to_Manager": true,
    "Preview": true,
    "Make_Binary": false
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant