
C# image processing Invert/Logical NOT by asif
Background The NOT binary operation takes one binary input and outputs 1 when the input is 0 and the output is 0 only if the […]
Background The NOT binary operation takes one binary input and outputs 1 when the input is 0 and the output is 0 only if the […]
Background The OR binary operation takes two binary inputs and outputs 0 only when both the inputs are 0 and if at least one […]
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, […]
Copyright © 2025 | WordPress Theme by MH Themes