|
Volume Cartographer 2.28.0
|
Public Member Functions | |
| PixelMap ()=default | |
| PixelMap (std::size_t y, std::size_t x, cv::Vec6d value) | |
Public Member Functions inherited from volcart::PerPixelMap::Coord2D | |
| Coord2D ()=default | |
| Coord2D (std::size_t y, std::size_t x) | |
Public Attributes | |
| cv::Vec3d | pos |
| cv::Vec3d | normal |
Public Attributes inherited from volcart::PerPixelMap::Coord2D | |
| std::size_t | y |
| std::size_t | x |
Convenience structure for a single pixel's mapping information
Definition at line 64 of file PerPixelMap.hpp.
|
default |
Default constructor
|
inline |
Construct and initialize
Definition at line 69 of file PerPixelMap.hpp.
| cv::Vec3d volcart::PerPixelMap::PixelMap::normal |
Surface normal at mapped Volume position
Definition at line 79 of file PerPixelMap.hpp.
| cv::Vec3d volcart::PerPixelMap::PixelMap::pos |
Mapped Volume position
Definition at line 77 of file PerPixelMap.hpp.