Lines Matching full:maxval
3387 // double threshold(Mat src, Mat& dst, double thresh, double maxval, int type)
3393 (JNIEnv* env, jclass , jlong src_nativeObj, jlong dst_nativeObj, jdouble thresh, jdouble maxval, jint type)
3400 double _retval_ = cv::threshold( src, dst, (double)thresh, (double)maxval, (int)type );