Searched refs:extractorType (Results 1 – 3 of 3) sorted by relevance
124 public static DescriptorExtractor create(int extractorType) in create() argument127 DescriptorExtractor retVal = new DescriptorExtractor(create_0(extractorType)); in create()184 private static native long create_0(int extractorType); in create_0() argument
195 (JNIEnv* env, jclass , jint extractorType) in Java_org_opencv_features2d_DescriptorExtractor_create_10() argument201 … javaDescriptorExtractor* _retval_ = cv::javaDescriptorExtractor::create( (int)extractorType ); in Java_org_opencv_features2d_DescriptorExtractor_create_10()
339 CV_WRAP static javaDescriptorExtractor* create( int extractorType )343 if (extractorType > OPPONENTEXTRACTOR)346 extractorType -= OPPONENTEXTRACTOR;350 switch(extractorType)