OpenCV  3.4.16
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::cudev::AffineMapPtr Struct Reference

#include <opencv2/cudev/ptr2d/warping.hpp>

Inheritance diagram for cv::cudev::AffineMapPtr:
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

const float * warpMat
 

Member Typedef Documentation

◆ index_type

◆ value_type

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ warpMat

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

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