Code Monkey home page Code Monkey logo

path2path's Introduction

Path2Path

Basu, Saurav, Barry Condron, and Scott T. Acton. "Path2Path: Hierarchical path-based analysis for neuron matching." Biomedical Imaging: From Nano to Macro, 2011 IEEE International Symposium on. IEEE, 2011. The script is written in Matlab 2017a. The python version will be uploaded shortly. There are several function files. To execute the code, the user is requested to use the mainUser.m file.

The mainUser.m takes a filepath as input, where the .swc files of neurons from Neuromorpho.org are stored inside different folders under a directory named neuron_nmo. A sample input as the filepath is "C:\Users........\Path2Path_Basu\sampleData\neuron_nmo". The number of .swc files are prompted in the Matlab Command Window.

Total number of neurons in the file :->17

Next the numerals of two swc files will be requested to execute the algorithm.

Enter two neurons to find distance first neuron? 1 second neuron? 14

So, the algorithm will compare the first with the 14th neuron. The overall distance, the cross-distance matrix between all the paths of first neuron and that of the second neuron, and a suboptimal pairing of the paths based on the cross-distance matrix appear at the output.

The code for visualization will be uploaded shortly.

path2path's People

Contributors

50-cent avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar

path2path's Issues

No icp function

An error occurs when I run the script.

Undefined function or variable 'icp'.

Error in getCorrespondence (line 5)
[TR,TT,~] = icp(coord1',coord2');

Error in distanceMat (line 15)
        [cpndList, TR, TT] = getCorrespondence(coord1,coord2);

What's the Matlab package containing the icp function?

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.