BlobThresholdReferenceMethod
Description
Possible methods of calculating the center of a data mode.
namespace BlobThresholdReferenceMethod
{
enum Type
{
Mean,
Gauss,
Median,
Middle
};
}
Possible methods of calculating the center of a data mode.
namespace BlobThresholdReferenceMethod
{
enum Type
{
Mean,
Gauss,
Median,
Middle
};
}