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

Method for image transformation matrix generation (more evualtion needed) #2057

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    80b5d0b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. added a dml file to calculate the image transformation matrix, the bu…

    …iltin function name, and a simple test case to trace the namespace error from a function that is not yet fully implemented, also corrected wront initial test
    mark-p4 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3288c00 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    a616ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5205e87 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    875c75f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c8597 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. intermediate commit, added new test script, reimplemented function to…

    … have five inputs and no longer a matrix with dimensions inside.
    mark-p4 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    42a38a7 View commit details
    Browse the repository at this point in the history
  2. solid path to executing the necessary steps, throwing not implemented…

    … exceptions to trace the necessary additions
    mark-p4 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9ae2b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea9b08 View commit details
    Browse the repository at this point in the history
  4. we made it to a state were the function itself can be implemented in …

    …java, accessible through MultiReturnComplexMatrixBuiltinCPInstruction and LibCommonsMath in its own class LibMatrixIMGTransform
    mark-p4 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9a2a375 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    9a4c921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e533dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef83ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36926ac View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. image_transform_matrix.dml is now working, some testing and evaluatio…

    …n needs to be done though
    mark-p4 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    620e71e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf120d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35ea84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2d0ee9 View commit details
    Browse the repository at this point in the history
  5. disabled the transform linearized test for now, aim is to enable late…

    …r on or depricate the original dml file all together
    mark-p4 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e3e06d3 View commit details
    Browse the repository at this point in the history
  6. changes to BuiltinImageTransformLinearizedTest.java and image_transfo…

    …rm_linearized.dml, img_transform_matrix.dml, img_transform_linearized.dml
    mark-p4 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ba4322c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. various changes

    mark-p4 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3e2cb7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa7d7c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. improved tests and looking into bug with the img_transform_linearized…

    ….dml script, where it works for certain tests but not for others
    mark-p4 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e32ca44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba7e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e825ca1 View commit details
    Browse the repository at this point in the history