C# How to: Image Erosion and Dilation
Article purpose The purpose of this article is aimed at exploring the concepts of Image Erosion, Image Dilation, Open Morphology and Closed Morphology. In addition this article extends conventional...
View ArticleC# How to: Morphological Edge Detection
Article purpose The objective of this article is to explore Image Edge Detection implemented by means of Image Dilation and Image Erosion morphological filters. In addition we explore the concept of...
View ArticleC# How to: Boolean Edge Detection
Article purpose The purpose of this article is to detail Boolean Function Based Edge Detection. The Image filtering implemented in this article occurs on a per pixel basis. The implementation relies on...
View ArticleC# How to: Gradient Based Edge Detection
Article purpose This article provides a technical discussion exploring the topic of Gradient Based Edge Detection and related aspects. Several filtering options are illustrated and explained ranging...
View ArticleC# How to: Image Cartoon Effect
Article purpose In this article we explore the tasks related to creating a Cartoon Effect from images which reflect real world non-animated scenarios. When applying a Cartoon Effect it becomes possible...
View ArticleC# How to: Image Boundary Extraction
Article Purpose This article explores various image processing concepts, which feature in combination when implementing Image Boundary Extraction. Concepts covered within this article include:...
View ArticleC# How to: Fuzzy Blur Filter
Article Purpose This article serves to illustrate the concepts involved in implementing a Fuzzy Blur Filter. This filter results in rendering non-photo realistic images which express a certain...
View Article