-
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 OpenCV Use case #142
Add OpenCV Use case #142
Conversation
@elevans what do you think of this example? |
@hinerm I pulled the edit: Just updating this for the record. This use case works when using Fiji with |
Because our op.yaml exposes methods from imagej-opencv it is not just test scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great example @hinerm! I it just needs some clarification on what the parameters do. It's too bad that for now this is limited to uint8
outputs.
docs/ops/images/sample_16bit_T24.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think this file should live on media.imagej.net
and when its ready media.scijava.org
instead of the repo proper.
Instead of always opening a result, only do so if the ops denoise call was actually successful.
This commit also simplifies the Groovy script.
This commit adds more details about the denoise operation and describes what each of the parameters do. Additional this commit adds an image of the expected output with the recommended starting values.
No description provided.