←Select platform

BackGroundRemovalCommand Constructor(int)

Summary

Initializes a new instance of this class.

Syntax
C#
Objective-C
C++/CLI
Java
Python
- (instancetype)initWithRemovalFactor:(NSUInteger)removalFactor NS_DESIGNATED_INITIALIZER; 

Parameters

RemovalFactor

The attenuation factor needed to remove background from image.

public BackGroundRemovalCommand( 
   int RemovalFactor 
); 
__init__(self,RemovalFactor) # Overloaded constructor 
Remarks

The value that determines the amount of removing background.

Recommended value is 800.

This property accepts only positive values within the range from 0 to 1000.

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.