Skip to content

Image Processing algorithm code in C#. This application doesnt't use EmguCV, just pure C#. It has Histogram Equalization, Binarization, Adaptive Thresholding, Monochrome, Labeling, Edge Detection by Sobel algorithm and Median Filter function.

Notifications You must be signed in to change notification settings

huykhoa11/Image-Processing-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Processing-Algorithm

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#言語のみで作られたアプリ。

Preview

Salt & Pepper filtering by using Median Filter.
メディアンフィルタによる塩とコショウノイズ除去 image


Labeling by 8-Connectivity
8連結によるラベリング image


Use Adaptive Thresholding's algorithm to create binary image.
適応的二値化のアルゴリズムを用いて、作成したバイナリ画像。 image


Sobel in Edge Detection
輪郭検出のソーベル

image

About

Image Processing algorithm code in C#. This application doesnt't use EmguCV, just pure C#. It has Histogram Equalization, Binarization, Adaptive Thresholding, Monochrome, Labeling, Edge Detection by Sobel algorithm and Median Filter function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages