Skip to content

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

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Sep 9, 2016

No description provided.

Quentin Guittard added 9 commits August 19, 2016 13:57
…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
@ghost ghost added the in progress label Sep 9, 2016
@@ -12,6 +12,8 @@ target_include_directories(mvg
${OPENMVG_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
${OpenCV_INCLUDE_DIRS}
${CCTAG_INCLUDE_DIRS}
${TBB_INCLUDE_DIRS}
Copy link
Member

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)

Copy link
Member

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.

Copy link
Member

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??

Copy link
Member

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.

@ghost ghost requested a review from gregoire-dl July 5, 2017 20:00
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.

2 participants