OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_results
(Results
1 - 3
of
3
) sorted by null
/external/opencv/ml/src/
mlknearest.cpp
214
CvMat*
_results
, CvMat* _neighbor_responses,
220
int rstep =
_results
&& !CV_IS_MAT_CONT(
_results
->type) ?
_results
->step/sizeof(result) : 1;
227
if(
_results
|| start+i == 0 )
276
if(
_results
)
277
_results
->data.fl[(start + i)*rstep] = r;
305
float CvKNearest::find_nearest( const CvMat* _samples, int k, CvMat*
_results
,
327
if(
_results
&& (!CV_IS_MAT(
_results
) ||
[
all
...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm
[
all
...]
/external/opencv/ml/include/
ml.h
301
const float* neighbor_responses, const float* dist, CvMat*
_results
,
[
all
...]
Completed in 104 milliseconds