Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monochrome: using shapes/patterns instead of colors? #1

Open
HenrikBengtsson opened this issue Jan 23, 2018 · 4 comments
Open

Monochrome: using shapes/patterns instead of colors? #1

HenrikBengtsson opened this issue Jan 23, 2018 · 4 comments

Comments

@HenrikBengtsson
Copy link

Instead of color coding programs, do you think it would be possible to encode them by using different orthogonal, distinct shapes and fill patterns as an alternative, e.g. solid squares, empty square, triangles, upside-down triangles, plus symbol, and so on?

That would lower the entrance barrier to those who only got a monochrome printer at home.

PS. Thanks for sharing this and making it open source. I've stumbled upon the Dynamicland website and Twitter feed, but failed to get ahold of DIY info or source code, so I was happy to see yours.

@forresto
Copy link

https://archive.artoolkit.org/documentation/doku.php?id=3_Marker_Training:marker_barcode has info on "2d barcode" monochrome trackers for AR. The dots are better-suited for framing a page though.

@blakebjorn
Copy link

blakebjorn commented Jan 23, 2018

Using black circles and filling in a percentage of the interior would probably work fine.

If each circle had 6 'pie pieces' which could be either empty, or black, you could use otsu's binarization to classify each piece as 0, 0.17, 0.33, 0.5, 0.66, 0.83, 1.0 after running what i assume is hough circles to isolate the markers.

This means with 4 circles, one in each corner, there would be a fairly substantial number of combinations if you take clockwise order into account.

@forresto
Copy link

One issue that I noticed at DL is that some projected graphics can obscure tracking, especially as the sun sets, making the projections brighter relative to the room. Do you have any idea if monochrome tracking dots would be more or less susceptible to this?

@janpaul123
Copy link
Owner

Yeah, I originally experimented with QR codes but the resolution was not high enough. There're some good ideas here though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants