Carnaux / NFT-Marker-Creator

This editor creates NFT markers for ARTOOKIT 5.x
https://carnaux.github.io/NFT-Marker-Creator/
333 stars 160 forks source link

Is there a way to create the nft markers in native app, using opencv or similar lib? #49

Closed TheBricktop closed 4 years ago

TheBricktop commented 4 years ago

NFT tracker creator is pretty slow at the moment and prone to hangups when the image is not too good or is too big . What is the description method for creating the nft markers? Is it creating some king of lookup table to speed up recognition? Is there a way to use other libraries (like opencv or accord.net) to create similar files compatible with ar.js?

Carnaux commented 4 years ago

Unfortunately no, the only other software that I know is the genTexData.exe (Works only on Windows), but the NFT-Creator is a node/web porting of that code. Give the source code a look, maybe we can figure out some optimization.