←Select platform

GWireCommand Constructor(RasterImage,int)

Summary

Initializes a new GWireCommand class object with explicit parameters.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal image As RasterImage, _ 
   ByVal ExternalEnergy As Integer _ 
) 
public: 
GWireCommand(  
   RasterImage^ image, 
   int ExternalEnergy 
) 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly