8000 SimpleITK-based object classifier? · Issue #7 · haesleinhuepf/apoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SimpleITK-based object classifier? #7

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

Open
haesleinhuepf opened this issue Feb 6, 2022 · 1 comment
Open

SimpleITK-based object classifier? #7

haesleinhuepf opened this issue Feb 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@haesleinhuepf
Copy link
Owner

To give more options for object classification while maintaining the installability of apoc, it might make sense to setup a second ObjectClassfier, that uses internally the regionprops from SimpleITK.

We could then classify objects accorind to their

  • maximum
  • mean
  • median
  • minimum
  • sigma
  • sum
  • variance
  • bbox
  • centroid_0
  • elongation
  • feret_diameter
  • flatness
  • roundness
  • equivalent_ellipsoid_diameter_0
  • equivalent_ellipsoid_diameter_1
  • equivalent_spherical_perimeter
  • equivalent_spherical_radius
  • number_of_pixels
  • number_of_pixels_on_border
  • perimeter
  • perimeter_on_border
  • perimeter_on_border_ratio
  • principal_axes0
  • principal_axes1
  • principal_axes2
  • principal_axes3
  • principal_moments0
  • principal_moments1

We could alternatively build this in optionally in the existing object classifier. The user-interface in napari may need a major redesign for this.

See also:
https://github.com/haesleinhuepf/napari-simpleitk-image-processing/blob/main/src/napari_simpleitk_image_processing/_simpleitk_image_processing.py#L789

@haesleinhuepf
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant
0