|
farm-ng-core
|


Go to the source code of this file.
Classes | |
| class | sophus::Image< TPixel, TAllocator > |
| Image read-only access to pixels and shared ownership, hence cheap to copy. Type is nullable. More... | |
| class | sophus::MutDynImage< TPredicate, TAllocator > |
| struct | sophus::UniqueDataAreaDeleter< TAllocator > |
| struct | sophus::MaybeLeakingUniqueDataAreaDeleter< TAllocator > |
| 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... | |
Namespaces | |
| sophus | |
| Image MutImage, owning images types. | |
Typedefs | |
| template<class TAllocator > | |
| using | sophus::UniqueDataArea = std::unique_ptr< uint8_t, MaybeLeakingUniqueDataAreaDeleter< TAllocator > > |