Git Product home page Git Product logo

rorpo's Introduction

################ libRORPO ###############

WARNING :
All images must have an isotropic image resolution (cubic voxels).

---------- File PO.hpp ----------

PO_3D : 
Compute the Path Opening operator in one orientation. The 7 orientations are defined in the function createNeighbourhood.

	image : Input image
	L : Path length
	index_image : sorted index of the image. Result of the sort_image_value function of sorting.hpp 
	orientations : defined the orientation used. Choices are [0,0,1] ; [1,0,0] ; [0,1,0] ; [1,1,1] ; [-1,1,1] ; [1,1,-1] ; [-1,1,-1]
	Output : Result of the Path Opening
	

---------- File RPO.hpp ----------

RPO :
Compute the 7 orientations of the Robust Path Opening and return them.

	image : input image
	L : Path length
	RPO1 : resulting Robust Path Opening in the first orientation.
	RPO2 : resulting Robust Path Opening in the second orientation
	RPO3 : resulting Robust Path Opening in the third orientation
	RPO4 : resulting Robust Path Opening in the fourth orientation
	RPO5 : resulting Robust Path Opening in the fifth orientation
	RPO6 : resulting Robust Path Opening in the sixth orientation
	RPO7 : resulting Robust Path Opening in the seventh orientation
	nb_core : number of cores used to compute the Path Opening (choose between 1 and 7)
	

---------- File RORPO.hpp ----------
Compute the Ranking Orientations Responses of Path Operators (RORPO)

	image : input image
	L : Path length
	nb_core : number of cores used to compute the Path Opening (choose between 1 and 7)
	

---------- File RORPO_multiscale.hpp ----------
Compute the multiscale RORPO

	image : input image
	S_list : vector containing the different path length (scales)
	nb_core : number of cores used to compute the Path Opening (choose between 1 and 7)
	debug_flag : 1 (activated) or 0 (desactivated)
	Mask : optional mask image
	

rorpo's People

Contributors

aancel avatar hugues-talbot avatar omerveille avatar

Stargazers

 avatar

Watchers

 avatar  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.