-
Notifications
You must be signed in to change notification settings - Fork 0
docs: improve glossary #33
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
Conversation
Deploying with
|
Latest commit: |
394b626
|
Status: | ✅ Deploy successful! |
Preview URL: | https://508cb84e.image-js-docs.pages.dev |
Branch Preview URL: | https://29-feedback-on-glossary.image-js-docs.pages.dev |
I'm wondering if we should remove the definition of "intensity", or maybe give it a narrow definition which fits in the context of image-js. Because the definition is actually not very well defined for digital image processing. It's clear what it is for grey images but ambiguous, but not for multi-channel images. Can you review where this term is used in the library (parameters, method names etc...) and report it in an issue? We can leave it like it is for this PR.
I think it's more a specific property of each pixel than of the image.
I would say masks are a special "class" of 1-bit depth, single channel images, rather than the "grid of binary data" definition.
Do we really need this definition? Do we reference ROI maps anywhere in the public methods of image-js? |
The intensity is used as a term in centroidIntensity and watershed. I believe they define intensity the same way it is defined in glossary. We also have ROI as a separate class which comes from Mask and can create a ROI map. I am not sure yet how ROI will be documented but it will certainly be important to understand these terms outside of ROI documentation. |
No description provided.