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.
我正在探索 javacv 中人脸检测的示例程序。是否有可能找到在 Live Feed 中检测到面部的人的距离?
从你的相机开始(比如 camera_frame.{width=320,height=240}。用卷尺手动设置一些位置(!):
- box.area/frame.area ≈ 0,6 -> e.g. 30cm - box.area/frame.area ≈ 0,3 -> e.g. 100cm - box.area/frame.area ≈ 0,1 -> e.g. 300cm
现在可以通过简单的线性插值找到每个捕获的检测框。对于任何输入分辨率,只需将帧大小调整为 320x240。