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

  /external/opencv/cvaux/src/
cvscanlines.cpp     [all...]
cvlmeds.cpp 45 #define Sgn(x) ( (x)<0 ? -1:1 ) /* Sgn(0) = 1 ! */
1000 g = -sqrt( s ) * Sgn( f );
1050 g = -sqrt( s ) * Sgn( f );
    [all...]

Completed in 986 milliseconds