OpenCV  2.4.13.2
Open Source Computer Vision
cv::gpu::TargetArchs Class Reference

#include <gpumat.hpp>

Static Public Member Functions

static bool builtWith (FeatureSet feature_set)
 
static bool has (int major, int minor)
 
static bool hasPtx (int major, int minor)
 
static bool hasBin (int major, int minor)
 
static bool hasEqualOrLessPtx (int major, int minor)
 
static bool hasEqualOrGreater (int major, int minor)
 
static bool hasEqualOrGreaterPtx (int major, int minor)
 
static bool hasEqualOrGreaterBin (int major, int minor)
 

Member Function Documentation

§ builtWith()

static bool cv::gpu::TargetArchs::builtWith ( FeatureSet  feature_set)
static

§ has()

static bool cv::gpu::TargetArchs::has ( int  major,
int  minor 
)
static

§ hasBin()

static bool cv::gpu::TargetArchs::hasBin ( int  major,
int  minor 
)
static

§ hasEqualOrGreater()

static bool cv::gpu::TargetArchs::hasEqualOrGreater ( int  major,
int  minor 
)
static

§ hasEqualOrGreaterBin()

static bool cv::gpu::TargetArchs::hasEqualOrGreaterBin ( int  major,
int  minor 
)
static

§ hasEqualOrGreaterPtx()

static bool cv::gpu::TargetArchs::hasEqualOrGreaterPtx ( int  major,
int  minor 
)
static

§ hasEqualOrLessPtx()

static bool cv::gpu::TargetArchs::hasEqualOrLessPtx ( int  major,
int  minor 
)
static

§ hasPtx()

static bool cv::gpu::TargetArchs::hasPtx ( int  major,
int  minor 
)
static

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