#include <pcl/recognition/mask_map.h>
|
| |
MaskMap ()=default |
| |
| |
MaskMap (std::size_t width, std::size_t height) |
| |
| virtual |
~MaskMap ()=default |
| |
| void |
resize (std::size_t width, std::size_t height) |
| |
| std::size_t |
getWidth () const |
| |
| std::size_t |
getHeight () const |
| |
| unsigned char * |
getData () |
| |
| const unsigned char * |
getData () const |
| |
| void |
set (const std::size_t x, const std::size_t y) |
| |
| void |
unset (const std::size_t x, const std::size_t y) |
| |
| bool |
isSet (const std::size_t x, const std::size_t y) const |
| |
| void |
reset () |
| |
| unsigned char & |
operator() (const std::size_t x, const std::size_t y) |
| |
| const unsigned char & |
operator() (const std::size_t x, const std::size_t y) const |
| |
| void |
erode (MaskMap &eroded_mask) const |
| |
Definition at line 45 of file mask_map.h.
MaskMap() [1/2]
| pcl::MaskMap::MaskMap | ( | |
) | | | default |
MaskMap() [2/2]
| pcl::MaskMap::MaskMap | ( | std::size_t |
width, |
| | std::size_t |
height |
| ) | |
|
~MaskMap()
| virtual pcl::MaskMap::~MaskMap | ( | |
) | | | virtualdefault |
erode()
| void pcl::MaskMap::erode | ( |
MaskMap & | eroded_mask |
) | const |
getData() [1/2]
| unsigned char* pcl::MaskMap::getData | ( | |
) | | | inline |
getData() [2/2]
| const unsigned char* pcl::MaskMap::getData | ( | |
) | const | | inline |
getDifferenceMask()
getHeight()
| std::size_t pcl::MaskMap::getHeight | ( | |
) | const | | inline |
getWidth()
| std::size_t pcl::MaskMap::getWidth | ( | |
) | const | | inline |
isSet()
| bool pcl::MaskMap::isSet | ( | const std::size_t |
x, | | | const std::size_t |
y | | ) | |
const | | inline |
operator()() [1/2]
| unsigned char& pcl::MaskMap::operator() | ( | const std::size_t |
x, | | | const std::size_t |
y | | ) | |
| | inline |
operator()() [2/2]
| const unsigned char& pcl::MaskMap::operator() | ( | const std::size_t |
x, | | | const std::size_t |
y | | ) | |
const | | inline |
reset()
| void pcl::MaskMap::reset | ( | |
) | | | inline |
resize()
| void pcl::MaskMap::resize | ( | std::size_t |
width, |
| | std::size_t |
height |
| ) | |
|
set()
| void pcl::MaskMap::set | ( | const std::size_t |
x, | | | const std::size_t |
y | | ) | |
| | inline |
unset()
| void pcl::MaskMap::unset | ( | const std::size_t |
x, | | | const std::size_t |
y | | ) | |
| | inline |
The documentation for this class was generated from the following file: