Loading...
Searching...
No Matches
unary_op.hpp File Reference
#include "../common.hpp"
#include "../ptr2d/traits.hpp"
#include "../ptr2d/transform.hpp"
#include "../ptr2d/gpumat.hpp"
#include "../ptr2d/texture.hpp"
#include "../ptr2d/glob.hpp"
#include "../functional/functional.hpp"
#include "expr.hpp"
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::cudev |
Macros | |
#define | CV_CUDEV_EXPR_UNOP_INST(op, functor) |
#define | OPENCV_CUDEV_EXPR_UNARY_OP_HPP |
Functions | |
template<class Body > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< Body >::ptr_type, logical_not< typename Body::value_type > > > | cv::cudev::operator! (const Expr< Body > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< GlobPtrSz< T > >::ptr_type, logical_not< T > > > | cv::cudev::operator! (const GlobPtrSz< T > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< GpuMat_< T > >::ptr_type, logical_not< T > > > | cv::cudev::operator! (const GpuMat_< T > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< Texture< T > >::ptr_type, logical_not< T > > > | cv::cudev::operator! (const Texture< T > &src) |
template<class Body > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< Body >::ptr_type, negate< typename Body::value_type > > > | cv::cudev::operator- (const Expr< Body > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< GlobPtrSz< T > >::ptr_type, negate< T > > > | cv::cudev::operator- (const GlobPtrSz< T > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< GpuMat_< T > >::ptr_type, negate< T > > > | cv::cudev::operator- (const GpuMat_< T > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< Texture< T > >::ptr_type, negate< T > > > | cv::cudev::operator- (const Texture< T > &src) |
template<class Body > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< Body >::ptr_type, bit_not< typename Body::value_type > > > | cv::cudev::operator~ (const Expr< Body > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< GlobPtrSz< T > >::ptr_type, bit_not< T > > > | cv::cudev::operator~ (const GlobPtrSz< T > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< GpuMat_< T > >::ptr_type, bit_not< T > > > | cv::cudev::operator~ (const GpuMat_< T > &src) |
template<typename T > | |
__host__ Expr< UnaryTransformPtrSz< typename PtrTraits< Texture< T > >::ptr_type, bit_not< T > > > | cv::cudev::operator~ (const Texture< T > &src) |
Macro Definition Documentation
◆ OPENCV_CUDEV_EXPR_UNARY_OP_HPP
#define OPENCV_CUDEV_EXPR_UNARY_OP_HPP |