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

#include "warping.hpp"

Inheritance diagram for cv::cudev::PerspectiveMapPtr:
cv::cudev::PerspectiveMapPtrSz

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::PerspectiveMapPtr::operator() ( float  y,
float  x 
) const

Member Data Documentation

§ warpMat

const float* cv::cudev::PerspectiveMapPtr::warpMat

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