122 /// @brief Sets the sample size for each pixel to be processed.
123 /// @note This value is only used if ST_Gaussian is set as the sharpen type.
124 /// @param Size The size of the block of pixels around each pixel to be processed that will be sampled. Generally this value should be around in the range of 1 to 5. Initial Value: 5.
127 /// @brief Sets the sigma for each each pixel to be processed.
128 /// @note This value is only used if ST_Gaussian is set as the sharpen type.
129 /// @param Sigma The weight surrounding pixels of the processing pixel have, with further pixels in the sample block getting reduced weight. Initial Value: 92.