我正在建立一个网站,利用计算机视野技术冷却物品,用户使用自己的网络机对视频进行现场记录和上载。 为此,我需要照相机的内在和扭曲参数。 鉴于用户上载的录像,我正试图指出,这是计算这些录像的最佳方法。 我们不能假设录像用户可能装载什么,但合理的假设是,一个人可能出现在录像中。 我仍在这样做的初期阶段,但我很想知道其他人如何解决这一问题。
具体地说,下面是我对小组中有经验的人可能评论的问题:
- What algorithms, libraries and techniques are available to extract intrinsic and distortion parameters of any generic webcam available in the market? [I say "extract" and not "calibrate" to include cases where intrinsic parameters are just a method call away with no calibration necessary].
- In general, how much variance have you observed in the intrinsic and distortion parameters in the webcams available in the market? Did you approximate them with a single intrinsic and distortion parameters or what approach did you follow?
- What camera self-calibration methods, if any, could be employed in these scenarios? Are there any opensource or commercial libraries available which might be of some help?
- If we aim to calibrate the webcams using the videos user record and upload, what assumptions in the parameters [like fx==fy or no distortion params] makes sense and sounds reasonable to you?
- Would a reasonable approximation of intrinsic and distortion params for all the cameras make sense? What would be a reasonable approach to validate how good particular intrinsic and distortion parameters are for a specific webcam?
- Are there any other issues that need to be considered?