OpenCV Max Detection Range

我与影子孤独终老i 提交于 2019-12-11 03:29:12

问题


I am wondering what is the maximum distance of detection/recognition of an image using SURF method? Has any one tried. Camera: Logitech Webcam Pro 9000


回答1:


In computer vision the distance from camera does not really matter. What matters is the expanse size of the object contour. For example you can place a really huge object 10km from camera's object-glass and it could still cover the whole visual field. From CV point of view, it will be the same as having a small object right in front of the camera.

Known info:

  • your camera's max resolution: 1600*1200px
  • distance of the object: 5m

Unknown info:

  • size of the object - Roger Rowland's comment totally hit home ;)
  • visual complexity of the object
  • environmental conditions between camera and object
  • lighting conditions

You are unlikely to detect any objects further than ~2.9 million light-years from Earth without magnifier lenses, but this restriction has more kind of physical nature..



来源:https://stackoverflow.com/questions/16399642/opencv-max-detection-range

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!