How to Detect Basic Geometric Shapes in a Bitmap Using C# Without External Libraries? [closed]
Closed 24 mins ago.
Object detection in C# – Without the use of ML
I am starting to learn C#, I was wondering is there a way to detect objects in an image or bitmap, a square, circle triangle and a rectangle, without the use of ML, dynamically so rotation, size doesn’t factor in anyway. Without the use of libraries such as EmugCv and etc…