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

hooks: skimage.feature: collect file with ORB descriptor positions #675

Merged
merged 3 commits into from
Dec 20, 2023

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    eb74c66 View commit details
    Browse the repository at this point in the history
  2. tests: run scikit-learn/scikit-image import tests in onedir mode

    Run the basic scikit-learn and scikit-image import tests only in
    onedir mode.
    rokm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    abe788b View commit details
    Browse the repository at this point in the history
  3. hooks: skimage.feature: collect the file with ORB descriptor positions

    Have the hook for `skimage.feature` collect the
    `orb_descriptor_positions.txt` file, which is required by
    `skimage.feature.ORB`.
    
    Add a basic test for ORB detector and descriptor extractor.
    rokm committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6ef5a96 View commit details
    Browse the repository at this point in the history