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 "Quick Cutto" ROI function #1576

Merged
merged 32 commits into from
Aug 16, 2024
Merged

Add "Quick Cutto" ROI function #1576

merged 32 commits into from
Aug 16, 2024

Commits on Aug 7, 2024

  1. add quick_cutto function

    HaleySchuhl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    65c6b11 View commit details
    Browse the repository at this point in the history
  2. add quick_cutto to init

    HaleySchuhl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    05a6bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9924a0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3159d9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c124436 View commit details
    Browse the repository at this point in the history
  6. add last two doc imgs

    HaleySchuhl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d6fdebf View commit details
    Browse the repository at this point in the history
  7. remaining doc images

    HaleySchuhl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    dc6617d View commit details
    Browse the repository at this point in the history
  8. return num_labels also

    HaleySchuhl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    075cf97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    295634c View commit details
    Browse the repository at this point in the history
  10. deepsource fixes

    HaleySchuhl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    574a273 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    02891f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Update roi_quick_cutto.md

    add returns to example
    HaleySchuhl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f4f06ff View commit details
    Browse the repository at this point in the history
  2. Update mkdocs.yml

    HaleySchuhl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    86f48a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28bb36e View commit details
    Browse the repository at this point in the history
  4. cast as uint8 rather than int8

    int8 doesn't play nice with cv2
    HaleySchuhl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    018a0c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    563dd18 View commit details
    Browse the repository at this point in the history
  6. Update mask.png

    HaleySchuhl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a180611 View commit details
    Browse the repository at this point in the history
  7. Update roi.png

    HaleySchuhl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1e0d610 View commit details
    Browse the repository at this point in the history
  8. Update colored_mask.png

    HaleySchuhl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bac1e98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1ca09a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Delete rgb_img.jpg

    HaleySchuhl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0f81ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a53193 View commit details
    Browse the repository at this point in the history
  3. Update roi_quick_cutto.md

    make the example code reflect the new syntax for using the function
    HaleySchuhl committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a1000f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    a67c2d6 View commit details
    Browse the repository at this point in the history
  2. Remove quick_cutto docs

    k034b363 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    231e381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70a1cda View commit details
    Browse the repository at this point in the history
  4. Remove docs images for now

    nfahlgren committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ab069a2 View commit details
    Browse the repository at this point in the history
  5. Add newline at end of file

    nfahlgren committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0d769a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ca88eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0dc4cb6 View commit details
    Browse the repository at this point in the history
  8. Revert "Import logical_and from main package"

    This reverts commit 0dc4cb6.
    nfahlgren committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a3939ce View commit details
    Browse the repository at this point in the history