-
Notifications
You must be signed in to change notification settings - Fork 6
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
add radius parameter to generateGreyValueCooccurrenceMatrixBox #15
Comments
Hello @haesleinhuepf ! Julien |
Hey Julien @Bobafotz , I'm glad to hear that you dived into this!
Well, you need to enter the parameter to the parameter-help-text. And you did that here. If that doesn't work from your point of view, I'd like to know where the issue is.
So I can't see obvious issues with the code, but I'd suggest carfully checking all the changes. For example here it seems your change leads to not processing the whole image anymore. I'm also not an expert but this line was meant to check if the pixel is still within the current line. I'm not sure if it makes sense multiply I was also wondering why you committed Eclipse project files? Are they necessary? It should actually be possible to import the project into Eclipse via the pom.xml file. I work with IntelliJ and also don't upload IntelliJ project files to github because I would like to make it work with any IDE. If that doesn't work with Eclipse, please let me know and I'll fix it. Last but not least, I'd suggest renaming the "pixel_distance" to something like "radius" to prevent confusion. In imaging, pixel-size and pixel-distance are terms used to configure microscopes. The radius parameter already exists in some plugins and thus, might make things easier. Feel free to file pull request or PR-draft. That makes discussion about code a bit easier as I can leave comments in line. Let me know how it goes! Cheers, |
Hello @haesleinhuepf,
My bad, it works, I didn't check since the modification of the parameter-help-text.
No, not at all, it's just a mistake in the use of Github, I am a newbie with this as well. I removed them.
And it is, I imported the pom.xml in Eclipse and succeed to make it work (by tweaking the maven-surefire-plugin version and adding a I will carefully look at the other points you mentioned and check again their relevance. Also, I will rename Thank you again Julien |
https://forum.image.sc/t/glcm-at-different-distances/42924
The text was updated successfully, but these errors were encountered: