Relative Content

Tag Archive for c#computer-vision

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…