我正在尝试使用开放的cv2创建阳性样本以创建haar级联。我在终端上运行了带有所有正确参数的opencv_createsamples,它没有任何错误,但是示例没有出现在目标文件中。
我尝试了许多不同版本的opencv_create样本函数,但没有任何效果。我还升级了我所有的库和绑定。
这是我的终端命令:
opencv_createsamples -img image0.jpg -bg bg.txt -vec info -show -maxxangle 0.5 -maxyangle 0.5 -maxzangle 0.5
这是在终端上所说的,好像命令成功执行了一样。但是内部信息中没有图像。
Info file name: (NULL) Img file name: image0.jpg Vec file name: info BG file name: bg.txt Num: 1000 BG color: 0 BG threshold: 80 Invert: FALSE Max intensity deviation: 40 Max x angle: 0.5 Max y angle: 0.5 Max z angle: 0.5 Show samples: TRUE Scale: 4 Width: 24 Height: 24 Max Scale: -1 Create training samples from single image applying distortions... Done