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 transforms for Digital Pathology #100

Merged
merged 36 commits into from
Sep 29, 2021
Merged

Add transforms for Digital Pathology #100

merged 36 commits into from
Sep 29, 2021

Commits on Sep 29, 2021

  1. Initial Transforms for digital pathology

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    fa7c8ad View commit details
    Browse the repository at this point in the history
  2. comments from code review addressed

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    4b26d41 View commit details
    Browse the repository at this point in the history
  3. Zoom integrated, kernels updated

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    c0c0729 View commit details
    Browse the repository at this point in the history
  4. expose transforms in core.operations

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    53a4d8b View commit details
    Browse the repository at this point in the history
  5. blank line at end of file fix

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1fbd15f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebfbb89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8140fc4 View commit details
    Browse the repository at this point in the history
  8. Jitter code fixed for batched data

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    7c44f0b View commit details
    Browse the repository at this point in the history
  9. Jitter code fixed for batched data v2

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    2f2b8a7 View commit details
    Browse the repository at this point in the history
  10. bug fixed in rand flip

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    d2c4b75 View commit details
    Browse the repository at this point in the history
  11. Update python/cucim/src/cucim/core/operations/color/jitter.py

    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    62bc39a View commit details
    Browse the repository at this point in the history
  12. Update python/cucim/src/cucim/core/operations/color/jitter.py

    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    9489f56 View commit details
    Browse the repository at this point in the history
  13. Update python/cucim/src/cucim/core/operations/color/jitter.py

    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    757280d View commit details
    Browse the repository at this point in the history
  14. Update python/cucim/src/cucim/core/operations/spatial/rotate_and_flip.py

    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3319ba1 View commit details
    Browse the repository at this point in the history
  15. Update python/cucim/src/cucim/core/operations/spatial/rotate_and_flip.py

    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    204412d View commit details
    Browse the repository at this point in the history
  16. Update python/cucim/src/cucim/core/operations/spatial/rotate_and_flip.py

    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    302447a View commit details
    Browse the repository at this point in the history
  17. test cases update and review comments

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    fedf562 View commit details
    Browse the repository at this point in the history
  18. test file cleaned up for rand_rotate90

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1f536ab View commit details
    Browse the repository at this point in the history
  19. isort check

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    50dc754 View commit details
    Browse the repository at this point in the history
  20. blank line fix for test cases

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    9353684 View commit details
    Browse the repository at this point in the history
  21. flask8 on color functions

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    fc488aa View commit details
    Browse the repository at this point in the history
  22. isort on color jitter post flask

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    712a403 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d4171f8 View commit details
    Browse the repository at this point in the history
  24. fixing tests in color jitter and expose

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    376ce10 View commit details
    Browse the repository at this point in the history
  25. cleaning up color test image

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    4f2816a View commit details
    Browse the repository at this point in the history
  26. Update python/cucim/src/cucim/core/operations/intensity/tests/test_sc…

    …aling.py
    
    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    bc603ff View commit details
    Browse the repository at this point in the history
  27. Update python/cucim/src/cucim/core/operations/spatial/tests/test_flip.py

    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    742bfbe View commit details
    Browse the repository at this point in the history
  28. Update python/cucim/src/cucim/core/operations/spatial/tests/test_rand…

    …om_flip.py
    
    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    54a6303 View commit details
    Browse the repository at this point in the history
  29. Update python/cucim/src/cucim/core/operations/intensity/tests/test_zo…

    …om.py
    
    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    47d3699 View commit details
    Browse the repository at this point in the history
  30. Update python/cucim/src/cucim/core/operations/intensity/tests/test_ra…

    …nd_zoom.py
    
    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    90c5291 View commit details
    Browse the repository at this point in the history
  31. Update python/cucim/src/cucim/core/operations/color/tests/test_color_…

    …jitter.py
    
    Co-authored-by: Gregory R. Lee <grlee77@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    6a8bcd8 View commit details
    Browse the repository at this point in the history
  32. update skimage.data import in test cases

    shekhardw authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3d2bb25 View commit details
    Browse the repository at this point in the history
  33. Update python/cucim/src/cucim/core/operations/expose/tests/test_expos…

    …e.py
    
    Co-authored-by: jakirkham <jakirkham@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    53e2343 View commit details
    Browse the repository at this point in the history
  34. Update python/cucim/src/cucim/core/operations/color/tests/test_color_…

    …jitter.py
    
    Co-authored-by: jakirkham <jakirkham@gmail.com>
    2 people authored and gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    a616a3b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c77b8f8 View commit details
    Browse the repository at this point in the history
  36. Ignore flake8 error for transform.py

    ./src/cucim/core/operations/expose/transform.py:18:1: F40
    'cucim.core.operations.spatial.rand_image_rotate_90' imported but unused
    gigony committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e697abf View commit details
    Browse the repository at this point in the history