Image Processing algorithm code in C#. This application dont't use EmguCV, just pure C#.
It has Histogram Equalization, Binarization, Adaptive Thresholding, Monochrome, Labeling, Edge Detection by Sobel algorithm and Salt & Pepper Filter by Median Filter function
C#による画像処理アルゴリズム。EmguCVライブラリを用いず、C#言語のみで作られたアプリ。
Salt & Pepper filtering by using Median Filter.
メディアンフィルタによる塩とコショウノイズ除去
Labeling by 8-Connectivity
8連結によるラベリング
Use Adaptive Thresholding's algorithm to create binary image.
適応的二値化のアルゴリズムを用いて、作成したバイナリ画像。
Sobel in Edge Detection
輪郭検出のソーベル