TAPI: stiching: add custom OpenCL kernels for MultiBandBlender
This commit is contained in:

committed by
Andrey Pavlenko

parent
c22d92c1cb
commit
06738468af
@@ -598,6 +598,8 @@ CV_EXPORTS int predictOptimalVectorWidth(InputArray src1, InputArray src2 = noAr
|
||||
InputArray src4 = noArray(), InputArray src5 = noArray(), InputArray src6 = noArray(),
|
||||
InputArray src7 = noArray(), InputArray src8 = noArray(), InputArray src9 = noArray());
|
||||
|
||||
CV_EXPORTS void buildOptionsAddMatrixDescription(String& buildOptions, const String& name, InputArray _m);
|
||||
|
||||
class CV_EXPORTS Image2D
|
||||
{
|
||||
public:
|
||||
|
@@ -495,6 +495,11 @@ template<> inline std::string CommandLineParser::get<std::string>(const String&
|
||||
}
|
||||
#endif // OPENCV_NOSTL
|
||||
|
||||
#if !defined(OPENCV_SKIP_SUPPRESS_WARNING) || !OPENCV_SKIP_SUPPRESS_WARNING
|
||||
// Use this to bypass "warning C4127: conditional expression is constant"
|
||||
template <typename T> T SuppressWarning(T v) { return v; }
|
||||
#endif
|
||||
|
||||
} //namespace cv
|
||||
|
||||
#endif //__OPENCV_CORE_UTILITY_H__
|
||||
|
Reference in New Issue
Block a user