#include <highgui.h>
#include "outlet_pose_estimation/detail/gh_outlets.h"
#include "outlet_pose_estimation/detail/outlet_model.h"
#include "outlet_pose_estimation/detail/features.h"
#include "outlet_pose_estimation/detail/one_way_outlets.h"
Go to the source code of this file.
Functions | |
void | detect_outlets_gh (IplImage *img, const outlet_template_t &outlet_template, vector< outlet_t > &outlets, IplImage *color_image, const char *output_path, const char *output_filename) |
void detect_outlets_gh | ( | IplImage * | img, |
const outlet_template_t & | outlet_template, | ||
vector< outlet_t > & | outlets, | ||
IplImage * | color_image, | ||
const char * | output_path, | ||
const char * | output_filename | ||
) |
Definition at line 18 of file gh_outlets.cpp.