Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OpticalFlowConf Struct Reference

configuration object for OpticalFlow More...

#include <opticalflow.h>

Public Attributes

Sensor::Dimensions dims
 dimensions to return the flow (X means horizonal, Y vertical) More...
 
std::list< Pospoints
 points to measure optical flow in normalized coordinates [-1,1] however the points are placed sufficiently away from the border to have no boundary effects. More...
 
double maxFlow
 maximum fraction of the image dimension to consider for a possible flow. More...
 
int fieldSize
 size (edge length) of the measurement field (block) in pixel (if 0 then 1/12th of width) More...
 
int verbose
 verbosity level (0: quite, 1: initialization values, 2: warnings, 3: info, 4: debug) More...
 

Detailed Description

configuration object for OpticalFlow

Member Data Documentation

dimensions to return the flow (X means horizonal, Y vertical)

int fieldSize

size (edge length) of the measurement field (block) in pixel (if 0 then 1/12th of width)

double maxFlow

maximum fraction of the image dimension to consider for a possible flow.

Larger values increase the computational demand and move the points more to the center (since we don't want edge effects)

std::list<Pos> points

points to measure optical flow in normalized coordinates [-1,1] however the points are placed sufficiently away from the border to have no boundary effects.

int verbose

verbosity level (0: quite, 1: initialization values, 2: warnings, 3: info, 4: debug)


The documentation for this struct was generated from the following file: