HomeSort by relevance Sort by last modified time
    Searched refs:cvGetSeqElem (Results 1 - 20 of 20) sorted by null

  /external/opencv/cvaux/src/
cvfacedetection.cpp 312 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, i);
327 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, j);
390 CvContourRect* pRect = (CvContourRect*)cvGetSeqElem(m_seqRects, i);
cvfindhandregion.cpp 163 pt = (CvPoint*)cvGetSeqElem( indexs, i );
422 pt = (CvPoint*)cvGetSeqElem( indexs, i );
cvlcm.cpp 332 pLCMNode = (CvLCMNode*)cvGetSeqElem(LCMNodeSeq,0);
338 pLCMEdge = (CvLCMEdge*)cvGetSeqElem(LCMEdgeSeq,0);
cvvecfacetracking.cpp 241 CvTrackingRect* pR = (CvTrackingRect*)cvGetSeqElem(m_seqRects, 0);
248 pR = (CvTrackingRect*)cvGetSeqElem(m_seqRects, 0);
255 pR = (CvTrackingRect*)cvGetSeqElem(m_seqRects, 0);
379 CvTrackingRect* pRect1 = (CvTrackingRect*)cvGetSeqElem(m_seqRects, i);
383 CvTrackingRect* pRect2 = (CvTrackingRect*)cvGetSeqElem(m_seqRects, j);
    [all...]
cvlee.cpp     [all...]
  /external/opencv/ml/src/
mltestset.cpp 142 CV_CALL( max_dst = (*((CvDI*) cvGetSeqElem( seq, last_idx ))).d );
ml_inner_functions.cpp 101 model_node = (CvFileNode*)cvGetSeqElem( root->data.seq, 0 );
    [all...]
  /external/opencv/cxcore/src/
cximage.cpp 175 obj = cvRead( fs, (CvFileNode*)cvGetSeqElem( seqnode->data.seq, idx ));
328 obj = cvRead( fs, (CvFileNode*)cvGetSeqElem( seqnode->data.seq, idx ));
cxpersistence.cpp 511 map_node = (CvFileNode*)cvGetSeqElem( fs->roots, k );
596 map_node = (CvFileNode*)cvGetSeqElem( fs->roots, k );
647 value = (CvFileNode*)cvGetSeqElem( fs->roots, stream_index );
687 value = (CvFileNode*)cvGetSeqElem( seq, index, 0 );
    [all...]
cxdatastructs.cpp 527 cvGetSeqElem( const CvSeq *seq, int index )
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp     [all...]
cvhaar.cpp     [all...]
cvcalibinit.cpp     [all...]
cvhough.cpp 560 CvPoint* pt = (CvPoint*)cvGetSeqElem( seq, idx );
572 *pt = *(CvPoint*)cvGetSeqElem( seq, count-1 );
994 int ofs = *(int*)cvGetSeqElem( centers, i );
1005 float* c = (float*)cvGetSeqElem( circles, j );
    [all...]
cvapprox.cpp 553 start_pt = *(CvPoint*)cvGetSeqElem( src_contour, -1 );
757 start_pt = *(CvPoint2D32f*)cvGetSeqElem( src_contour, -1 );
cvsurf.cpp 357 CvSURFPoint* kp = (CvSURFPoint*)cvGetSeqElem( keypoints, k );
483 vec = (float*)cvGetSeqElem( descriptors, k );
  /external/opencv/
cvjni.cpp 433 CvRect *rect = (CvRect*)cvGetSeqElem(rects, i);
593 CvRect *face = (CvRect*)cvGetSeqElem(m_facesFound, 0);
638 face = (CvRect*)cvGetSeqElem(faces, i);
  /external/opencv/cvaux/include/
cvvidsurv.hpp 469 return (CvBlob*)cvGetSeqElem(m_pSeq,BlobIndex);
525 void* pB = cvGetSeqElem( pSeq, i );
562 return (CvBlobTrack*)cvGetSeqElem(m_pSeq,TrackIndex);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
cxtypes.h     [all...]

Completed in 407 milliseconds