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

Histogram Matching #1769

Merged
merged 12 commits into from
Nov 4, 2016

Commits on Nov 4, 2016

  1. Correct Text in Unit Test

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    7e96268 View commit details
    Browse the repository at this point in the history
  2. Loosen Constraints on Sigmoidal Contrast

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    79868a1 View commit details
    Browse the repository at this point in the history
  3. Loosen Constraints on Histogram Equalization

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    0722e2f View commit details
    Browse the repository at this point in the history
  4. Improve Class, Function, Variable Names

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    a925460 View commit details
    Browse the repository at this point in the history
  5. Reorganize Histogram Equalization

    Since histogram equalization and histogram matching are closely related,
    the histogram equalization code has been reorganized to allow parts of
    it to be reused (called-into from elsewhere).
    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    186e6ec View commit details
    Browse the repository at this point in the history
  6. (Multiband|)Tile Histogram Matching

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9c770d4 View commit details
    Browse the repository at this point in the history
  7. Add RDD Histogram Matching Capability

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    0f3a7c5 View commit details
    Browse the repository at this point in the history
  8. Add (Multiband|)Tile Histogram Matching Unit Tests

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    77b664d View commit details
    Browse the repository at this point in the history
  9. Add Histogram Matching RDD Unit Tests

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    c002ec3 View commit details
    Browse the repository at this point in the history
  10. Remediate ScalaDocs

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    e7d994a View commit details
    Browse the repository at this point in the history
  11. Add Additional Sigmoidal Contrast ScalaDocs

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    3153275 View commit details
    Browse the repository at this point in the history
  12. Add Histogram Matching ScalaDocs

    James McClain committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    2e75324 View commit details
    Browse the repository at this point in the history