retinify 0.1.7
Real-Time AI Stereo Vision Library
Loading...
Searching...
No Matches
imgproc.hpp File Reference
#include "attributes.hpp"
#include "status.hpp"
#include <cstddef>
#include <cstdint>
Include dependency graph for imgproc.hpp:

Go to the source code of this file.

Namespaces

namespace  retinify
 

Functions

RETINIFY_API auto retinify::Resize (const std::uint8_t *src, std::size_t srcStride, std::uint8_t *dst, std::size_t dstStride, std::size_t srcWidth, std::size_t srcHeight, std::size_t dstWidth, std::size_t dstHeight, std::size_t channels) noexcept -> Status
 Resize an 8-bit image using bilinear interpolation.
 
RETINIFY_API auto retinify::Remap (const std::uint8_t *src, std::size_t srcStride, std::uint8_t *dst, std::size_t dstStride, const float *mapX, std::size_t mapXStride, const float *mapY, std::size_t mapYStride, std::size_t imageWidth, std::size_t imageHeight, std::size_t channels) noexcept -> Status
 Remap an 8-bit image using the provided x/y coordinate maps.