BingyaoHuang / single-shot-pro-cam-calib

[TASE & ISMAR'18] A Fast and Flexible Projector-Camera Calibration System
http://vision.cs.stonybrook.edu/~bingyao/pub/calibration_TASE
Other
153 stars 39 forks source link

Question about poses #1

Closed sampepose closed 5 years ago

sampepose commented 5 years ago

Hi! Thanks for the code! I'm wondering about the checkerboard poses. Does it matter if the different poses are all co-planar? For instance, with an ultra-short throw projector, it would be very difficult to have a pose at an angle for depth. Thanks!

sampepose commented 5 years ago

Also, how many poses are "sufficient"?

BingyaoHuang commented 5 years ago
  1. Co-planar poses are very likely to give poor calibrations. Different rotations around X and Y axes and offsets along Z axis can improve accuracy.

  2. Three poses are sufficient. But more poses will improve the calibration accuracy.