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

 



Forgot your password?
typodupeerror
×

Comment Decision tree my a$$ (Score 1) 97

The method they are using s called as haar cascades postulated by viola jones. I have used the same with opencv for a bit now. http://en.wikipedia.org/wiki/Haar-like_features It's basically passing An image thru progressive classifiers to get a final weight of match. Microsoft may have done the training for generating the classifiers but the method has been around for a bit. "Decision tree".... Pfffft.

Comment Re:Example xorg.conf supporting four monitor (Score 1) 460

I agree with the guy who posted the xorg.conf above, i have a similiar setup where i have 2 monitors hooked to a single graphics card (single head) have xinerama disabled, and have a config entry in XOrg.cong which says leftof / rightof the monitor identifiers. This is enough to achieve what the poster requested. Maximize a window will maximize to one screen only. -S

Comment Java ?? (Score 1) 634

This is probably a surpise to many but java has good structure and has the layout for developing solid OO programming skills. Its not as confusing as C++ and not as retarded as VB C# also does but visual studio does most of the work 4 ya. -s

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...