stanathong / retained_undistort_image
Sourcecode to produce undistorted image in which all source image pixels are retained. Two methods are implemented (1) using cv::initUndistortRectifyMap and cv::getOptimalNewCameraMatrix, (2) using the reverse distortion technique with cv::remap to produce the undistorted image.
☆15Updated 6 years ago
Alternatives and similar repositories for retained_undistort_image:
Users that are interested in retained_undistort_image are comparing it to the libraries listed below
- ☆35Updated 9 years ago
- [DEPRECIATED] opencv2 c++ implementation of OCamCalib (Davide Scaramuzza ~ University of Zurich)☆28Updated 3 years ago
- A CUDA implementation of Segmentation SGM☆33Updated 5 years ago
- An implementation of semantic stixel computation☆23Updated 3 years ago
- 本项目参考论文https://arxiv.org/pdf/1902.11154.pdf?的思路,将单个鱼眼拆分成双针孔混合成像模型(论文中的模型为左右针孔中间柱面,由于实现略有差异,所以结果与论文不同),进而实现对多目鱼眼间的双目校正和匹配,以及生成全景鸟瞰图。☆18Updated 5 years ago
- ☆19Updated 9 years ago
- Library of vanishing point detection☆14Updated 8 years ago
- calibrate stereo cameras☆59Updated 3 years ago