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

Pyramid image byte changes #963

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

eben0012
Copy link
Contributor

ENH Update image pyramid to work with color images, byte and short images

@decrispell

PR Checklist

  • Makes breaking changes to the vxl/core/* API that requires semantic versioning increase
  • 🚫 Makes design changes to existing vxl/core* API that requires semantic versioning increase
  • 🚫 Makes changes to the contributed directory API DOES NOT require semantic versioning increase
  • 🚫 Adds tests and baseline comparison (quantitative).
  • 🚫 Adds Documentation.

Comment on lines +33 to +34
//if (img->nplanes() != 1)
// return;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unnecessary code unless there is some specific reason it's still useful as a comment

@@ -56,7 +56,7 @@ class vpgl_utm
double& x_out, double& y_out) const;

private:
double a_{6378137}, b_{6356752.3142};
double a_{6378137}, b_{6356752.31424518};
Copy link
Member

@decrispell decrispell Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to include this in this PR?

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

Successfully merging this pull request may close these issues.

3 participants