←Select platform

GWireCommand Constructor(RasterImage,int)

Summary
Initializes a new GWireCommand class object with explicit parameters.
Syntax
C#
C++/CLI
Python
public: 
GWireCommand(  
   RasterImage^ image, 
   int ExternalEnergy 
) 
__init__(self,image,ExternalEnergy) # Overloaded constructor 

Parameters

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.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.