OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:componentscount
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
grabcut.cpp
60
static const int
componentsCount
= 5;
78
double inverseCovs[
componentsCount
][3][3];
79
double covDeterms[
componentsCount
];
81
double sums[
componentsCount
][3];
82
double prods[
componentsCount
][3][3];
83
int sampleCounts[
componentsCount
];
92
_model.create( 1, modelSize*
componentsCount
, CV_64FC1 );
95
else if( (_model.type() != CV_64FC1) || (_model.rows != 1) || (_model.cols != modelSize*
componentsCount
) )
96
CV_Error( CV_StsBadArg, "_model must have CV_64FC1 type, rows == 1 and cols == 13*
componentsCount
" );
101
mean = coefs +
componentsCount
;
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar
Completed in 257 milliseconds