farm-ng-core
mut_image.h File Reference
#include "sophus/common/enum.h"
#include "sophus/image/mut_image_view.h"
#include <optional>
Include dependency graph for mut_image.h:
This graph shows which files directly or indirectly include this file:

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 > >