| Package | Description |
|---|---|
| de.unihalle.informatik.MiToBo.io.files |
Provides classes for handling (non-)image files.
|
| de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.abstracts | |
| de.unihalle.informatik.MiToBo.tracking.multitarget.datatypes.impl |
| Modifier and Type | Field and Description |
|---|---|
protected AdjacencyMatrix<T> |
GraphvizWriter.adjmatrix |
| Modifier and Type | Field and Description |
|---|---|
protected Vector<AdjacencyMatrix<T>> |
GraphvizWriter.subgraphs_adj |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphvizWriter.addSubgraphAdjaceny(AdjacencyMatrix<T> subgraph_adj,
Color c)
Specify a subgraph that is to be painted in the given color.
|
void |
GraphvizWriter.setAdjacencyMatrix(AdjacencyMatrix<T> adjmatrix)
Set the main graph's adjacency matrix
|
| Constructor and Description |
|---|
GraphvizWriter(AdjacencyMatrix<T> adjmatrix,
String filename)
Constructor for specifying the graph by an adjacency matrix
|
| Modifier and Type | Class and Description |
|---|---|
class |
MatchingAdjacencyMatrix
Abstract class of an adjacency matrix for graph matching, i.e. graph nodes are associated to different
partitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObservationAdjacency
An adjacency matrix for observations in a time series used for greedyGourmet-partitioning.
|
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.