#include <histogram.hh>
Inheritance diagram for oln::utils::hist_traits< histogram< T, CPT, V2P, Exact > >:
Public Types | |
enum | { dim = point_type::dim } |
typedef CPT | cpt_type |
Counter type. | |
typedef T | value_type |
Value of the input image. | |
typedef V2P | value_to_point_type |
typedef value_to_point_type::result_type | point_type |
Point type of the internal image. | |
typedef dim_traits< dim, CPT >::img_type | img_type |
Type of the internal image. |
Definition at line 160 of file histogram.hh.
typedef V2P oln::utils::hist_traits< histogram< T, CPT, V2P, Exact > >::value_to_point_type |
Class that convert a value to a point
Definition at line 164 of file histogram.hh.