-
Notifications
You must be signed in to change notification settings - Fork 2
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
Threshold in percentage #52
Comments
For me I thought about option 3, which seems more logical for me. If you agree we can do it like that 👍 |
jeaunrg
added a commit
that referenced
this issue
Jun 29, 2021
jeaunrg
added a commit
that referenced
this issue
Jun 29, 2021
jeaunrg
added a commit
that referenced
this issue
Jul 3, 2021
* enormous update from my 1 month project (CDD) * update requirements * update pytest * handle 2D image and update pytest * update save/open/new project with .iag files iag (image analysis graph) are json-like files and contains project settings. * prepare for multiple graphs * allow to open/save multiple project on same app * update pytest * fix pytest * update process/thread handle and comment * delete session folder * fix compilation issue * [#46] handle colored images * Fixes test about click & foots * Update text file test * Let all codecov checks only be informational * explain menu from dict * Add thresholding with percentage * [#52] Add thresholding with percentage * [#52] Add thresholding with percentage * dictionnary to dictionary * Remove unecessary requirement * empty filenames Co-authored-by: Hboni <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To apply a threshold in percentage, how do we calculate the true threshold ?
I would opt for the 3.
The text was updated successfully, but these errors were encountered: