Main MRPT website > C++ reference
MRPT logo

mrpt::vision::CFeatureExtraction::TOptions::TLogPolarImagesOptions Struct Reference

LogPolarImagesOptions Options. More...

#include <mrpt/vision/CFeatureExtraction.h>

List of all members.

Public Attributes

unsigned int radius
 Maximum radius of the area of which the log polar image is built, in pixel units (default=30 pixels).
unsigned int num_angles
 (default=16) Log-Polar image patch will have dimensions WxH, with: W=num_angles, H= rho_scale * log(radius)
double rho_scale
 (default=5) Log-Polar image patch will have dimensions WxH, with: W=num_angles, H= rho_scale * log(radius)

Detailed Description

LogPolarImagesOptions Options.

Definition at line 183 of file CFeatureExtraction.h.


Member Data Documentation

(default=16) Log-Polar image patch will have dimensions WxH, with: W=num_angles, H= rho_scale * log(radius)

Definition at line 186 of file CFeatureExtraction.h.

Maximum radius of the area of which the log polar image is built, in pixel units (default=30 pixels).

Definition at line 185 of file CFeatureExtraction.h.

(default=5) Log-Polar image patch will have dimensions WxH, with: W=num_angles, H= rho_scale * log(radius)

Definition at line 187 of file CFeatureExtraction.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010