RGB to GrayScale - aforge 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 12월 18, 2017 // create grayscale filter (BT709) Grayscale filter = new Grayscale( 0.2125, 0.7154, 0.0721 ); // apply the filter Bitmap grayImage = filter.Apply( image ); 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 댓글
FFT for .Net Compare 12월 17, 2017 https://www.codeproject.com/Articles/1095473/Comparison-of-FFT-implementations-for-NET 자세한 내용 보기
2D FFT of Gray Image by AForge 12월 17, 2017 using System; using System.Drawing; using System.Windows.Forms; using AForge; using AForge.Imaging; using AForge.Imaging.Filters; using AForge.Imaging.ComplexFilters; namespace tt { class MainClass { public static void Main ( string [] args ) { // load image Bitmap image = AForge.Imaging. Image . FromFile ( @" /Users/kerb/rose.jpg " ); // create complex image ComplexImage complexImage =... 자세한 내용 보기
댓글
댓글 쓰기