Image Processing AND, NAND by asif
Background The AND binary operation takes two binary inputs and outputs 1 only when both the inputs are 1 else produces 0. The NAND […]
Background The AND binary operation takes two binary inputs and outputs 1 only when both the inputs are 1 else produces 0. The NAND […]
C# .Net provides a good support for processing on the image, and the purpose of this article is not to give you a lot of […]
Most scanned images contains noise in form of darker dots and disturbances caused by the scanning process. If these are not removed before the feature […]
Why Convex Hull? Finding the convex hull of a set of points is the most elementary interesting problem in computational geometry, just as minimum […]
Introduction In this tutorial, we will create a grayscale image from a colored one. To run this application, you will need to have .NET […]
Why Using Moments of Area? It is seen that the usage of moments of area highly supports for the systems using Artificial intelligence. The reason […]
What is a Binary Image? Binary images are images whose pixels have only two possible intensity values. They are normally displayed as black and […]
What is a Color Image? It is possible to construct (almost) all visible colors by combining the three primary colors red, green and blue, […]
Brief Description: Connected components labeling scans an image and groups its pixels into components based on pixel connectivity, i.e. all pixels in a connected component […]
What is Branch and Bound Algorithm? These notes follow the discussion of branch and bound algorithms in Computer Algorithms by E. Horowitz, S. Sahni and […]
Copyright © 2025 | WordPress Theme by MH Themes