IMcColocalizationThresholds Property
|
|
Channel thresholds as an array of DOUBLE. The even element is the threshold for first channel, the odd - for second.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxProperty Thresholds As Object
Get
Set
Property Value
Type:
Object
RemarksThe array should contain 2*NumberOfColorPairs elements.
If the threshold values are negative, they are calculated automatically.
When Threshold = -1, auto-bright algorithm (Otsu) is used,
when Threshold = -2, zero Pearson algorithm is used (Calculates the values that produce zero Pearson correlation below thresholds.).
See Also