|
auto | sophus::half (ImageSize size) -> ImageSize |
| If the original width [height] is odd, the new width [height] will be: (width+1)/2 [height+1)/2]. More...
|
|
auto | sophus::operator== (ImageSize const &lhs, ImageSize const &rhs) -> bool |
| Equality operator. More...
|
|
auto | sophus::operator!= (ImageSize const &lhs, ImageSize const &rhs) -> bool |
|
auto | sophus::operator< (ImageSize const &lhs, ImageSize const &rhs) -> bool |
| Ordering operator, for keys in sets and maps. More...
|
|
auto | sophus::operator<< (std::ostream &os, ImageSize const &image_size) -> std::ostream & |
| Ostream operator. More...
|
|