Searched refs:_rho (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dhough.cpp189 hough_index(int _val, float _rho, float _theta) argument
190 : value(_val), rho(_rho), theta(_theta) {}
/external/opencv3/modules/ml/src/
H A Dsvm.cpp416 DecisionFunc(double _rho, int _ofs) : rho(_rho), ofs(_ofs) {} argument

Completed in 90 milliseconds