OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etalonPointCount
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvcalibfilter.cpp
57
etalonPointCount
= 0;
149
if(
etalonPointCount
!= pointCount )
152
etalonPointCount
= pointCount;
202
*pointCount =
etalonPointCount
;
265
(CvPoint3D32f*)cvAlloc( n *
etalonPointCount
* sizeof(buffer[0]));
276
counts[i] =
etalonPointCount
;
277
for( j = 0; j <
etalonPointCount
; j++ )
278
buffer[i *
etalonPointCount
+ j] = cvPoint3D32f( etalonPoints[j].x,
355
if( !mats ||
etalonPointCount
== 0 )
363
int i, tempPointCount0 =
etalonPointCount
*2
[
all
...]
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
Completed in 46 milliseconds