Home | History | Annotate | Download | only in include

Lines Matching full:points

362    Returns the number of retrieved points. */
449 The reader is used to iteratively get coordinates of all the chain points.
486 Calculates optical flow between two images for certain set of points (i.e.
650 /* Calculates Voronoi tesselation (i.e. coordinates of Voronoi points) */
654 /* Removes all Voronoi points from the tesselation */
723 /* Finds high-curvature points of the contour */
739 CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) );
745 /* Finds minimum area rotated rectangle bounding a set of points */
746 CVAPI(CvBox2D) cvMinAreaRect2( const CvArr* points,
749 /* Finds minimum enclosing circle for a set of points */
750 CVAPI(int) cvMinEnclosingCircle( const CvArr* points,
797 /* Fits ellipse into a set of 2d points */
798 CVAPI(CvBox2D) cvFitEllipse2( const CvArr* points );
806 /* Initializes sequence header for a matrix (column or row vector) of points -
918 CVAPI(void) cvSnakeImage( const IplImage* image, CvPoint* points,
1019 /* Finds a sparse set of points within the selected region
1054 /* Fits a line into set of 2d or 3d points in a robust way (M-estimator technique) */
1055 CVAPI(void) cvFitLine( const CvArr* points, int dist_type, double param,
1068 /* Searches kd-tree for k nearest neighbors of given reference points,
1073 /* Search kd-tree for all points that are inlier to given rect region. */
1233 /* Projects object points to the view plane using
1346 CVAPI(CvPOSITObject*) cvCreatePOSITObject( CvPoint3D32f* points, int point_count );
1364 /* Calculates fundamental matrix given a set of corresponding points */
1380 CVAPI(void) cvComputeCorrespondEpilines( const CvMat* points,