OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

#include "warping.hpp"

Inheritance diagram for cv::cudev::AffineMapPtrSz:
Collaboration diagram for cv::cudev::AffineMapPtrSz:

Public Types

typedef float index_type
 
typedef float2 value_type
 

Public Member Functions

__device__ __forceinline__ float2 operator() (float y, float x) const
 

Public Attributes

int cols
 
int rows
 
const float * warpMat
 

Member Typedef Documentation

◆ index_type

typedef float cv::cudev::AffineMapPtr::index_type
inherited

◆ value_type

typedef float2 cv::cudev::AffineMapPtr::value_type
inherited

Member Function Documentation

◆ operator()()

__device__ __forceinline__ float2 cv::cudev::AffineMapPtr::operator() ( float  y,
float  x 
) const
inlineinherited

Member Data Documentation

◆ cols

int cv::cudev::AffineMapPtrSz::cols

◆ rows

int cv::cudev::AffineMapPtrSz::rows

◆ warpMat

const float* cv::cudev::AffineMapPtr::warpMat
inherited

The documentation for this struct was generated from the following file: