#include <cpl_visual_features/sliding_window.h>#include <opencv2/highgui/highgui.hpp>#include <ros/package.h>#include <sstream>#include <cpl_visual_features/saliency/center_surround.h>#include <cpl_visual_features/features/normalized_sum.h>#include <cpl_visual_features/features/color_histogram.h>#include <cpl_visual_features/features/lab_color_histogram.h>#include <cpl_visual_features/features/color_cells.h>#include <cpl_visual_features/features/canny_edges.h>#include <cpl_visual_features/features/my_hog.h>#include <cpl_visual_features/features/attribute_learning_base_feature.h>#include <cpl_visual_features/features/sift_des.h>
Go to the source code of this file.
| Typedefs | |
| typedef ColorHistogram< 16 > | ColorHist16 | 
| typedef LabColorHistogram< 24, 16, 16 > | LabColorHist16 | 
| typedef SIFTDes< 4, 4, 3, true > | SIFTDesA | 
| typedef MyHOG< 64, 64, 8, 8, 8, 8, 4, 4, 9 > | SWDHog | 
| Functions | |
| void | cannyWindow (Mat &frame, vector< pair< int, int > > &windows) | 
| void | colorCellWindow (Mat &frame, vector< pair< int, int > > &windows) | 
| void | hogWindow (Mat &frame, vector< pair< int, int > > &windows) | 
| LabColorHist16::Descriptor | labColorHistWindow (Mat &frame, pair< int, int > window) | 
| int | main (int argc, char **argv) | 
| void | siftWindow (Mat &frame, vector< pair< int, int > > &windows) | 
| typedef ColorHistogram<16> ColorHist16 | 
Definition at line 61 of file sliding_window.cpp.
| typedef LabColorHistogram<24,16,16> LabColorHist16 | 
Definition at line 63 of file sliding_window.cpp.
Definition at line 64 of file sliding_window.cpp.
Definition at line 62 of file sliding_window.cpp.
| void cannyWindow | ( | Mat & | frame, | 
| vector< pair< int, int > > & | windows | ||
| ) | 
Definition at line 66 of file sliding_window.cpp.
| void colorCellWindow | ( | Mat & | frame, | 
| vector< pair< int, int > > & | windows | ||
| ) | 
Definition at line 95 of file sliding_window.cpp.
Definition at line 72 of file sliding_window.cpp.
| LabColorHist16::Descriptor labColorHistWindow | ( | Mat & | frame, | 
| pair< int, int > | window | ||
| ) | 
Definition at line 88 of file sliding_window.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 102 of file sliding_window.cpp.
| void siftWindow | ( | Mat & | frame, | 
| vector< pair< int, int > > & | windows | ||
| ) | 
Definition at line 82 of file sliding_window.cpp.