Follow Slashdot stories on Twitter

 



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 Re:This is scientifically impossible (Score 1) 479

"higher binding energy" -- meaning that it's harder to pull them apart. Imagine you've got two pits, and you're moving bricks from one to the other. The deeper pit has higher binding energy -- it's tougher to pull the brick out of the pit, and place it into the shallower pit -- lower binding energy. The GP post is asking how this could result in a net gain of energy, when you've had to expend more work pulling bricks out of deep holes and placing them into shallow holes?

I don't know enough about chemistry to comment further, but that's my layman's understanding.

Comment He did not combine them. (Score 3, Informative) 315

He didn't even do that, he combined two separate opensource engine making one better engine.

According to the allegations, he did not combine two open-source programs into a super-bot. They claim that the current version of his bot (Rybka) is a copy of Fruit, and an earlier version of his software was a copy of Crafty.

As you said, he closed-sourced them and claimed them as his own without giving attribution -- thereby breaking the software licenses of at least one of them (Fruit), which is GPL.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...