NormandErwan / ArucoUnity

Bring augmented reality to Unity by tracking Aruco markers in real time.
https://normanderwan.github.io/ArucoUnity/
BSD 3-Clause "New" or "Revised" License
205 stars 38 forks source link

Grid board creation "First marker" seems unused #21

Open syllebra opened 6 years ago

syllebra commented 6 years ago

Regarding the Method Aruco.GridBoard.Create, it seems that we should be able to start the dictionnary from a given marker index to create different grid boards.

However, when using it with something different than 0, the grid board always begins with the marker 0.

Maybe is it just an oversight inside the native dll.

NormandErwan commented 6 years ago

Thank you for pointing this issue! I haven't tested yet this feature. I'm going to try it out both in OpenCV and with ArucoUnity. I'll try to fix it.