1

I have a bitmap image of multiple aruco markers. I need to just output the number of markers that can be read from the image.

I have looked all over, but am not able to find a good way to do this in C#. I know this can be done in C++, but can it be done in C#?

Does anyone have any ideas as to how to do this? Is this a supported function in visual studio?

I attached an example of an image I want to be able to read the aruco markers from. I know I will not be able to read all of them, but I want to be able to read as many as possible.

Image Example

Toby
  • 141
  • 3
  • 12

1 Answers1

0

Have you tried paying attention to https://bitbucket.org/horizongir/aruco.net project? It looks like exactly what you are looking for.

Sergey Prosin
  • 711
  • 4
  • 11