Searched refs:distType (Results 1 – 1 of 1) sorted by relevance
703 int distType, int maskSize, in cvDistTransform() argument728 (CV_MAT_TYPE(dst->type) != CV_8UC1 || distType != CV_DIST_L1 || labels)) ) in cvDistTransform()739 if( distType == CV_DIST_C || distType == CV_DIST_L1 ) in cvDistTransform()741 else if( distType == CV_DIST_L2 && labels ) in cvDistTransform()764 if( distType == CV_DIST_C || distType == CV_DIST_L1 || distType == CV_DIST_L2 ) in cvDistTransform()766 icvGetDistanceTransformMask( (distType == CV_DIST_C ? 0 : in cvDistTransform()767 distType == CV_DIST_L1 ? 1 : 2) + maskSize*10, _mask ); in cvDistTransform()769 else if( distType == CV_DIST_USER ) in cvDistTransform()