]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
CalcGlobalOrientation returns double. #33
authorjamesb <jamesb@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Mon, 14 Dec 2009 19:35:11 +0000 (19:35 +0000)
committerjamesb <jamesb@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Mon, 14 Dec 2009 19:35:11 +0000 (19:35 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2433 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/interfaces/python/api

index c2fde832e59bd7b75c20094e56a8b8d92e14191b..086e8ad3fa1e014b7004c86a631e78bdd79267d5 100644 (file)
@@ -1318,6 +1318,10 @@ StereoRectify
   CvMat P2
   CvMat Q NULL
   int flags CV_CALIB_ZERO_DISPARITY
+  double alpha -1
+  CvSize newImageSize cvSize(0,0)
+  CvRect* roi1 NULL
+  CvRect* roi2 NULL
 StereoRectifyUncalibrated
   CvMat points1
   CvMat points2
@@ -1414,7 +1418,7 @@ CalcMotionGradient
   double delta1
   double delta2
   int aperture_size 3 /ch_aperture
-CalcGlobalOrientation
+CalcGlobalOrientation double
   CvArr orientation
   CvArr mask
   CvArr mhi