我有一些代码使用Flann匹配器和ORB检测器来查找人物的两个图像之间的特征。我在ubuntu上使用opencv 3。我有些疑惑.. 守则如下:
# configure client with secrets and access keys
client.followers 'screen_name_of_interest'
double max_dist = 0; double min_dist = 100; 为什么我们将这些距离分别声明为0和100?作为输出我得到 最大值:488.559113最小值:100.000000。这似乎不对。
if(匹配[i] .distance< 3 * min_dist) { good_matches.push_back(比赛[I]); } 为什么我无法将3 * min_dist更改为2 * min_dist?如果我这样做,我就没有比赛。
必须使用官方文档中所示的平行线。我没有得到平行线。我无法发布截图。
答案 0 :(得分:0)