Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Radius Property (MeanShiftCommand)








Gets or sets the radius value.
Syntax
public int Radius {get; set;}
'Declaration
 
Public Property Radius As Integer
'Usage
 
Dim instance As MeanShiftCommand
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius
public int Radius {get; set;}
 <br/>get_Radius();<br/>set_Radius(value);<br/>Object.defineProperty('Radius'); 
public:
property int Radius {
   int get();
   void set (    int value);
}

Property Value

Size of the kernel where the middle pixel would be considered as source pixel.
Example
Refer to MeanShiftCommand.
Requirements

Target Platforms

See Also

Reference

MeanShiftCommand Class
MeanShiftCommand Members

Error processing SSI file