HomeSort by relevance Sort by last modified time
    Searched full:disttype (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvdistransform.cpp 703 int distType, int maskSize,
728 (CV_MAT_TYPE(dst->type) != CV_8UC1 || distType != CV_DIST_L1 || labels)) )
739 if( distType == CV_DIST_C || distType == CV_DIST_L1 )
741 else if( distType == CV_DIST_L2 && labels )
764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 )
766 icvGetDistanceTransformMask( (distType == CV_DIST_C ? 0 :
767 distType == CV_DIST_L1 ? 1 : 2) + maskSize*10, _mask )
    [all...]
  /external/opencv/cv/include/
cvcompat.h 176 int disttype; /* distribution type */ member in struct:CvRandState
215 int disttype CV_DEFAULT(CV_RAND_UNI))
223 if( disttype != CV_RAND_UNI && disttype != CV_RAND_NORMAL )
230 state->disttype = disttype;
243 cvRandArr( &state->state, arr, state->disttype, state->param[0], state->param[1] );
    [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 442 cvRandArr( CvRNG* rng, CvArr* arr, int disttype, CvScalar param1, CvScalar param2 )
509 if( disttype == CV_RAND_UNI )
554 else if( disttype == CV_RAND_NORMAL )

Completed in 434 milliseconds