| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.apps.particles2D | |
| de.unihalle.informatik.MiToBo.core.datatypes |
Provides basic datatypes for MiToBo.
|
| de.unihalle.informatik.MiToBo.enhance |
Provides classes for image preprocessing and improvement (no filters!).
|
| de.unihalle.informatik.MiToBo.math.images |
Provides mathematical operations on images.
|
| de.unihalle.informatik.MiToBo.segmentation.thresholds |
Provides classes for thresholding grayscale and color images.
|
| de.unihalle.informatik.MiToBo.visualization.drawing |
Provides operators to visualize data types.
|
| Modifier and Type | Method and Description |
|---|---|
protected MTBImageHistogram |
ParticleDetectorUWT2D.getNormalizedCumulativeHistogram(MTBImage img,
int bins)
Create a normalized cumulative histogram from an image
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
ParticleDetectorUWT2D.logPofRegion(MTBRegion2D reg,
MTBImage img,
MTBImageHistogram cumHist) |
protected Vector<MTBTreeNode> |
ParticleDetectorUWT2D.meaningfulNodes(MTBTreeNode treeNode,
MTBImage[] corrImgs,
MTBImageHistogram[] hists,
int mode)
Get the most meaningful regions from a (sub)tree.
|
| Modifier and Type | Method and Description |
|---|---|
MTBImageHistogram |
MTBImageHistogram.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
MTBImageHistogram.add(MTBImageHistogram h)
add histogram data to this MTBHistogram object.
|
| Modifier and Type | Method and Description |
|---|---|
private static double |
HistogramEqualization.calcEntropy(MTBImageHistogram histo)
Calculates the Shannon entropy for the given (normalized!)
|
private int[] |
HistogramEqualization.getTransferFunktion(MTBImageHistogram histo)
Get the discrete transfer function for the histogram.
|
| Modifier and Type | Method and Description |
|---|---|
private MTBImageHistogram |
ImageStatistics.getNormalizedImageHisto()
Extracts the normalized image histogram with 256 bins.
|
| Modifier and Type | Field and Description |
|---|---|
private MTBImageHistogram |
CalcGlobalThreshOtsu.inHisto
Input histogram.
|
| Modifier and Type | Method and Description |
|---|---|
private MTBDoubleData |
CalcGlobalThreshOtsu.calcThreshold(MTBImageHistogram histo)
Calculate Otsu threshold on given histogram.
|
| Constructor and Description |
|---|
CalcGlobalThreshOtsu(MTBImageHistogram histo)
Default constructor with input histogram as argument.
|
| Modifier and Type | Field and Description |
|---|---|
private MTBImageHistogram |
MTBPlotHistogram.histogram |
| Modifier and Type | Method and Description |
|---|---|
MTBImageHistogram |
MTBPlotHistogram.getHistogram() |
| Modifier and Type | Method and Description |
|---|---|
void |
MTBPlotHistogram.setHistogram(MTBImageHistogram histogram) |
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.