template<int win_width, int win_height, int block_width, int block_height, int x_stride, int y_stride, int cell_width, int cell_height, int nbins>
class cpl_visual_features::MyHOG< win_width, win_height, block_width, block_height, x_stride, y_stride, cell_width, cell_height, nbins >
Definition at line 48 of file my_hog.h.
template<int win_width, int win_height, int block_width, int block_height, int x_stride, int y_stride, int cell_width, int cell_height, int nbins> 
      
 
 
template<int win_width, int win_height, int block_width, int block_height, int x_stride, int y_stride, int cell_width, int cell_height, int nbins> 
      
        
          | virtual void cpl_visual_features::MyHOG< win_width, win_height, block_width, block_height, x_stride, y_stride, cell_width, cell_height, nbins >::operator() | ( | cv::Mat & | img, | 
        
          |  |  | cv::Rect & | window | 
        
          |  | ) |  |  [inline, virtual] | 
      
 
 
template<int win_width, int win_height, int block_width, int block_height, int x_stride, int y_stride, int cell_width, int cell_height, int nbins> 
      
 
 
template<int win_width, int win_height, int block_width, int block_height, int x_stride, int y_stride, int cell_width, int cell_height, int nbins> 
      
        
          | cv::HOGDescriptor cpl_visual_features::MyHOG< win_width, win_height, block_width, block_height, x_stride, y_stride, cell_width, cell_height, nbins >::hog_ |