-
Notifications
You must be signed in to change notification settings - Fork 552
Added Homography #1085
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
Added Homography #1085
Conversation
Will be re-enabled when static test data is generated, thus reducing discrepancies between different backends.
include/af/vision.h
Outdated
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.
Can you wrap this into multiple lines. Same with the C-api
|
build arrayfire osx ci |
include/af/defines.h
Outdated
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.
Modify the name to AF_HOMOGRAPHY_[RANSAC, LMEDS]
|
[skip ci] |
include/af/vision.h
Outdated
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.
outis not a parameter name- flip the order of
htype,inlier_thranditerationsto match the function parameter order - change
af_homography_typetohtypein the documentation - change
type/dtypetootype
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.
I don't think these are necessary
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.
They may not be necessary here but it is safer and follows closely the OpenCL code, plus, this won't make too much of a difference in performance.
[skip ci]