HomeSort by relevance Sort by last modified time
    Searched full:_center (Results 1 - 7 of 7) sorted by null

  /external/opencv/cv/src/
cvcalcimagehomography.cpp 51 cvCalcImageHomography( float* line, CvPoint3D32f* _center,
64 CvMat center = cvMat( 3, 1, CV_32F, _center );
74 if( !line || !_center || !_intrinsic || !_homography )
cvshapedescr.cpp 175 icvFindEnslosingCicle4pts_32f( CvPoint2D32f * pts, CvPoint2D32f * _center, float *_radius )
260 *_center = center;
278 cvMinEnclosingCircle( const void* array, CvPoint2D32f * _center, float *_radius )
286 if( _center )
287 _center->x = _center->y = 0.f;
303 if( !_center || !_radius )
447 *_center = center;
    [all...]
  /external/opencv3/modules/imgproc/src/
shapedescr.cpp 95 static int findEnslosingCicle4pts_32f( Point2f* pts, Point2f& _center, float& _radius )
178 _center = center;
196 void cv::minEnclosingCircle( InputArray _points, Point2f& _center, float& _radius )
208 _center.x = _center.y = 0.f;
290 _center = center;
707 cvMinEnclosingCircle( const void* array, CvPoint2D32f * _center, float *_radius )
715 if(_center)
716 *_center = center;
  /external/opencv3/modules/features2d/src/
evaluation.cpp 117 EllipticKeyPoint( const Point2f& _center, const Scalar& _ellipse );
139 EllipticKeyPoint::EllipticKeyPoint( const Point2f& _center, const Scalar& _ellipse )
141 center = _center;
  /external/opencv3/modules/python/test/
transformations.py     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types.hpp     [all...]
  /external/opencv3/modules/core/src/
matrix.cpp 5345 Point2f _center = 0.5f * (_point1 + _point3); local
    [all...]

Completed in 770 milliseconds