123 /// @brief Sets the sample size for each pixel to be processed.
124 /// @note This value is only used if BT_Gaussian is set as the blur type.
125 /// @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.
128 /// @brief Sets the sigma for each each pixel to be processed.
129 /// @note This value is only used if BT_Gaussian is set as the blur type.
130 /// @param Sigma The weight surrounding pixels of the processing pixel have, with further pixels in the sample block getting reduced weight. Initial Value: 92.