val 278 modules/core/include/opencv2/core/base.hpp template <> struct CV_StaticAssert_failed<true> { enum { val = 1 }; }; val 65 modules/core/include/opencv2/core/cuda/border_interpolate.hpp explicit __host__ __device__ __forceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : width(width_), val(val_) {} val 90 modules/core/include/opencv2/core/cuda/border_interpolate.hpp explicit __host__ __device__ __forceinline__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : height(height_), val(val_) {} val 115 modules/core/include/opencv2/core/cuda/border_interpolate.hpp __host__ __device__ __forceinline__ BrdConstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(height_), width(width_), val(val_) val 704 modules/core/include/opencv2/core/cuda/border_interpolate.hpp src(src_), height(b.height), width(b.width), val(b.val) val 78 modules/cudaimgproc/src/mssegmentation.cpp GraphEdge(int to_, int next_, const T& val_) : to(to_), next(next_), val(val_) {} val 124 modules/cudaimgproc/src/mssegmentation.cpp : from(from_), to(to_), val(val_) {} val 68 modules/imgproc/src/emd.cpp float val; val 76 modules/imgproc/src/emd.cpp float val; val 902 modules/imgproc/test/test_filter.cpp median_pair( int _col, int _val ) : col(_col), val(_val) { }