Ask Your Question

a739's profile - activity

2020-06-09 04:59:16 -0600 commented question cv::waitKey() upper-/lowercase difference

This might not be possible with opencv only on all platforms. Consider using another library (or win32/X11 API)

2020-06-08 21:32:48 -0600 received badge  Supporter (source)
2019-07-31 10:34:43 -0600 received badge  Enthusiast
2019-07-09 21:55:39 -0600 received badge  Necromancer (source)
2019-07-05 11:45:13 -0600 answered a question Assertion failed i < 0, in calibrateCamera()

We need to give rvec and tvec as vector<cv::Mat> In the sample code rvec and tvec is of cv::Mat Sou

2019-07-05 08:16:52 -0600 asked a question How to use the rotation and translation vector to translate undistorted image?

How to use the rotation and translation vector to translate undistorted image? Assume that I have cv::Mat image; std::v