Ask Your Question

uiot's profile - activity

2013-11-01 05:03:14 -0600 received badge  Student (source)
2013-10-07 05:30:49 -0600 asked a question highlight the characteristics

Tell me, please. Have OpenCV some methodes to highlight the characteristics. I have two images. And I want to find and highlight similar characteristics in two images.

I known that OpenCV have cvFindChessboardCorners. And other methode without chessboard?

Thanks.

2013-10-07 03:25:54 -0600 asked a question cvFindStereoCorrespondenceGC

Signature is this methode is such

CVAPI(void) cvFindStereoCorrespondenceGC( const CvArr* left, const CvArr* right, CvArr* disparityLeft, CvArr* disparityRight, CvStereoGCState* state, int useDisparityGuess CV_DEFAULT(0) );

Why this methode have two disparity map? How interprete these disparity maps? This methode is missing in documentation. My search did not match any documents.

If you know then tell me, please.

2013-10-06 09:29:22 -0600 asked a question how create depth from two image

Hi,I am new in OpenCV. And I misunderstand steps in creating depth map from two arbitary images.

  1. How rectificy two images?

  2. How calibrate camera without chessboard?(real image without chessbouard)

  3. How create disparity map I known with function CvStereoBMState or CvStereoGCState?
  4. And which formula must be used to calculate depth?

Simple inverse proportionality - no. because I have arbitary position of camera. May be in OpenCV have simple methode createDepth?)))

2013-10-04 07:31:17 -0600 asked a question cvCreateStereoGCState

Anybody knows why this function is missing at version 2.4.6. This function in version 2.2. Thanks!