GH_MemoryBitmapFilter_Blur Method (Int32, Int32, Int32) |
Blur the image N times in both directions.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void Filter_Blur(
int N,
int interior_weight,
int exterior_weight
)
Public Sub Filter_Blur (
N As Integer,
interior_weight As Integer,
exterior_weight As Integer
)
Parameters
- N
- Type: SystemInt32
Number of times to perform the blurring operation. - interior_weight
- Type: SystemInt32
Weighting factor for pixels at the center of the convolution matrix. - exterior_weight
- Type: SystemInt32
Weighting factor for pixels at the edges of the convolution matrix.
See Also