OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COL_SAMPLE
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/java/src/
ml+Ml.java
18
COL_SAMPLE
= 1;
/external/opencv3/modules/ml/src/
data.cpp
237
CV_Assert(_layout == ROW_SAMPLE || _layout ==
COL_SAMPLE
);
290
(layout ==
COL_SAMPLE
&& responses.cols == nsamples) );
293
if( !responses.isContinuous() || (layout ==
COL_SAMPLE
&& noutputvars > 1) )
840
if( _layout ==
COL_SAMPLE
)
[
all
...]
rtrees.cpp
155
if( w->data->getLayout() ==
COL_SAMPLE
)
/external/opencv3/modules/ml/include/opencv2/
ml.hpp
99
COL_SAMPLE
= 1 //!< each training sample occupies a column of samples
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 68 milliseconds