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.
在 OpenCV 数据源中是一个名为 trainingfaces_24-24.vec 的文件——它是一些面部图像数据集。如何在 OpenCV 中读取并显示?
在imagestorage.h\imagestorage.cpp中有一个类,它的名字是“PosReader”。它实现了 .vec 文件的读取。也许它有帮助。
opencv_createsamples -vec vectorFileName -w width -h height您可以通过使用“ ”替换生成样本时给出的矢量文件名宽度和高度来读取矢量文件的内容。希望这可以帮助。
opencv_createsamples -vec vectorFileName -w width -h height