SaturationCorrection by Accord

// create filter
SaturationCorrection filter = new SaturationCorrection( -0.5f );
// apply the filter
filter.ApplyInPlace( image );

댓글

이 블로그의 인기 게시물

batch file processing by C#

Horizontal projection - AForge