←Select platform

GWireCommand Constructor()

Summary

Initializes a new GWireCommand class object.

Syntax
C#
VB
C++
public GWireCommand() 
Public Function New() 
public: 
GWireCommand(); 

Remarks

By default, the External Energy is set at 90 and the Internal Energy at 10. External energy represents the image forces while calculating the minimum path, (i.e., the boundaries of the object of interest). Higher external energies are used for complex objects. Internal energy represents the internal curve energy due to bending or a discontinuity. Higher internal energy minimizes curve bending and results in smoother curves. Internal energy reduces the effect of image noise by reducing the effect of image forces. In the code, set only the external energy. The internal energy is calculated as percentage 100 – ExternalEnergy.

Example

Refer to the GWireCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly