0

I am working on a project C# and I have to write a code that detects all the objects inside an image (if not all as much as possible).

is there any good API to do that in .NET? I tried Cognitive Services but they do not give me the detected objects. only what inside the photo.

thank you.

Samy Sammour
  • 2,298
  • 2
  • 31
  • 66

1 Answers1

1

Try the AForge.NET Framework: They have some neat examples too.

http://www.aforgenet.com/framework/

Svekke
  • 1,470
  • 1
  • 12
  • 20