Definition at line 170 of file CFeatureExtraction.h.
#include <mrpt/vision/CFeatureExtraction.h>
Public Attributes | |
unsigned int | hist_size_intensity |
SpinImages Options. | |
unsigned int | hist_size_distance |
Number of bins in the "distance" axis of the 2D histogram (default=10). | |
float | std_dist |
Standard deviation in "distance", used for the "soft histogram" (default=0.4 pixels) | |
float | std_intensity |
Standard deviation in "intensity", used for the "soft histogram" (default=20 units [0,255]) | |
unsigned int | radius |
Maximum radius of the area of which the histogram is built, in pixel units (default=20 pixels) |
Number of bins in the "distance" axis of the 2D histogram (default=10).
Definition at line 175 of file CFeatureExtraction.h.
SpinImages Options.
Number of bins in the "intensity" axis of the 2D histogram (default=10).
Definition at line 174 of file CFeatureExtraction.h.
Maximum radius of the area of which the histogram is built, in pixel units (default=20 pixels)
Definition at line 178 of file CFeatureExtraction.h.
Standard deviation in "distance", used for the "soft histogram" (default=0.4 pixels)
Definition at line 176 of file CFeatureExtraction.h.
Standard deviation in "intensity", used for the "soft histogram" (default=20 units [0,255])
Definition at line 177 of file CFeatureExtraction.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |