Initializes a new GWireCommand class object with explicit parameters.
public GWireCommand(
RasterImage image,
int ExternalEnergy
)
Public Function New( _
ByVal image As RasterImage, _
ByVal ExternalEnergy As Integer _
)
public:
GWireCommand(
RasterImage^ image,
int ExternalEnergy
)
image
RasterImage object that references the image to be used in the command.
ExternalEnergy
An integer that represents the percent of the external energy (Image energy) used in calculating the minimal path in the image.
The sum of the external energy and the internal energy used is 100: this function initializes the internal energy to the value (100 - ExternalEnergy). The Internal energy is the energy from bending or discontinuities.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document