farm-ng-core
conv.cpp File Reference
Include dependency graph for conv.cpp:

Namespaces

 farm_ng
 

Functions

template<>
auto farm_ng::fromProt< core::proto::ImageSize > (core::proto::ImageSize const &proto) -> Expected< sophus::ImageSize >
 
template<>
auto farm_ng::toProt< sophus::ImageSize > (sophus::ImageSize const &image_size) -> core::proto::ImageSize
 
template<>
auto farm_ng::fromProt< core::proto::ImageLayout > (core::proto::ImageLayout const &proto) -> Expected< sophus::ImageLayout >
 
template<>
auto farm_ng::toProt< sophus::ImageLayout > (sophus::ImageLayout const &layout) -> core::proto::ImageLayout
 
template<>
auto farm_ng::fromProt< core::proto::PixelFormat > (core::proto::PixelFormat const &proto) -> Expected< sophus::PixelFormat >
 
template<>
auto farm_ng::toProt< sophus::PixelFormat > (sophus::PixelFormat const &layout) -> core::proto::PixelFormat
 
template<>
auto farm_ng::fromProt< core::proto::DynImage > (core::proto::DynImage const &proto) -> Expected< sophus::AnyImage<>>
 
template<>
auto farm_ng::toProt< sophus::AnyImage<> > (sophus::AnyImage<> const &image) -> core::proto::DynImage
 
Expected< sophus::IntensityImage<> > farm_ng::intensityImageFromProto (core::proto::DynImage const &proto)
 
template<>
auto farm_ng::toProt< sophus::IntensityImage<> > (sophus::IntensityImage<> const &image) -> core::proto::DynImage