This repository contains the C/C++ code of the CVPRW paper "Non-planar Infrared-Visible Registration for Uncalibrated Stereo Pairs" [Supplementary material]
By Dinh-Luan Nguyen, Pierre-Luc St-Charles, Guillaume-Alexandre Bilodeau
Figure 1. Proposed framework
Figure 2. Segmentation and spurious blobs filtering strategy
Figure 3. Comparison results with state-of-the-art
If you find IRVisReg useful in your research, please consider citing:
@inproceedings{Nguyen_2016_CVPR_Workshops,
Author = {Nguyen, Dinh-Luan and St-Charles, Pierre-Luc and Bilodeau, Guillaume-Alexandre},
Title = {Non-Planar Infrared-Visible Registration for Uncalibrated Stereo Pairs},
Booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
Month = {June},
Year = {2016}
}
OpenCV 3.0
- Download the dataset and change dataset path at line 11 in
main.cpp
file. - Run the
main.cpp
file to explore!