MeVisLab Toolbox Reference
|
Structure to hold parameters for cluster computation. More...
#include <mlClusterAlgorithm.h>
Public Member Functions | |
ComputeClusterParameters () | |
Structure to hold parameters for cluster computation.
Definition at line 30 of file mlClusterAlgorithm.h.
|
inline |
Definition at line 32 of file mlClusterAlgorithm.h.
References CLUSTER_MODE_IdenticalIntensities, and NBH_3D_26_XYZ.
MLdouble ml::ComputeClusterParameters::backgroundValue |
Definition at line 54 of file mlClusterAlgorithm.h.
CLUSTER_MODE_TYPE ml::ComputeClusterParameters::clusterMode |
Definition at line 47 of file mlClusterAlgorithm.h.
PagedImage* ml::ComputeClusterParameters::contentImage |
Definition at line 51 of file mlClusterAlgorithm.h.
PagedImage* ml::ComputeClusterParameters::maskImage |
Definition at line 52 of file mlClusterAlgorithm.h.
NBH_TYPE ml::ComputeClusterParameters::neighborhoodRelation |
Definition at line 50 of file mlClusterAlgorithm.h.
MLRequestProgressCB* ml::ComputeClusterParameters::progressCB |
Definition at line 56 of file mlClusterAlgorithm.h.
void* ml::ComputeClusterParameters::progressCBUserData |
Definition at line 57 of file mlClusterAlgorithm.h.
MLdouble ml::ComputeClusterParameters::similarityToleranceIntensities |
Definition at line 48 of file mlClusterAlgorithm.h.
MLdouble ml::ComputeClusterParameters::similarityToleranceVectors |
Definition at line 49 of file mlClusterAlgorithm.h.
bool ml::ComputeClusterParameters::useBackgroundValue |
Definition at line 53 of file mlClusterAlgorithm.h.
bool ml::ComputeClusterParameters::useImageValueAsUserData |
Definition at line 55 of file mlClusterAlgorithm.h.