Uses of Class
de.unihalle.informatik.MiToBo.core.datatypes.neurites.MTBNeurite2DSet

Packages that use MTBNeurite2DSet
de.unihalle.informatik.MiToBo.apps.neurites2D   
 

Uses of MTBNeurite2DSet in de.unihalle.informatik.MiToBo.apps.neurites2D
 

Methods in de.unihalle.informatik.MiToBo.apps.neurites2D that return MTBNeurite2DSet
 MTBNeurite2DSet NeuriteDetector2DAlgos.getDetectedNeuritesSet()
          Get set of detected neurites.
 MTBNeurite2DSet NeuriteExtractor2D.getExtractedNeurites()
          Get extracted neurites as result of the NeuriteExtraction2D operator.
 MTBNeurite2DSet NeuriteParticleDetector2D.getNeuriteSet()
          Get the input set of neurites.
 MTBNeurite2DSet NeuriteMolProfExtractor2D.getNeuriteSet()
          Get the input set of neurites.
 

Methods in de.unihalle.informatik.MiToBo.apps.neurites2D that return types with arguments of type MTBNeurite2DSet
 Vector<MTBNeurite2DSet> NeuriteDetector2D.getDetectedNeurites()
          Get vector of detected neurite sets for each image.
 

Methods in de.unihalle.informatik.MiToBo.apps.neurites2D with parameters of type MTBNeurite2DSet
 void NeuriteExtractor2D.cleanNeurites(MTBNeurite2DSet tmpNeuriteSet)
          Method to clean up the extracted neurites, due to multiple features along a NSG path or feature shifts at the start point due to different NSG lengths.
 void NeuriteParticleDetector2D.setNeuriteSet(MTBNeurite2DSet _neuriteSet)
          Set the input set of neurites.
 

Constructors in de.unihalle.informatik.MiToBo.apps.neurites2D with parameters of type MTBNeurite2DSet
NeuriteMolProfExtractor2D(MTBImage _moleculeImage, Integer[] _moleculeChannels, MTBNeurite2DSet _neuriteSet, Boolean _verbose)
          Constructor to create a new neurite profile extraction operator.
NeuriteParticleDetector2D(Integer _particleChannel, ParticleDetectorUWT2D _particleDetector, MTBNeurite2DSet _neuriteSet, Boolean _verbose)
          Constructor.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.