Click here to Skip to main content
15,886,584 members

Comments by yudha rizki (Top 1 by date)

yudha rizki 6-Apr-15 6:16am View    
how to call the medianFilter method?
it doesn't work for me

private void OnMedianFilter(object sender, System.EventArgs ){
BitmapFilter.MedianFilter(m_Bitmap, 9);
this.Invalidate();
}