MeVisLab Toolbox Reference
|
Computes the clusters. More...
#include <mlComputeClusters.h>
Public Member Functions | |
ComputeClusters () | |
void | setClusterMode (CLUSTER_MODE_TYPE clusterMode) |
void | setSimilarityToleranceIntensities (MLdouble similarityTolerance) |
void | setSimilarityToleranceVectors (MLdouble similarityTolerance) |
void | setUseBackgroundValue (bool useBackgroundValue) |
void | setBackgroundValue (MLdouble backgroundValue) |
void | setNeighborhoodRelation (NBH_TYPE neighborhoodRelation) |
void | setContentImage (PagedImage *contentImage) |
void | setMaskImage (PagedImage *maskImage) |
void | setUseImageValueAsUserData (bool useImageValueAsUserData) |
void | setProgressCB (MLRequestProgressCB *cb, void *userData) |
void | ensureClusterModeForImageDataType () |
MLErrorCode | computeClusters (Clusters *clusters) |
Computes the actual clusters and fills the given structure on base of the set parameters. | |
Friends | |
class | TypedComputeClusters |
Computes the clusters.
Set the parameters and the image(s), set a non-NULL Clusters object, and call computeClusters to fill the Clusters object.
Definition at line 80 of file mlComputeClusters.h.
ml::ComputeClusters::ComputeClusters | ( | ) |
MLErrorCode ml::ComputeClusters::computeClusters | ( | Clusters * | clusters | ) |
Computes the actual clusters and fills the given structure on base of the set parameters.
void ml::ComputeClusters::ensureClusterModeForImageDataType | ( | ) |
Definition at line 91 of file mlComputeClusters.h.
|
inline |
Definition at line 87 of file mlComputeClusters.h.
|
inline |
Definition at line 93 of file mlComputeClusters.h.
|
inline |
Definition at line 94 of file mlComputeClusters.h.
Definition at line 92 of file mlComputeClusters.h.
|
inline |
Definition at line 96 of file mlComputeClusters.h.
Definition at line 88 of file mlComputeClusters.h.
References mlrange_cast().
Definition at line 89 of file mlComputeClusters.h.
References mlrange_cast().
Definition at line 90 of file mlComputeClusters.h.
Definition at line 95 of file mlComputeClusters.h.
|
friend |
Definition at line 108 of file mlComputeClusters.h.