Click or drag to resize

SegmentationDataInit Method

Init Segmentation data from McWindow

Namespace:  MediaCy.Addins.ThresholdTool
Assembly:  MediaCy.Addins.ThresholdTool (in MediaCy.Addins.ThresholdTool.dll) Version: 3.1.0.0
Syntax
VB
Public Sub Init ( 
	Window As McWindow,
	im As McImage,
	Optional Interpr As mcInterpretation = mcInterpretation.mciAnyInterp,
	Optional bReinit As Boolean = false,
	Optional monoInd As Integer = -1
)

Parameters

Window
Type: MediaCy.IQL.ApplicationMcWindow
im
Type: MediaCy.IQL.EngineMcImage
Interpr (Optional)
Type: MediaCy.IQL.EnginemcInterpretation
bReinit (Optional)
Type: SystemBoolean
monoInd (Optional)
Type: SystemInt32
Remarks