|
SaDVIO
|
#include <Utils.h>
Public Member Functions | |
| Pixel ()=default | |
| Pixel (int x, int y) | |
| Pixel (const cv::Point &p) | |
| bool | operator== (const Pixel &rhs) const |
| bool | operator!= (const Pixel &rhs) const |
| bool | operator< (const Pixel &px2) const |
Public Attributes | |
| int | x |
| int | y |
Simple data structure representing a pixel. Unlike cv::Point2i this class is trivial (trivially copyable and has a trivial default constructor).
|
default |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
| int upm::Pixel::x |
| int upm::Pixel::y |
1.8.17