Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

SetSeedPoint Method








A LeadPoint that contains the seed point used when constructing the minimal paths for the edges.
Sets the seed point used when constructing the minimal paths for the edges.
Syntax
public void SetSeedPoint( 
   LeadPoint Seed
)
'Declaration
 
Public Sub SetSeedPoint( _
   ByVal Seed As LeadPoint _
) 
'Usage
 
Dim instance As GWireCommand
Dim Seed As LeadPoint
 
instance.SetSeedPoint(Seed)
public void SetSeedPoint( 
   LeadPoint Seed
)
 function Leadtools.ImageProcessing.Core.GWireCommand.SetSeedPoint( 
   Seed 
)
public:
void SetSeedPoint( 
   LeadPoint Seed
) 

Parameters

Seed
A LeadPoint that contains the seed point used when constructing the minimal paths for the edges.
Example
Refer to the GWireCommand example.
Requirements

Target Platforms

See Also

Reference

GWireCommand Class
GWireCommand Members
OtsuThresholdCommand Class
LambdaConnectednessCommand Class
ShrinkWrapCommand Class
WatershedCommand Class
KMeansCommand Class
LevelsetCommand Class

Error processing SSI file