-
Notifications
You must be signed in to change notification settings - Fork 0
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
86 add roi analysis tutorial #89
Conversation
Deploying with Cloudflare Pages
|
87ba6f2
to
097eb9a
Compare
ffbe6a8
to
ff30ded
Compare
d06e219
to
b516c7d
Compare
1009f02
to
18f6eb8
Compare
I don't think anyone wants to read a long list of numbers in a table with many digits You can show the distribution in a graph or add the value in the image next to the region of interest (but cut the many digits) |
It would make more sense to draw a horizontal line here to show where the cutoff is. You can put "nuts" and "washers" in a legend with the right color association. Also the cutoff you chose is overfitting the data and probably does not generalize well on new images of nuts and washers. No need to start expanding on classifiers, but you should mention it. |
I really think the table of numbers can go away. |
23578f2
to
4539871
Compare
@targos can you review the page on metadata? https://86-add-roi-analysis-tutorial.image-js-docs.pages.dev/docs/Tutorials/Extracting%20metadata |
The contents look fine and we can merge it, but I would not have agreed to doing a tutorial on metadata at this point. This is one of the less stable and thought of APIs in ImageJS. About "Getting extra data", maybe mention somewhere that it is XML? It's weird to use a custom-made parser to handle it. |
Added the mention. |
When referring to classifiers, maybe use a more specific reference. "Machine learning" is a very broad term. |
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.
LGTM, just update the link
Done |
…#89) * docs wip write roi analysis page * docs wip add some code for analysis * docs wip add images and * docs wip add images of metadata * docs wip add code examples * docs: add quotes to some tags mentions * add: extra data images and roi properties table * docs: replace an image with comparison * docs: fix spelling check * docs: improve text and fix minor errors * docs: create metadata tutorial and add more code to roi tutorial * docs wip rework roi analysis page * docs: move distribution graph * docs: fix case sensitivity error * docs: fix the unit in pixel size * docs wip change roundness part of the tutorial * docs wip add screws image analysis * docs: add explanations to irregular behavior of some ROIs and add images * docs wip explain how to sort nuts from washers * docs: add final result and remove unused images * docs: add minor changes and fix minor errors * docs: add more details to metadata intro * docs: make minor changes * docs: redo size distribution example and fix screws example * docs: improve phrasing in metadata tutorial * docs: minor fixes in code examples * docs: resolve conversations * docs: restructure mbr graph * docs: add XML mention to extra data * docs: update machine learning classifier link
…#89) * docs wip write roi analysis page * docs wip add some code for analysis * docs wip add images and * docs wip add images of metadata * docs wip add code examples * docs: add quotes to some tags mentions * add: extra data images and roi properties table * docs: replace an image with comparison * docs: fix spelling check * docs: improve text and fix minor errors * docs: create metadata tutorial and add more code to roi tutorial * docs wip rework roi analysis page * docs: move distribution graph * docs: fix case sensitivity error * docs: fix the unit in pixel size * docs wip change roundness part of the tutorial * docs wip add screws image analysis * docs: add explanations to irregular behavior of some ROIs and add images * docs wip explain how to sort nuts from washers * docs: add final result and remove unused images * docs: add minor changes and fix minor errors * docs: add more details to metadata intro * docs: make minor changes * docs: redo size distribution example and fix screws example * docs: improve phrasing in metadata tutorial * docs: minor fixes in code examples * docs: resolve conversations * docs: restructure mbr graph * docs: add XML mention to extra data * docs: update machine learning classifier link
* docs: add holes info page * docs: move one line explanation to the right spot * docs: add clearBorder page * docs: make changes to operations main page * docs: add paintMask page * docs: add ellipse page * docs: minor changes in clearBorder * docs: minor fixes * docs: fix links to options' docs * docs: fix links on clearBorder page * docs: add image example to paintMask * docs: explain image coordinates in getting started (#96) * docs: implement feedback to getting started and basic section (#99) * docs: fix misuse of word "kernel" close: #101 * feat: add roi analysis tutorial and explanations about image metadata (#89) * docs wip write roi analysis page * docs wip add some code for analysis * docs wip add images and * docs wip add images of metadata * docs wip add code examples * docs: add quotes to some tags mentions * add: extra data images and roi properties table * docs: replace an image with comparison * docs: fix spelling check * docs: improve text and fix minor errors * docs: create metadata tutorial and add more code to roi tutorial * docs wip rework roi analysis page * docs: move distribution graph * docs: fix case sensitivity error * docs: fix the unit in pixel size * docs wip change roundness part of the tutorial * docs wip add screws image analysis * docs: add explanations to irregular behavior of some ROIs and add images * docs wip explain how to sort nuts from washers * docs: add final result and remove unused images * docs: add minor changes and fix minor errors * docs: add more details to metadata intro * docs: make minor changes * docs: redo size distribution example and fix screws example * docs: improve phrasing in metadata tutorial * docs: minor fixes in code examples * docs: resolve conversations * docs: restructure mbr graph * docs: add XML mention to extra data * docs: update machine learning classifier link * docs: minor fixes in links (#104) * docs: fix minor issues in basics section * docs: fix minor issues in filters section * docs: fix minor issues in comparison section * docs: fix minor issues in geometry section * docs: minor fixes in morphology section * docs: minor fixes in operations section * docs: minor fixes in roi analysis section * docs: minor fixes in tips section * docs: minor fixes in tutorials section close: #81 * docs: remove invalid link * docs: fix prettier error * docs: fix prettier error * docs: remove unnecessary meta-code comment * docs: remove misleading quotes in the default value
close: #86