Go to the documentation of this file.
17 #include "farm_ng/core/image.pb.h"
29 core::proto::DynImage
const& proto);
38 -> core::proto::DynImage;
DynImage< IntensityImagePredicate, TAllocator > IntensityImage
Image to represent intensity image / texture as grayscale (=1 channel), RGB (=3 channel ) and RGBA (=...
Definition: dyn_image_types.h:68
Definition: backtrace.cpp:102
core::proto::DynImage ProtoType
Definition: conv.h:33
FARM_PROTO_CONV_TRAIT(Uri, core::proto::Uri)
Layout of the image: width, height and pitch in bytes.
Definition: layout.h:23
Image MutImage, owning images types.
Definition: num_diff.h:20
Expected< sophus::IntensityImage<> > intensityImageFromProto(core::proto::DynImage const &proto)
Definition: conv.cpp:94
Trait to associate one concrete Proto type with given C++ type TCpp.
Definition: proto_conv.h:25
Type-erased image with shared ownership, and read-only access to pixels. Type is nullable.
Definition: dyn_image.h:24
Image size, hence its width and height.
Definition: image_size.h:21