farm-ng-core
image_view.h File Reference
Include dependency graph for image_view.h:
This graph shows which files directly or indirectly include this file:

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, ...)
 

Macro Definition Documentation

◆ SOPHUS_PIXEL_MUT

#define SOPHUS_PIXEL_MUT (   img,
  u,
  v,
  ... 
)
Value:
::sophus::details::checkedPixelAccessMut( \
img, u, v, __FILE__, __LINE__, SOPHUS_FORMAT(__VA_ARGS__))
SOPHUS_FORMAT
#define SOPHUS_FORMAT(...)
Definition: common.h:37