In this tutorial I will show you yet another morphological operation – Hit-or-Miss, which is used for pattern matching inside a set of data.

OpenCV: Additional Morphology Operations
In this post, I will show you the Opening, Closing, Gradient, Top Hat and Black Hat morphology operations which we will apply using OpenCV.

EMF: Miscellaneous Xpand Features
In this post I will describe some miscellaneous feature which didn’t find a place in the other EMF tutorials but are very useful.

EMF: Constraints Checking
In this tutorial i will show you how to define constraints, which could be checked before starting the generation process. If a constraint fails, we can stop the generation process.

OpenCV: Erosion
This tutorial is about one of the morphological operations on images – erosion. We describe what does this operation do and how to apply it.

OpenCV: Dilation
This tutorial is about one of the morphological operations on images – dilation. We describe what does this operation do and how to apply it.