Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:I've had this working for a few months... (Score 1) 96

Thanks!

Yeah, it could possibly be sped up a bit, but right now I'm doing a linear search for the nearest Hamming distance in a data set of about 25k cards (all of the MtG cards printed) -- if I were to optimize the Hamming search with a tree of sorts (similar to the algorithms used for spell-checker algorithms) I could possibly speed it up, but no need to prematurely optimize things at this point.

Comment I've had this working for a few months... (Score 1) 96

Currently I'm using OpenCV and a lot of glue code to scan real-time video and recognize cards for MtG. The database is easily extendable for Pokemon, Yugioh, L5R, and other card games.

I wrote it in Python on the PC, and recently ported it over to native Android. So far it works really well, and you can see a screenshot of it in action right here:
http://imgur.com/gallery/v44gIbB

Like others, I'm trying to put my kids through college, and am not quite willing to open-source my months of work just yet. However, I'm not looking to scalp anyone, and my rates are very reasonable. Feel free to PM me if you would like me to license this library to you -- it would be a fairly turn-key solution for you.

Comment This is an overreaction (Score -1, Flamebait) 465

This is an overreaction. What we are seeing is a rare opportunity for a politician to accuse Greenpeace of overreach.

The ecological impact is no more significant than were someone to walk through the Nevada Black Sands and disturb wagon wheel tracks from the 1800s. The Hummingbird was not actually touched nor will it be impacted by the group's efforts.

The statements from the government are meant to prevent future uses of the land for political purposes. The statements from Greenpeace are diplomatically what's best, but, in reality, they know all this too.

Slashdot Top Deals

Without life, Biology itself would be impossible.

Working...