Package | Description |
---|---|
de.unihalle.informatik.MiToBo.apps.cytoskeleton |
Provides tools and applications for quantifying actin filament structures in
microscopy images of cells.
|
de.unihalle.informatik.MiToBo.features |
Provides operators for calculating features from given images, e.g., statistical
indicators or texture measures.
|
de.unihalle.informatik.MiToBo.features.statistical |
Provides operators for calculating statistical image features, e.g., average
intensities or variances, or moments of the intensity distribution.
|
de.unihalle.informatik.MiToBo.features.texture |
Provides operators for calculating texture features from given images, e.g.,
Haralick measures.
|
de.unihalle.informatik.MiToBo.features.texture.lbp |
Modifier and Type | Method and Description |
---|---|
protected abstract Vector<FeatureCalculator> |
CytoskeletonFeatureExtractorTiles.getFeatureOps()
Method to request operators for feature extraction to be applied.
|
protected Vector<FeatureCalculator> |
CytoskeletonFeatureExtractorLBPs.getFeatureOps() |
protected Vector<FeatureCalculator> |
CytoskeletonFeatureExtractorHaralickMeasures.getFeatureOps() |
protected Vector<FeatureCalculator> |
CytoskeletonFeatureExtractorLBPsRIU.getFeatureOps() |
Modifier and Type | Field and Description |
---|---|
private Vector<FeatureCalculator> |
TileFeatureCalculator.featureOps
List of feature calculators to apply.
|
Modifier and Type | Method and Description |
---|---|
void |
TileFeatureCalculator.setFeatureOperators(Vector<FeatureCalculator> ops)
Set feature operators.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureCalculatorIntensityStats
Calculates statistical features on images tile-wise,
based on
FeatureCalculator . |
Modifier and Type | Class and Description |
---|---|
class |
FeatureCalculatorHaralickMeasures
Calculates set of Haralick co-occurrence texture features from an image.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureCalculatorLBP
Implements an extended version of local binary patterns (LBPs).
|
class |
FeatureCalculatorLBPJFeatureLib
Abstract super class for LBP operators building on the JFeatureLib.
|
class |
FeatureCalculatorLBPOriginal
Operator for extracting Local Binary Patterns (LBPs).
|
class |
FeatureCalculatorLBPRIU
Implements rotation invariant uniform local binary patterns (LBP-RIU).
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.