IMcColocalizationCompute Method
|
|
Calculates colocalization parameters and creates co-localization image.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxFunction Compute (
Optional lPairIndex As Integer = 0,
Optional bWholeImageElsePerFeature As Boolean = false,
Optional ResultType As mcColocResult = mcColocResult.mcclColor,
<OutAttribute> Optional ByRef outStats As Object = 0,
<OutAttribute> Optional ByRef Bounds As Object = 0,
Optional vColocImg As Object = 0,
<OptionalAttribute> vSourceImg As Object
) As McImage
Parameters
- lPairIndex (Optional)
- Type: SystemInt32
index of channel pair. The index must be >=0 and less than size of Channels and Thresholds arrays. And less that size of Colors/2. - bWholeImageElsePerFeature (Optional)
- Type: SystemBoolean
when TRUE, the whole image respecting ROIs is analyzed, when FALSE the data is generated for every object in parent McRegions. - ResultType (Optional)
- Type: MediaCy.IQL.FeaturesmcColocResult
result type as mcColocResult - outStats (Optional)
- Type: SystemObject
array of co-localization values as array of OutColocStats (every element of the array is in the order of mcColocStats). The number of items corresponds to the number of objects in parent regions (when bWholeImageElsePerFeature is FALSE) - Bounds (Optional)
- Type: SystemObject
bounding rectangle of the output image as LONGRECT (used for mcclPreviewMask) - vColocImg (Optional)
- Type: SystemObject
optional co-localization image. When this parameter is present, the co-localization is updated on vColocImg instead of creating a new one. - vSourceImg (Optional)
- Type: SystemObject
Optional source image, operator applies to parent image
when parameter is omitted.
Return Value
Type:
McImageA new McImage (image is created invisible and not in collection).
See Also