Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我有一个关于 haartraining 的问题!好吧,我有 3000 张 640x480 尺寸的图像,用于正图像和负图像被调整大小??
opencv_createsamples实用程序用于增加正样本的数量。因此,从具有来自负图像集的背景的正数据集创建大量正图像,旋转图像等。
opencv_createsamples
因此,正图像被缩放到在创建样本图像时指定的 (w,h)。
唯一需要注意的是,宽度和高度的比率必须与正图像的比率成正比,以获得良好的结果。