bbenligiray / stag

STag: A Stable Fiducial Marker System
MIT License
187 stars 52 forks source link

missing files "ED/EDLines.h" and "ED/EdgeMap.h" #5

Closed lupin982 closed 5 years ago

lupin982 commented 6 years ago

Hi, very great job, i'm trying to compile your source code on windows, but it seems missing two files:

include "ED/EDLines.h"

include "ED/EdgeMap.h"

bbenligiray commented 6 years ago

Hi,

Currently, they are left out in purpose, and the code won't compile without them.

I am going to update and close this issue when they are added.

bobbycho commented 6 years ago

Aren't you ready to add those header files? Thanks

bbenligiray commented 5 years ago

All sources are added, the code compiles and runs fine now.