Ask Your Question

DrPepperJo's profile - activity

2018-09-04 04:00:03 -0600 commented question Problem with static built

@berak: So what you are saying is that by specifying OpenCV_STATIC manually in your project, you are stating to OpenCV t

2018-09-03 07:47:44 -0600 commented question Problem with static built

@StevenPuttemans: I do not understand exactly what you are trying to say. But in general it is totally ok to link static

2018-09-03 07:47:22 -0600 answered a question Problem with static built

@StevenPuttemans: I do not understand exactly what you are trying to say. But in general it is totally ok to link static

2018-08-30 02:57:55 -0600 asked a question Problem with static built

Problem with static built Hi guys, for me personally, the "NOT DEFINED BUILD_SHARED_LIBS" in line 46 of OpenCVConfig.cm

2018-01-22 10:03:18 -0600 received badge  Enthusiast
2018-01-14 11:44:29 -0600 asked a question Aruco subdictionary

Aruco subdictionary I want to use a number of charuco boards in one shot and want to uniquely identify them. Is there a

2018-01-14 11:40:21 -0600 asked a question Aruco dictionary creation

Aruco dictionary creation Why do I get different dictionaries for those 2 lines? auto const dict1( cv::aruco::getPredef

2017-04-19 09:46:33 -0600 commented question Estimating Homography including Radial Distortion

Thanks, by now I already did ...

2017-04-16 18:14:25 -0600 asked a question Estimating Homography including Radial Distortion

Given a set of sparse correspondences between two images, is there an easy way to estimate a homography including radial distortion parameters in OpenCV?