Classes | Namespaces | Functions
utility.hpp File Reference

Go to the source code of this file.

Classes

struct  cv::gpu::device::SingleMask
 
struct  cv::gpu::device::SingleMaskChannels
 
struct  cv::gpu::device::MaskCollection
 
struct  cv::gpu::device::WithOutMask
 

Namespaces

 cv
 Namespace where all the C++ OpenCV functionality resides.
 
 cv::gpu
 
 cv::gpu::device
 

Functions

template<typename T >
void __device__ __host__
__forceinline__ 
cv::gpu::device::swap (T &a, T &b)
 
template<typename T >
__device__ __forceinline__ bool cv::gpu::device::solve2x2 (const T A[2][2], const T b[2], T x[2])
 
template<typename T >
__device__ __forceinline__ bool cv::gpu::device::solve3x3 (const T A[3][3], const T b[3], T x[3])