Coder Social home page Coder Social logo

image-registration's Introduction

Thermal To Visible Registration

Install the dependencies

  • opencv
  • numpy
  • imutils

folders to be created to get the output images

  • output_orb
  • output_sift
  • output_hough
  • results_orb
  • results_sift
  • results_hough
  • registration_orb
  • registration_sift
  • registration_hough
  • uncropped_orb
  • uncropped_sift
  • uncropped_hough
  • thermal
  • visible

How To Run ?

  • Add the thermal and it's corresponding visible image in the foler thermal and visible folder respectively in the same order, 1st image in visible folder should be the corresponding thermal image of the 1st image in the thermal folder
  • make sure you have created the mentioned folders
  • To run the registration using ORB feature matching run python orb.py. The results will be saved in the folders with _orb
  • To run the registration using SIFT feature matching run python sift.py. The results will be saved in the folders with _sift
  • To run the registration using HOUGH feature matching run python hough.py. The results will be saved in the folders with _hough
  • The folders named results and uncropped are the final outputs after registration.

To know more about how the project works go through this article

image-registration's People

Contributors

aswinzz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

image-registration's Issues

registration not working

Hi,

I am trying your script as a review of all existing methods for thermal-rgb alignment.

It seems not to produce any output in the desired folders. Nonetheless the code finish without any error.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.