19 using Pointer = std::shared_ptr<LineGenerator>;
39 [[nodiscard]] auto
offsets() const -> std::vector<
double>;
56 const std::vector<cv::Vec3d>& axes) override;
Class for generating line-like neighborhoods from a point in a Volume.
auto extents() const -> Neighborhood::Extent override
Get the size of the neighborhood returned by this class.
LineGenerator()
Default Constructor.
std::shared_ptr< LineGenerator > Pointer
auto offsets() const -> std::vector< double >
Returns the list of scalar offsets along the neighborhood axis.
Neighborhood compute(const Volume::Pointer &v, const cv::Vec3d &pt, const std::vector< cv::Vec3d > &axes) override
Compute a neighborhood centered on a point.
Dynamically-allocated N-Dimensional Array.
Base class for neighborhood generating classes.
Volume Cartographer library