Searched defs:npts (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/viz/src/vtk/ |
D | vtkOBJWriter.cpp | 130 vtkIdType npts = 0, *index = 0; in WriteData() local 144 vtkIdType npts = 0, *index = 0; in WriteData() local 165 vtkIdType npts = 0, *index = 0; in WriteData() local 194 vtkIdType npts = 0, *index = 0; in WriteData() local
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 1036 FillConvexPoly( Mat& img, const Point* v, int npts, const void* color, int line_type, int shift ) in FillConvexPoly() 1813 void fillConvexPoly( Mat& img, const Point* pts, int npts, in fillConvexPoly() 1829 void fillPoly( Mat& img, const Point** pts, const int* npts, int ncontours, in fillPoly() 1855 void polylines( Mat& img, const Point* const* pts, const int* npts, int ncontours, bool isClosed, in polylines() 2202 int* npts = _npts; in fillPoly() local 2228 int* npts = _npts; in polylines() local 2627 cvFillConvexPoly( CvArr* _img, const CvPoint *pts, int npts, in cvFillConvexPoly() 2636 cvFillPoly( CvArr* _img, CvPoint **pts, const int *npts, int ncontours, in cvFillPoly() 2645 cvPolyLine( CvArr* _img, CvPoint **pts, const int *npts, in cvPolyLine()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly() 1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly() 1949 cvFillPoly( void *img, CvPoint **pts, int *npts, int contours, in cvFillPoly() 2018 cvPolyLine( void *img, CvPoint **pts, int *npts, in cvPolyLine()
|
/external/opencv3/modules/python/test/ |
D | camera_calibration.py | 335 npts = mk_point_counts(len(goodcorners)) variable
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 134 int i, npts = (nu + nv) * 2; in draw() local
|