Home
last modified time | relevance | path

Searched refs:CvDI (Results 1 – 1 of 1) sorted by relevance

/external/opencv/ml/src/
Dmltestset.cpp43 typedef struct CvDI struct
47 } CvDI; typedef
52 const CvDI* e1 = (const CvDI*) a; in icvCmpDI()
53 const CvDI* e2 = (const CvDI*) b; in icvCmpDI()
101 CvDI elem; in cvCreateTestSet()
119 CV_CALL( cvStartWriteSeq( 0, sizeof( CvSeq ), sizeof( CvDI ), storage, &writer )); in cvCreateTestSet()
142 CV_CALL( max_dst = (*((CvDI*) cvGetSeqElem( seq, last_idx ))).d ); in cvCreateTestSet()