]> rtime.felk.cvut.cz Git - opencv.git/blobdiff - opencv/interfaces/python/api
added useExtrnisicGuess parameter description; added useExtrinsicGuess parameter...
[opencv.git] / opencv / interfaces / python / api
index a09c7a93081d8d70886ad2148d6fdc71768def40..c92a87fd36cb959fa558424691dd2450820057b9 100644 (file)
@@ -815,11 +815,11 @@ FindCornerSubPix corners
   CvSize win
   CvSize zero_zone
   CvTermCriteria criteria
-GoodFeaturesToTrack corners
+GoodFeaturesToTrack cornerCount
   CvArr image
   CvArr eigImage
   CvArr tempImage
-  cvpoint2d32f_count corners
+  cvpoint2d32f_count cornerCount
   double qualityLevel
   double minDistance
   CvArr mask NULL
@@ -1324,6 +1324,7 @@ FindExtrinsicCameraParams2
   CvMat distCoeffs
   CvMat rvec
   CvMat tvec
+  int useExtrinsicGuess 0
 FindFundamentalMat int
   CvMat points1
   CvMat points2
@@ -1654,3 +1655,146 @@ HOGDetectMultiScale CvSeq*
   CvSize cell_size cvSize(8,8)
   int nbins 9
   int gammaCorrection 1
+
+# These functions are handwritten in cv.cpp; they appear here as 'doconly' declarations
+# so that their documentation can be auto-generated
+ApproxPoly  /doconly
+  cvarrseq src_seq
+  CvMemStorage storage
+  int method
+  double parameter 0.0
+  int parameter2 0
+CalcEMD2  /doconly
+  CvArr signature1
+  CvArr signature2
+  int distance_type
+  PyCallableObject* distance_func NULL
+  CvArr cost_matrix NULL
+  CvArr flow NULL
+  float lower_bound 0.0
+  PyObject* userdata NULL
+CalcOpticalFlowPyrLK currFeatures,status,track_error /doconly
+  CvArr prev
+  CvArr curr
+  CvArr prevPyr
+  CvArr currPyr
+  CvPoint2D32f* prevFeatures
+  CvSize winSize
+  int level
+  CvTermCriteria criteria
+  int flags
+  CvPoint2D32f* guesses
+  CvPoint2D32f currFeatures /O
+  char status /O
+  float track_error /O
+ClipLine point1,point2 /doconly
+  CvSize imgSize
+  CvPoint pt1
+  CvPoint pt2
+CreateData /doconly
+  CvArr arr
+CreateHist /doconly
+  ints dims
+  int type
+  ranges ranges None
+  int uniform 1
+CreateImageHeader /doconly
+  int size
+  int depth
+  int channels
+CreateImage /doconly
+  int size
+  int depth
+  int channels
+CreateMatHeader /doconly
+  int rows
+  int cols
+  int type
+CreateMat /doconly
+  int rows
+  int cols
+  int type
+CreateMatNDHeader /doconly
+  ints dims
+  int type
+CreateMatND /doconly
+  ints dims
+  int type
+CreateMemStorage /doconly
+  int blockSize
+CreateTrackbar /doconly
+  char* trackbarName
+  char* windowName
+  int value
+  int count
+  PyCallableObject* onChange
+FindChessboardCorners corners /doconly
+  CvArr image
+  CvSize patternSize
+  CvPoint2D32fs corners /O
+  int flags CV_CALIB_CB_ADAPTIVE_THRESH
+FindContours /doconly
+  CvArr image
+  CvMemStorage storage
+  int mode CV_RETR_LIST
+  int method CV_CHAIN_APPROX_SIMPLE
+  CvPoint offset (0,0)
+FitLine line /doconly
+  CvArr points
+  int dist_type
+  double param
+  double reps
+  double aeps
+  PyObject* line /O
+GetDims /doconly
+  CvArr arr
+GetHuMoments hu /doconly
+  CvMoments moments
+  PyObject* hu /O
+GetImage /doconly
+  CvMat arr
+GetMat /doconly
+  IplImage arr
+  int allowND 0
+GetMinMaxHistValue min_value,max_value,min_idx,max_idx /doconly
+  CvHistogram hist
+  CvScalar min_value /O
+  CvScalar max_value /O
+  ints min_idx /O
+  ints max_idx /O
+InitLineIterator line_iterator /doconly
+  CvArr image
+  CvPoint pt1
+  CvPoint pt2
+  iter line_iterator /O
+  int connectivity 8
+  int left_to_right 0
+LoadImageM /doconly
+  char* filename
+  int iscolor CV_LOAD_IMAGE_COLOR
+LoadImage /doconly
+  char* filename
+  int iscolor CV_LOAD_IMAGE_COLOR
+ReshapeMatND /doconly
+  CvMat arr
+  int newCn
+  ints newDims
+Reshape /doconly
+  CvArr arr
+  int newCn
+  int newRows
+SetData /doconly
+  CvArr arr
+  PyObject* data
+  int step
+SetMouseCallback /doconly
+  char* windowName
+  PyCallableObject* onMouse
+  PyObject* param None
+Subdiv2DLocate loc,where /doconly
+  CvSubdiv2D* subdiv
+  CvPoint2D32f pt
+  int loc /O
+  edgeorpoint where /O
+WaitKey /doconly
+  int delay 0