Hi,
In acfTrain.m the classifier for the previous stage is rewritten by the classifier for the current stage.
detector.clf = adaBoostTrain(X0,X1,detector.opts.pBoost)
Are there any variables that are updated through the stages ? Or simply something that I'm missing ?
Thanks