'Declaration Public Function New( _
ByVal windowSizeWindow size of the filter.As System.Int32, _
ByVal directionDirections in which image is processed.As Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection _
)
public MeanCommand(
System.Int32 windowSize,
Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection direction
)
public: MeanCommand(
System.Int32 windowSize,
Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection direction
)
public:
MeanCommand(
System.Int32 windowSize,
Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection direction
)
Parameters
- windowSize
- Window size of the filter.
- direction
- Directions in which image is processed.