Giter VIP home page Giter VIP logo

bruteforceregistration's Introduction

๐Ÿ™ giacomox - Home ๐Ÿ™

Brute Force Registration

Image registration by selecting corresponding features' locations in two images by hand (e.g. Vasculature corners). This repository contains a GUI function to select corresponding features in two images and find the best transformation to match them (SelectFeatures.m). To see how it works run the script DEMO.m

Fit geometric transformation

  • The main algorithm in this function is the one that fits geometric transformation to control point pairs (fitgeotrans.m)
tform = fitgeotrans(moving_points, fix_points,'projective');
I2 = imwarp(I,tform,'OutputView', imref2d(size(I)));
  • The two images should have the same resolution.

  • Try to select 2D features like corners, in different positions of the image.

Vascualture Segmentation using COSFIRE method

by Nicola Strisciuglio

  1. Clone the repository COSFIRE Segmentation (side bar)
  2. Run the script /COSFIRE/ExampleBloodVesselSegmentation.m . This will ask you to install a c++ file (dilateDisc.c).
  3. Add COSFIRE dir to Matlab path before checking the box "cosfire" in the registration app

bruteforceregistration's People

Contributors

giacomobenvenuti avatar

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.