|
ed
|
#include <mask.h>
Classes | |
| class | const_iterator |
Public Member Functions | |
| void | addPoint (const cv::Point2i &p) |
| void | addPoint (int idx) |
| void | addPoint (int x, int y) |
| void | addPoints (const std::vector< cv::Point2i > &ps) |
| const_iterator | begin (int width=0) const |
| void | clear () |
| const_iterator | end () const |
| int | getSize () const |
| int | height () const |
| ImageMask () | |
| ImageMask (int width, int height) | |
| void | setSize (int width, int height) |
| int | width () const |
Private Attributes | |
| int | height_ |
| Height of the mask. More... | |
| std::vector< cv::Point2i > | points_ |
| Base points of the sub-images. More... | |
| int | width_ |
| Width of the mask. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
1.8.17