|
farm-ng-core
|
#include "sophus/common/common.h"#include "sophus/concepts/image.h"#include "sophus/image/image_size.h"#include <Eigen/Dense>#include <iostream>

Go to the source code of this file.
Classes | |
| class | sophus::ImageLayout |
| Layout of the image: width, height and pitch in bytes. More... | |
Namespaces | |
| sophus | |
| Image MutImage, owning images types. | |
Functions | |
| auto | sophus::operator== (ImageLayout const &lhs, ImageLayout const &rhs) -> bool |
| Equality operator. More... | |
| auto | sophus::operator!= (ImageLayout const &lhs, ImageLayout const &rhs) -> bool |
| auto | sophus::operator<< (std::ostream &os, ImageLayout const &layout) -> std::ostream & |
| Ostream operator. More... | |