
Finding the Convex Hull Of a Blob in C# by asif
Why Convex Hull? Finding the convex hull of a set of points is the most elementary interesting problem in computational geometry, just as minimum […]
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 […]
Introduction This article is about muilti – threading concept in .NET explained using C# as programming language. Multi threading is an important aspect that needs […]
I had the below problem with the Math.Round() function: Problem : When I use the Math.Round Function it uses the Bankers Method. (ie., Round(5.5) […]
Motivation Sometimes, while writing programs, we can get into situations when we need to measure execution times of various tasks. Each programming language provides some […]
Copyright © 2025 | WordPress Theme by MH Themes