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

BugFix: Fix & enhance DAISY sampling from convoluted cubes collection. #503

Merged
merged 1 commit into from
Jan 14, 2016

Conversation

cbalint13
Copy link
Contributor

This PR address:

  • Align numeric and performance indicators to original DAISY descriptor implementation.

(1) BugFix: Fix descriptor sampling in interpolated mode over convoluted collection of cubes. Sampling should be done properly over the convoluted cubes.

(2) Enhancement: Original, and actual compute_histograms() was ment to convert (h,y,x) to (y,x,h) for the descriptor sampler part. The (h,y,x) data order was used to perform inplace stacked convolutions (first one time) but then the (y,x,h) order is useful to do fast &memory aligned .ptr<float>(y,x,0)[h] like sampling for final descriptor (at any time).

All my apologies for letting this latent issue so long, now DAISY should be at full and original quality.

@cbalint13
Copy link
Contributor Author

PR should include: opencv/opencv_extra#285 regression data.

@alalek
Copy link
Member

alalek commented Jan 14, 2016

👍

@opencv-pushbot opencv-pushbot merged commit cf5fa2d into opencv:master Jan 14, 2016
opencv-pushbot pushed a commit that referenced this pull request Jan 14, 2016
@cbalint13 cbalint13 deleted the daisy branch March 12, 2016 04:08
allnes pushed a commit to allnes/opencv_contrib that referenced this pull request Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants