LogPolarImagesOptions Options. More...
#include <mrpt/vision/CFeatureExtraction.h>
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) | |
LogPolarImagesOptions Options.
Definition at line 174 of file CFeatureExtraction.h.
(default=16) Log-Polar image patch will have dimensions WxH, with: W=num_angles, H= rho_scale * log(radius)
Definition at line 177 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 176 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 178 of file CFeatureExtraction.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |