Skip to content

Improvements in camera_calibration tutorial code#7040

Merged
opencv-pushbot merged 1 commit intoopencv:masterfrom
sovrasov:calib_tutorial_code_update
Aug 8, 2016
Merged

Improvements in camera_calibration tutorial code#7040
opencv-pushbot merged 1 commit intoopencv:masterfrom
sovrasov:calib_tutorial_code_update

Conversation

@sovrasov
Copy link
Copy Markdown
Contributor

@sovrasov sovrasov commented Aug 4, 2016

This pullrequest changes

Add new parameters which controls distortion flags and some fixes in fisheye calibration mode

@sovrasov sovrasov force-pushed the calib_tutorial_code_update branch 2 times, most recently from d454947 to 82b6ff3 Compare August 4, 2016 13:16
if (s.flag)
{
membuf sbuf(buf, buf + sizeof(buf));
std::ostream output(&sbuf);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe std::stringstream is more reliable here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alalek changed to std::stringstream

@sovrasov sovrasov force-pushed the calib_tutorial_code_update branch from 82b6ff3 to 6704069 Compare August 8, 2016 09:05
@sovrasov sovrasov force-pushed the calib_tutorial_code_update branch from 6704069 to 46c8b09 Compare August 8, 2016 09:07
@alalek
Copy link
Copy Markdown
Member

alalek commented Aug 8, 2016

👍

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.

3 participants