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

Shrinking source images size to effective size #19

Open
DmytroKushnirSoftserveinc opened this issue Sep 29, 2019 · 1 comment
Open

Shrinking source images size to effective size #19

DmytroKushnirSoftserveinc opened this issue Sep 29, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@DmytroKushnirSoftserveinc
Copy link
Contributor

Raw images after filtering have to mutch pixels without no information. We could crop border boxes containing an object of interest and therefore reduce the computational time wasted onto empty pixels crunching.

@DmytroKushnirSoftserveinc DmytroKushnirSoftserveinc added the enhancement New feature or request label Sep 29, 2019
@DmytroKushnirSoftserveinc
Copy link
Contributor Author

Proposed algorithm:
Having filtered image with pixels other than an object of interest set to 0 (NaN)

  1. Compute border boxes of object at all dataset images (TODO : Or it could be improved further as we can optimize on level of single fragment?)
  2. Select covering border-box, cropping out dataset of new image size.

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