Ejemplo n.º 1
0
 public void ApplyConvolutionMatrix(float[] mask, float weight, float shift)
 {
     Trim(ref mask);
     Image = image.ApplyConvolutionMatrix(mask, weight, shift);
 }