KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
flow_dense.h File Reference
#include <m_cpp/m_matrix.h>
#include <gr_cpp/gr_2D_bounding_box.h>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

Vector kjb::average_flow (const Matrix &x_flows, const Matrix &y_flows, const Axis_aligned_rectangle_2d &roi)
 Get the average optical flow inside a rectangle region. More...
 
Matrix kjb::flow_magnitude (const Matrix &x_flows, const Matrix &y_flows)
 Compute the flow magnitude. More...