/TIRVisReg

Code for paper "Non-Planar Infrared-Visible Registration for Uncalibrated Stereo Pairs" at IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops 2016

Primary LanguageC++

This repository contains the C/C++ code of the CVPRW paper "Non-planar Infrared-Visible Registration for Uncalibrated Stereo Pairs" [Supplementary material]

Non-planar Infrared-Visible Registration for Uncalibrated Stereo Pairs

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

Citing IRVisReg

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}
}

Requirements:

OpenCV 3.0

Run code

  1. Download the dataset and change dataset path at line 11 in main.cpp file.
  2. Run the main.cpp file to explore!