Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@georgthegreat
Copy link
Contributor

@georgthegreat georgthegreat commented Sep 26, 2023

No description provided.

@georgthegreat georgthegreat changed the title Allow limiting maxPoints in akaze Allow limiting the number of keypoints in AKAZE Sep 26, 2023
@georgthegreat georgthegreat changed the title Allow limiting the number of keypoints in AKAZE Allow limiting the number of keypoints in AKAZE keypoint detector Sep 26, 2023
@asmorkalov asmorkalov added this to the 4.9.0 milestone Sep 27, 2023
@asmorkalov
Copy link
Contributor

@opencv-alalek I fixed Java test regression. Please take a look on ABI compliance checker configuration.

float threshold = 0.001f, int nOctaves = 4,
int nOctaveLayers = 4, KAZE::DiffusivityType diffusivity = KAZE::DIFF_PM_G2);
int nOctaveLayers = 4, KAZE::DiffusivityType diffusivity = KAZE::DIFF_PM_G2,
int max_points = -1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update documentation.

Copy link
Contributor

@asmorkalov asmorkalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@asmorkalov asmorkalov merged commit 9f74982 into opencv:4.x Oct 3, 2023
hanliutong pushed a commit to hanliutong/opencv that referenced this pull request Oct 7, 2023
@asmorkalov asmorkalov mentioned this pull request Oct 17, 2023
thewoz pushed a commit to thewoz/opencv that referenced this pull request Jan 4, 2024
thewoz pushed a commit to thewoz/opencv that referenced this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants