-
Notifications
You must be signed in to change notification settings - Fork 88
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
NearbyPoint bug fix and minor fixes #46
Conversation
@@ -863,9 +863,9 @@ void cctagDetection( | |||
/* identification in CUDA requires a host-side nearby point struct | |||
* in pinned memory for safe, non-blocking memcpy. | |||
*/ | |||
if( markers.size() > 60 ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lcalvet: is that ok for you?
The scale should not be exposed as it could be interpret as the scale of a point of interest, typically like in SIFT, SURF, etc. and could therefore be used for sorting purpose, etc. which doesn't make any sense. |
|
|
629688e
to
1b4ce2f
Compare
I removed the commit which expose the scale & quality. |
instead of checking width/height separately
1b4ce2f
to
ebc8a82
Compare
No description provided.