Code Monkey home page Code Monkey logo

slivo's Introduction

SliVo

Slice to volume registration pipeline developed for 2D histological slide to 3D micro computed tomography registration. Details of the algorithm are explained in

Natalia Chicherova, Ketut Fundana, Bert Müller, Philippe C. Cattin, Histology to μCT Data Matching Using Landmarks and a Density Biased RANSAC, Lecture Notes in Computer Science - MICCAI 2014 8673: 243–250.

or see in ./pdf/Histology_to_mCT_Data_Matching_using_Landmarks_and_a_Density_Biased_RANSAC.pdf

Example

% example of use to register a 2D slice to a 3D volume
clear all
close all
% load 3D volume 
volume_dir = './Data/';
filename=[volume_dir 'CT_data.mat'];
load(filename);

% load grayscale histology
histology_dir = './Data/';
filename_hist = [histology_dir 'Histology.mat'];
load(filename_hist);

% localize a histological slide in a 3D data
registerSliceToVolume(CT_data,Histology,'lower_limit',100, 'upper_limit', 890,'calculate_features', 1);

Implementation details

  • histology must be converted to grayscale rgb2gray(image)
  • better to use 8bit images
  • better limit or cut the 3D volume images with low ROI 'upper_limit','lower_limit'.

Acknowledgements

  1. D. Kroon for SURF
  2. Peter Kovesi for RANSAC

slivo's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

slivo's Issues

can I get your data to try the algo?

Your work is really awesome!
I am now doing the similar research, registering 2D pathological slide to 3D MRI volume. After several tries, it seems this method can not work...Maybe, this significantly relates to the data

Could you provide your data so that it can help figure out why mine didn't work?

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.