Lines Matching refs:me

111         cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL  in Java_org_opencv_objdetect_CascadeClassifier_empty_10()  local
112 bool _retval_ = me->empty( ); in Java_org_opencv_objdetect_CascadeClassifier_empty_10()
136 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_load_10() local
138 bool _retval_ = me->load( n_filename ); in Java_org_opencv_objdetect_CascadeClassifier_load_10()
164 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_10() local
168me->detectMultiScale( image, objects, (double)scaleFactor, (int)minNeighbors, (int)flags, minSize,… in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_10()
191 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_11() local
193 me->detectMultiScale( image, objects ); in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_11()
222 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_10() local
226me->detectMultiScale( image, objects, numDetections, (double)scaleFactor, (int)minNeighbors, (int)… in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_10()
251 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_11() local
253 me->detectMultiScale( image, objects, numDetections ); in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale2_11()
284 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_10() local
288me->detectMultiScale( image, objects, rejectLevels, levelWeights, (double)scaleFactor, (int)minNei… in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_10()
315 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_11() local
317 me->detectMultiScale( image, objects, rejectLevels, levelWeights ); in Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale3_11()
342 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_isOldFormatCascade_10() local
343 bool _retval_ = me->isOldFormatCascade( ); in Java_org_opencv_objdetect_CascadeClassifier_isOldFormatCascade_10()
367 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_getOriginalWindowSize_10() local
368 Size _retval_ = me->getOriginalWindowSize( ); in Java_org_opencv_objdetect_CascadeClassifier_getOriginalWindowSize_10()
393 cv::CascadeClassifier* me = (cv::CascadeClassifier*) self; //TODO: check for NULL in Java_org_opencv_objdetect_CascadeClassifier_getFeatureType_10() local
394 int _retval_ = me->getFeatureType( ); in Java_org_opencv_objdetect_CascadeClassifier_getFeatureType_10()
572 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_getDescriptorSize_10() local
573 size_t _retval_ = me->getDescriptorSize( ); in Java_org_opencv_objdetect_HOGDescriptor_getDescriptorSize_10()
597 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_checkDetectorSize_10() local
598 bool _retval_ = me->checkDetectorSize( ); in Java_org_opencv_objdetect_HOGDescriptor_checkDetectorSize_10()
622 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_getWinSigma_10() local
623 double _retval_ = me->getWinSigma( ); in Java_org_opencv_objdetect_HOGDescriptor_getWinSigma_10()
647 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_setSVMDetector_10() local
649 me->setSVMDetector( _svmdetector ); in Java_org_opencv_objdetect_HOGDescriptor_setSVMDetector_10()
673 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_load_10() local
676 bool _retval_ = me->load( n_filename, n_objname ); in Java_org_opencv_objdetect_HOGDescriptor_load_10()
696 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_load_11() local
698 bool _retval_ = me->load( n_filename ); in Java_org_opencv_objdetect_HOGDescriptor_load_11()
722 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_save_10() local
725 me->save( n_filename, n_objname ); in Java_org_opencv_objdetect_HOGDescriptor_save_10()
745 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_save_11() local
747 me->save( n_filename ); in Java_org_opencv_objdetect_HOGDescriptor_save_11()
776 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_compute_10() local
780 me->compute( img, descriptors, winStride, padding, locations ); in Java_org_opencv_objdetect_HOGDescriptor_compute_10()
803 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_compute_11() local
805 me->compute( img, descriptors ); in Java_org_opencv_objdetect_HOGDescriptor_compute_11()
837 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_detect_10() local
841me->detect( img, foundLocations, weights, (double)hitThreshold, winStride, padding, searchLocation… in Java_org_opencv_objdetect_HOGDescriptor_detect_10()
866 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_detect_11() local
868 me->detect( img, foundLocations, weights ); in Java_org_opencv_objdetect_HOGDescriptor_detect_11()
897 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_detectMultiScale_10() local
901me->detectMultiScale( img, foundLocations, foundWeights, (double)hitThreshold, winStride, padding,… in Java_org_opencv_objdetect_HOGDescriptor_detectMultiScale_10()
926 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_detectMultiScale_11() local
928 me->detectMultiScale( img, foundLocations, foundWeights ); in Java_org_opencv_objdetect_HOGDescriptor_detectMultiScale_11()
953 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_computeGradient_10() local
959 me->computeGradient( img, grad, angleOfs, paddingTL, paddingBR ); in Java_org_opencv_objdetect_HOGDescriptor_computeGradient_10()
979 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_computeGradient_11() local
983 me->computeGradient( img, grad, angleOfs ); in Java_org_opencv_objdetect_HOGDescriptor_computeGradient_11()
1059 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1winSize_10() local
1060 Size _retval_ = me->winSize;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1winSize_10()
1085 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1blockSize_10() local
1086 Size _retval_ = me->blockSize;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1blockSize_10()
1111 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1blockStride_10() local
1112 Size _retval_ = me->blockStride;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1blockStride_10()
1137 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1cellSize_10() local
1138 Size _retval_ = me->cellSize;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1cellSize_10()
1163 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1nbins_10() local
1164 int _retval_ = me->nbins;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1nbins_10()
1188 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1derivAperture_10() local
1189 int _retval_ = me->derivAperture;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1derivAperture_10()
1213 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1winSigma_10() local
1214 double _retval_ = me->winSigma;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1winSigma_10()
1238 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1histogramNormType_10() local
1239 int _retval_ = me->histogramNormType;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1histogramNormType_10()
1263 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1L2HysThreshold_10() local
1264 double _retval_ = me->L2HysThreshold;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1L2HysThreshold_10()
1288 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1gammaCorrection_10() local
1289 bool _retval_ = me->gammaCorrection;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1gammaCorrection_10()
1313 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1svmDetector_10() local
1314 std::vector<float> _ret_val_vector_ = me->svmDetector;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1svmDetector_10()
1339 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1nlevels_10() local
1340 int _retval_ = me->nlevels;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1nlevels_10()
1364 cv::HOGDescriptor* me = (cv::HOGDescriptor*) self; //TODO: check for NULL in Java_org_opencv_objdetect_HOGDescriptor_get_1signedGradient_10() local
1365 bool _retval_ = me->signedGradient;//( ); in Java_org_opencv_objdetect_HOGDescriptor_get_1signedGradient_10()