I intend to calculate haar-like features of input images, and then classify those features using SVM.
My question is: Is there some library (C++ or Matlab) of calculating haar-like features of an image I can use?
By the way, I know the application opencv_traincascade.exe from OpenCV. But I wonder if there is a separated code just for calculating haar-like features in OpenCV?