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

3d reconstruct #2

Closed ll688ll closed 4 years ago

ll688ll commented 5 years ago

Hi, thank you for sharing your code. I did calibrate the camera-projector system. Then could you please show how to use the calibration data to do the structure light reconstruct?

Thx

BingyaoHuang commented 5 years ago

Reconstruction GUI will be released soon. For now, you can check +Calibration/compareRealData.m for point cloud reconstruction from matched camera and projector point pairs. The structured light point pairs are stored in nodesCell.

ll688ll commented 5 years ago

Reconstruction GUI will be released soon. For now, you can check +Calibration/compareRealData.m for point cloud reconstruction from matched camera and projector point pairs. The structured light point pairs are stored in nodesCell.

Thank you Bingyao. The other issue I have is the camera. To get a better image quality, I have a Flir camera to set up the structured light system. I tried with your app. The camera can't be detected. Is there any possibility to acquire images from Flir cameras?

Thank you.

BingyaoHuang commented 5 years ago

FLIR cameras are not supported, because I use matlab's webcam interface, which only supports USB cameras. If your camera is point grey (acquired by FLIR), a workaround is to use MATLAB flycapture support.

BingyaoHuang commented 5 years ago

Reconstruction feature released. You may want to have a try.