|
farm-ng-core
|
#include "sophus/calculus/region.h"#include "sophus/common/common.h"#include <Eigen/Dense>#include <iostream>

Go to the source code of this file.
Classes | |
| struct | sophus::ImageSize |
| Image size, hence its width and height. More... | |
Namespaces | |
| sophus | |
| Image MutImage, owning images types. | |
Functions | |
| template<class TPixel > | |
| auto | sophus::imageCoordsInterval (ImageSize image_size, int border=0) -> Region2I |
| 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::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 |
| Ordering operator, for keys in sets and maps. More... | |
| auto | sophus::operator<< (std::ostream &os, ImageSize const &image_size) -> std::ostream & |
| Ostream operator. More... | |