Skip to content
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 tiling by pixel size #424

Open
tdivoll opened this issue Aug 1, 2024 · 1 comment
Open

Add tiling by pixel size #424

tdivoll opened this issue Aug 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tdivoll
Copy link
Collaborator

tdivoll commented Aug 1, 2024

Julia uses a specific number of tiles vs Matlab is optimized based on a fixed number of pixels to determine the number of tiles. See lines 11-12 in Matlab MASTER_NE

@tdivoll tdivoll added the bug Something isn't working label Aug 2, 2024
@tdivoll tdivoll added this to the IFT Data Process milestone Aug 2, 2024
@cpaniaguam cpaniaguam self-assigned this Sep 17, 2024
@cpaniaguam
Copy link
Member

  • Add function to find optimal (square) tile side length l by computing the fraction of total pixels missed for the given image.
  • Use image size for total pixels and user provided initial l.
  • Choose from l or l plus or minus 1.
  • Incorporate into tiling workflows such as that in feat: conditional adaptive histogram equalization (CAHE) #427

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants