Home
last modified time | relevance | path

Searched refs:new_mr (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvlmeds.cpp63 int *new_mr; in icvLMedS() local
130 done = icvBoltingPoints( ml, mr, num, F, Mj, &new_ml, &new_mr, &new_num ); in icvLMedS()
141 error = icvPoints8( new_ml, new_mr, new_num, F ); in icvLMedS()
143 cvFree( &new_mr ); in icvLMedS()
489 int num, double *F, double Mj, int **new_ml, int **new_mr, int *new_num ) in icvBoltingPoints() argument
545 *new_mr = (int *) cvAlloc( (length * 3) * sizeof( int )); in icvBoltingPoints()
547 if( !new_mr ) in icvBoltingPoints()
564 (*new_mr)[j++] = mr[i++]; in icvBoltingPoints()
566 (*new_mr)[j++] = mr[i++]; in icvBoltingPoints()
568 (*new_mr)[j++] = mr[i++]; in icvBoltingPoints()
D_cvvm.h273 int* *new_mr, int* new_num);