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

  /external/opencv/cvaux/src/
cvlmeds.cpp 248 if( !REAL_ZERO( ro1 ))
255 if( !REAL_ZERO( ro2 ))
268 if( !REAL_ZERO( ro1 ))
283 if( !REAL_ZERO( ro2 ))
312 if( !x[j][2] && REAL_ZERO( x[i][0] - x[j][0] )
313 && REAL_ZERO( x[i][1] - x[j][1] ))
382 if( REAL_ZERO( a3 ))
597 while( !REAL_ZERO( new_norm - old_norm ))
615 if( REAL_ZERO( l1 ) && REAL_ZERO( l2 )
    [all...]
cvscanlines.cpp 44 //#define REAL_ZERO(x) ( (x) < 1e-8 && (x) > -1e-8)
137 if( REAL_ZERO( delta ))
289 if( error == CV_NO_ERR && !REAL_ZERO( l_epipole[2] ) && !REAL_ZERO( l_epipole[2] - 1 ))
298 if( error == CV_NO_ERR && !REAL_ZERO( r_epipole[2] ) && !REAL_ZERO( r_epipole[2] - 1 ))
306 if( REAL_ZERO( l_epipole[2] - 1 ) && REAL_ZERO( r_epipole[2] - 1 ))
317 if( REAL_ZERO( l_epipole[2] ) && REAL_ZERO( r_epipole[2] )
    [all...]
_cvvm.h 60 //#define REAL_ZERO(x) ( (x) < EPSILON && (x) > -EPSILON)
61 #define REAL_ZERO(x) ( (x) < 1e-8 && (x) > -1e-8)

Completed in 203 milliseconds