Struct CircularProjectorConfig
Defined in File circular_projector.h
Inheritance Relationships
Base Type
public wavemap::ConfigBase< CircularProjectorConfig, 3 >
(Template Struct ConfigBase)
Struct Documentation
-
struct CircularProjectorConfig : public wavemap::ConfigBase<CircularProjectorConfig, 3>
Config struct for the circular projection model.
Public Functions
-
inline CircularProjectorConfig(FloatingPoint min_angle, FloatingPoint max_angle, IndexElement num_cells)
Public Members
-
Radians<FloatingPoint> min_angle = 0.f
Minimum angle along this axis.
-
Radians<FloatingPoint> max_angle = 0.f
Maximum angle along this axis.
-
IndexElement num_cells = 0
Resolution of the image along this axis, set as the number of cells along the axis.
-
inline CircularProjectorConfig(FloatingPoint min_angle, FloatingPoint max_angle, IndexElement num_cells)