OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_gamma
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvsnakes.cpp
97
float _alpha, _beta,
_gamma
;
local
351
_gamma
= *gamma;
357
_gamma
= gamma[i];
363
E[k] = _alpha * Econt[k] + _beta * Ecurv[k] +
_gamma
* Eimg[k];
/external/opencv/ml/include/
ml.h
323
double _degree, double
_gamma
, double _coef0,
[
all
...]
/external/opencv/cvaux/include/
cvmat.hpp
[
all
...]
/external/opencv/ml/src/
mlsvm.cpp
178
double _degree, double
_gamma
, double _coef0,
182
degree(_degree), gamma(
_gamma
), coef0(_coef0),
[
all
...]
Completed in 197 milliseconds