Ask Your Question

learningOpenCV's profile - activity

2019-06-19 05:41:31 -0600 asked a question EAST text detector

EAST text detector In the east text model available with openCV, which dataset is used for pretraining?

2015-07-23 02:52:44 -0600 asked a question Disparity image looks like the left image

The disparity image I am getting looks like it contains objects which only appear in the left camera image. The objects are relatively close up to the cameras, <30cm. I previously thought the disparity map would show only the area shown in both the left and right cameras. Does disparity map work with objects this close up?

2015-07-09 04:21:20 -0600 asked a question real time disparity map

Is a disparity map of two live camera feeds meant to keep changing, when there is nothing at all moving in the camera view??? Please help!

2015-06-29 04:13:19 -0600 received badge  Enthusiast
2015-06-22 09:33:05 -0600 asked a question camera stereo calibration images

My question is, if I am to use stereoCalibrate() and input the individual camera matrices and distortion coefficients found from camera Calibrate(), can I achieve the best calibration results by using the left and right images from the individual calibration in the stereoCalibrate(), ..or can I use different images for the stereoCalibrate() compared to those in cameraCalibrate(), and still achieve good results?

Thanks