#include <OpenCvMatImageTraits.h>
|
static cv::Mat | factory (std::size_t width, std::size_t height) |
|
static std::size_t | width (const cv::Mat &image) |
|
static std::size_t | height (const cv::Mat &image) |
|
static double & | at (cv::Mat &image, std::size_t x, std::size_t y) |
|
static double | at (const cv::Mat &image, std::size_t x, std::size_t y) |
|
static iterator | begin (cv::Mat &image) |
|
static iterator | end (cv::Mat &image) |
|
static void | addImageToImage (cv::Mat &image1, const cv::Mat &image2, double scale_factor, double x, double y) |
|
static double | getClamped (const cv::Mat &image, int x, int y) |
|
static void | shiftResize (const cv::Mat &source, cv::Mat &window, double scale_factor, double x_shift, double y_shift) |
|
static float | interpolate_pix (float *pix, float x, float y, int xsize, int ysize, interpenum interptype) |
|
static void | make_kernel (float pos, float *kernel, interpenum interptype) |
|
Definition at line 43 of file OpenCvMatImageTraits.h.
◆ iterator
◆ addImageToImage()
static void ModelFitting::ImageTraits< cv::Mat >::addImageToImage |
( |
cv::Mat & |
image1, |
|
|
const cv::Mat & |
image2, |
|
|
double |
scale_factor, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
|
inlinestatic |
Definition at line 75 of file OpenCvMatImageTraits.h.
References ModelFitting::ImageTraits< ImageType >::at(), std::ceil(), ModelFitting::ImageTraits< ImageType >::factory(), std::floor(), ModelFitting::ImageTraits< ImageType >::height(), std::max(), std::min(), SourceXtractor::shiftResize(), ModelFitting::ImageTraits< ImageType >::width(), x, and y.
◆ at() [1/2]
◆ at() [2/2]
◆ begin()
◆ end()
◆ factory()
◆ getClamped()
◆ height()
◆ interpolate_pix()
◆ make_kernel()
◆ shiftResize()
static void ModelFitting::ImageTraits< cv::Mat >::shiftResize |
( |
const cv::Mat & |
source, |
|
|
cv::Mat & |
window, |
|
|
double |
scale_factor, |
|
|
double |
x_shift, |
|
|
double |
y_shift |
|
) |
| |
|
inlinestatic |
◆ width()
The documentation for this struct was generated from the following file: