Searched refs:Ptr_CLAHE (Results 1 – 1 of 1) sorted by relevance
5127 typedef Ptr<cv::CLAHE> Ptr_CLAHE; in Java_org_opencv_imgproc_Imgproc_createCLAHE_10() typedef5129 Ptr_CLAHE _retval_ = cv::createCLAHE( (double)clipLimit, tileGridSize ); in Java_org_opencv_imgproc_Imgproc_createCLAHE_10()5130 return (jlong)(new Ptr_CLAHE(_retval_)); in Java_org_opencv_imgproc_Imgproc_createCLAHE_10()5149 typedef Ptr<cv::CLAHE> Ptr_CLAHE; in Java_org_opencv_imgproc_Imgproc_createCLAHE_11() typedef5150 Ptr_CLAHE _retval_ = cv::createCLAHE( ); in Java_org_opencv_imgproc_Imgproc_createCLAHE_11()5151 return (jlong)(new Ptr_CLAHE(_retval_)); in Java_org_opencv_imgproc_Imgproc_createCLAHE_11()