배경제거 by accord

// create filter
FlatFieldCorrection filter = new FlatFieldCorrection( bgImage );
// process image
filter.ApplyInPlace( sourceImage );

댓글

이 블로그의 인기 게시물

Draw Circle on PictureBox when Button Click - Winform

2D FFT of Gray Image by AForge