2012-06-05 2 views

답변

3

이 코드는 다음과 같은 코드에서 매우 잘 설명되어 있지 않습니다. openCV이지만 flannBasedMatcher의 기본 설정은이 두 함수에서 찾을 수 있습니다.

flann :: SearchParams(); // 32 checks, 0, sorted = true flann :: KDTreeIndexParams(); // 4 개의 랜덤 화 된 KD 트리를 사용

거리 함수는 기본적으로 FLANN_DIST_L2입니다.

나는 아직 그것을 printf("[WARNING] You are using cv::flann::Index (or cv::flann::GenericIndex) and have also changed the distance using cvflann::set_distance_type. This is no longer working as expected cv::flann::Index always uses L2). You should create the index templated on the distance, for example for L1 distance use: GenericIndex< L1<float> > \n"); \

을 변경할 수없는 이유 코드의이 비트가 설명 생각