OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_SIGN
(Results
1 - 10
of
10
) sorted by null
/external/opencv/cv/src/
cvcontourtree.cpp
249
tree_one.sign = (char) (
CV_SIGN
( s ));
278
tree_one.sign = (char) (
CV_SIGN
( s ));
409
tree_one.sign = (char) (
CV_SIGN
( s ));
417
tree_two.sign = (char) (
CV_SIGN
( sn2 ));
482
tree_one.sign = (char) (
CV_SIGN
( sp1 ));
490
tree_two.sign = (char) (
CV_SIGN
( sn1 ));
cvconvhull.cpp
73
if(
CV_SIGN
(by) != nsign )
80
if(
CV_SIGN
(convexity) == sign2 && (ax != 0 || ay != 0) )
146
if(
CV_SIGN
( by ) != nsign )
153
if(
CV_SIGN
( convexity ) == sign2 && (ax != 0 || ay != 0) )
cvsurf.cpp
233
CV_SIGN
(trace_val), sizeCache[k], 0, val0 );
/external/opencv3/modules/imgproc/test/
test_canny.cpp
206
double tg = dxval ? (double)dyval/dxval : DBL_MAX*
CV_SIGN
(dyval);
/external/opencv3/modules/imgproc/src/
convhull.cpp
77
if(
CV_SIGN
( by ) != nsign )
84
if(
CV_SIGN
( convexity ) == sign2 && (ax != 0 || ay != 0) )
/external/opencv/cxcore/include/
cxtypes.h
208
#define
CV_SIGN
(a) CV_CMP((a),0)
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
195
#define
CV_SIGN
(a) CV_CMP((a),0)
[
all
...]
/external/opencv3/modules/ml/src/
ann_mlp.cpp
[
all
...]
/external/opencv/ml/src/
mlann_mlp.cpp
[
all
...]
/external/opencv3/apps/createsamples/
utility.cpp
297
int cur_direction =
CV_SIGN
(d);
[
all
...]
Completed in 222 milliseconds