I agree that adaboost can only process uniform size of input
features.I wonder it ,too.
How about uniform these different features under the same framework?I
mean thant you can try to use some transform to make the two differnt
kind of features use the same comparing rule .For example,if you use
lbp transform to the blocks,the features can be uniformed into 59 or
58 bin,then we can implement same rules to form weak classifiers.