/external/opencv3/modules/viz/src/vtk/ |
vtkOBJWriter.cpp | 130 vtkIdType npts = 0, *index = 0; local 132 for (cells->InitTraversal(); cells->GetNextCell(npts, index); ) 135 for (int i = 0; i < npts; i++) 144 vtkIdType npts = 0, *index = 0; local 146 for (cells->InitTraversal(); cells->GetNextCell(npts, index); ) 151 for (int i = 0; i < npts; i++) 155 for (int i = 0; i < npts; i++) 165 vtkIdType npts = 0, *index = 0; local 167 for (cells->InitTraversal(); cells->GetNextCell(npts, index); ) 170 for (int i = 0; i < npts; i++ 194 vtkIdType npts = 0, *index = 0; local [all...] |
/external/opencv3/modules/imgproc/src/ |
drawing.cpp | 61 CollectPolyEdges( Mat& img, const Point* v, int npts, 69 PolyLine( Mat& img, const Point* v, int npts, bool closed, 73 FillConvexPoly( Mat& img, const Point* v, int npts, 2202 int* npts = _npts; local 2228 int* npts = _npts; local [all...] |
/external/opencv3/modules/python/test/ |
camera_calibration.py | 241 npts = cv.CreateMat(nimages, 1, cv.CV_32SC1) 243 npts[i, 0] = num_pts 244 return npts 335 npts = mk_point_counts(len(goodcorners)) variable 344 cv.CalibrateCamera2(opts, ipts, npts,
|
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 73 icvFillConvexPoly( CvMat* img, CvPoint* v, int npts, 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) 999 int edges = npts; [all...] |
/external/skia/samplecode/ |
SamplePatch.cpp | 134 int i, npts = (nu + nv) * 2; local 135 SkAutoSTMalloc<16, SkPoint> storage(npts + 1); 148 for (i = 0; i < npts; i++) {
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | [all...] |
/external/opencv3/modules/imgproc/include/opencv2/ |
imgproc.hpp | [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | [all...] |
/external/opencv/cv/include/ |
cvcompat.h | 881 CV_INLINE void cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours, 884 cvPolyLine( img, pts, npts, contours, is_closed, [all...] |