I have a number of what are known as weak classifiers and i want to use a Boosting algorithm to combine this classifiers to generate a Strong classifier.
Hi there first of I am nee here, but not to processing.
I am trying to do some colour tracking with a ps3 camera. I have managed to do this fine useing xp but I can't get my sketch to work with windows 8. I keep getting errors saying cannot find camera etc.. I have installed the latest drivers for the cam has anyone else had this problen, ifs there a working lib I have tried opencv.
I have a mesh of an aeroplane, and i am using the rotate() command to rotate the mesh. However the rotate axis's are fixed in relationship to the screen.This causes the model to perform unusual rotations when more then one axis is being used. Is there a way to change this so they stay in relationship to the model?
Hi there first of this is my first post and probably not the last.
I want to read a .txt file ( k no prob there ) But for example i want to read lines of instructions
e.g A10 A = Operation and the number being the value. I think what i am asking is how do you seperate these to functions into there own variables so tasks can be performed from them..