|
farm-ng-core
|


Go to the source code of this file.
Classes | |
| class | sophus::MutImage< TPixel, TAllocator > |
| A image with write access to pixels and exclusive ownership. There is no copy constr / copy assignment, but move constr / assignment. More... | |
| class | sophus::Image< TPixel, TAllocator > |
| Image read-only access to pixels and shared ownership, hence cheap to copy. Type is nullable. More... | |
| struct | sophus::ImageView< TPixel > |
| A view of an (immutable) image, which does not own the data. More... | |
Namespaces | |
| sophus | |
| Image MutImage, owning images types. | |
Macros | |
| #define | SOPHUS_PIXEL_MUT(img, u, v, ...) |
| #define SOPHUS_PIXEL_MUT | ( | img, | |
| u, | |||
| v, | |||
| ... | |||
| ) |