KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
flow_visualizer.h File Reference
#include <flow_cpp/flow_feature_set.h>
#include <i_cpp/i_image.h>

Go to the source code of this file.

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

void kjb::draw_features (Image &img, const std::vector< Feature_pair > &features, const Vector &average_flow, Image::Pixel_type feature_pixel=fpix, Image::Pixel_type ave_flow_pixel=apix)
 Draw the optical flow features and the average flow. More...
 

Variables

const Image::Pixel_type kjb::apix = {255.0, 0.0, 0.0}
 
const Image::Pixel_type kjb::fpix = {0.0, 0.0, 255.0}