meiqua / shape_based_matching

try to implement halcon shape based matching, refer to machine vision algorithms and applications, page 317 3.11.5, written by halcon engineers
BSD 2-Clause "Simplified" License
1.23k stars 481 forks source link

如何方便的设置图像金字塔层数和提取特征的个数 #128

Open Leslie20200401 opened 3 years ago

Leslie20200401 commented 3 years ago

如何方便的设置图像金字塔层数和提取特征的个数

meiqua commented 3 years ago

传参数就可以

Leslie20200401 commented 3 years ago

line2Dup::Detector detector(128, { 4, 8 }); 是从上面这里春如参数吗,我改成{2,4,8}就会在下面,退出程序,提示特征太少 const std::vector