LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

RollingBall Property

Show in webframe







Gets or sets the radius (in pixels) of the ball that will roll over the entire image to determine the background.
Syntax
public int RollingBall {get; set;}
'Declaration
 
Public Property RollingBall As Integer
'Usage
 
Dim instance As SubtractBackgroundCommand
Dim value As Integer
 
instance.RollingBall = value
 
value = instance.RollingBall
public int RollingBall {get; set;}
@property (nonatomic, assign) unsigned int rollingBall;
public int getRollingBall()
public void setRollingBall(int value)
            
 
get_RollingBall();
set_RollingBall(value);
Object.defineProperty('RollingBall');
public:
property int RollingBall {
   int get();
   void set (    int value);
}

Property Value

The radius (in pixels) of the ball that will roll over the entire image to determine the background. Recommended value is 50. This property accepts only positive values.
Example
Refer to SubtractBackgroundCommand.
Requirements

Target Platforms

See Also

Reference

SubtractBackgroundCommand Class
SubtractBackgroundCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.