Click or drag to resize

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
Syntax
VB
Property Thresholds As Object
	Get
	Set

Property Value

Type: Object
Remarks
The 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