OpenCV  3.2.0-dev
Open Source Computer Vision
cv::cudev::PerspectiveMapPtrSz Struct Reference

#include "warping.hpp"

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

int cols
 
int rows
 
const float * warpMat
 

Member Typedef Documentation

typedef float2 cv::cudev::PerspectiveMapPtr::value_type
inherited

Member Function Documentation

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

Member Data Documentation

int cv::cudev::PerspectiveMapPtrSz::cols
int cv::cudev::PerspectiveMapPtrSz::rows
const float* cv::cudev::PerspectiveMapPtr::warpMat
inherited

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