Image Multiply by accord

// create filter
Multiply filter = new Multiply(overlayImage);

// apply the filter
Bitmap resultImage = filter.Apply(sourceImage);

댓글

이 블로그의 인기 게시물

batch file processing by C#

Horizontal projection - AForge