-
Notifications
You must be signed in to change notification settings - Fork 18
Lens calibration: Add CCTag support #29
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
base: develop
Are you sure you want to change the base?
Conversation
…sCalibration_cleanParams Conflicts: src/lensCalibration/LensCalibration.cpp src/lensCalibration/LensCalibrationPlugin.cpp
* display Grid in overlay * display CCTags: ellipse and ID * fixes for param attributes * don't clear data when input clip change (we may loose a lot of work with a false manipulation) * add popup when the calibration is finished * rename CCTAG to ASYMMETRIC_CCTAG * fix for Nuke to force a UI refresh of the NbCheckersDetected param value
@@ -12,6 +12,8 @@ target_include_directories(mvg | |||
${OPENMVG_INCLUDE_DIRS} | |||
${Boost_INCLUDE_DIRS} | |||
${OpenCV_INCLUDE_DIRS} | |||
${CCTAG_INCLUDE_DIRS} | |||
${TBB_INCLUDE_DIRS} |
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.
@fabiencastan is it still necessary? I saw that u remove that. (I mean, until that one is merged we need this i guess)
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.
Yes, now it's needed because we use CCTag library directly (to retrieve the ellipse). Before that, the usage of CCTag was hidden behind openMVG.
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 meant the tbb include. Is the tbb included in a header of cctag??
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 removed one in my cctag PR. Need to check again if it's still needed here.
No description provided.