CV_StaticAssert 273 modules/core/include/opencv2/core/base.hpp #ifndef CV_StaticAssert CV_StaticAssert 275 modules/core/include/opencv2/core/base.hpp # define CV_StaticAssert(condition, reason) ({ extern int __attribute__((error("CV_StaticAssert: " reason " " #condition))) CV_StaticAssert(); ((condition) ? 0 : CV_StaticAssert()); }) CV_StaticAssert 350 modules/core/include/opencv2/core/cuda/detail/transform_detail.hpp CV_StaticAssert(ft::smart_shift != 1, ""); CV_StaticAssert 374 modules/core/include/opencv2/core/cuda/detail/transform_detail.hpp CV_StaticAssert(ft::smart_shift != 1, ""); CV_StaticAssert 497 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 2, "Matx should have at least 2 elaments."); CV_StaticAssert 505 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 3, "Matx should have at least 3 elaments."); CV_StaticAssert 513 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 4, "Matx should have at least 4 elaments."); CV_StaticAssert 521 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 5, "Matx should have at least 5 elaments."); CV_StaticAssert 529 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 6, "Matx should have at least 6 elaments."); CV_StaticAssert 538 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 7, "Matx should have at least 7 elaments."); CV_StaticAssert 547 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 8, "Matx should have at least 8 elaments."); CV_StaticAssert 556 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 9, "Matx should have at least 9 elaments."); CV_StaticAssert 566 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels >= 10, "Matx should have at least 10 elaments."); CV_StaticAssert 577 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels == 12, "Matx should have at least 12 elaments."); CV_StaticAssert 586 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(channels == 16, "Matx should have at least 16 elaments."); CV_StaticAssert 664 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(m1*n1 == m*n, "Input and destnarion matrices must have the same number of elements"); CV_StaticAssert 723 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(m == 1 || n == 1, "Single index indexation requires matrix to be a column or a row"); CV_StaticAssert 731 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(m == 1 || n == 1, "Single index indexation requires matrix to be a column or a row"); CV_StaticAssert 987 modules/core/include/opencv2/core/matx.hpp CV_StaticAssert(cn == 3, "for arbitrary-size vector there is no cross-product defined"); CV_StaticAssert 303 modules/core/include/opencv2/core/operations.hpp CV_StaticAssert( nm == MIN(m, n), "Invalid size of output vector."); CV_StaticAssert 312 modules/core/include/opencv2/core/operations.hpp CV_StaticAssert( nm == MIN(m, n), "Invalid size of output vector."); CV_StaticAssert 323 modules/core/include/opencv2/core/operations.hpp CV_StaticAssert( nm == MIN(m, n), "Invalid size of output vector."); CV_StaticAssert 113 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 2, "" ); CV_StaticAssert 133 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 2, "" ); CV_StaticAssert 152 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 2, "" ); CV_StaticAssert 170 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 2, "" ); CV_StaticAssert 188 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 3, "" ); CV_StaticAssert 209 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 3, "" ); CV_StaticAssert 229 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 3, "" ); CV_StaticAssert 248 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 3, "" ); CV_StaticAssert 267 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 4, "" ); CV_StaticAssert 289 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 4, "" ); CV_StaticAssert 310 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 4, "" ); CV_StaticAssert 330 modules/cudev/include/opencv2/cudev/grid/copy.hpp CV_StaticAssert( tuple_size<SrcPtrTuple>::value == 4, "" ); CV_StaticAssert 68 modules/cudev/include/opencv2/cudev/grid/reduce.hpp CV_StaticAssert( unsigned(VecTraits<src_type>::cn) == unsigned(VecTraits<ResType>::cn), "" ); CV_StaticAssert 90 modules/cudev/include/opencv2/cudev/grid/reduce.hpp CV_StaticAssert( unsigned(VecTraits<src_type>::cn) == unsigned(VecTraits<ResType>::cn), "" ); CV_StaticAssert 66 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<DstType>::cn == tuple_size<SrcPtrTuple>::value, "" ); CV_StaticAssert 85 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<DstType>::cn == tuple_size<SrcPtrTuple>::value, "" ); CV_StaticAssert 103 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<DstType>::cn == tuple_size<SrcPtrTuple>::value, "" ); CV_StaticAssert 120 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<DstType>::cn == tuple_size<SrcPtrTuple>::value, "" ); CV_StaticAssert 137 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 2, "" ); CV_StaticAssert 157 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 2, "" ); CV_StaticAssert 177 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 2, "" ); CV_StaticAssert 196 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 2, "" ); CV_StaticAssert 214 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 2, "" ); CV_StaticAssert 232 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 2, "" ); CV_StaticAssert 250 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 3, "" ); CV_StaticAssert 271 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 3, "" ); CV_StaticAssert 292 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 3, "" ); CV_StaticAssert 312 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 3, "" ); CV_StaticAssert 331 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 3, "" ); CV_StaticAssert 350 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 3, "" ); CV_StaticAssert 369 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 4, "" ); CV_StaticAssert 391 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 4, "" ); CV_StaticAssert 413 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 4, "" ); CV_StaticAssert 434 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 4, "" ); CV_StaticAssert 454 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 4, "" ); CV_StaticAssert 474 modules/cudev/include/opencv2/cudev/grid/split_merge.hpp CV_StaticAssert( VecTraits<typename PtrTraits<SrcPtr>::value_type>::cn == 4, "" ); CV_StaticAssert 165 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 2, "" ); CV_StaticAssert 186 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 2, "" ); CV_StaticAssert 206 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 2, "" ); CV_StaticAssert 225 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 2, "" ); CV_StaticAssert 244 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 3, "" ); CV_StaticAssert 266 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 3, "" ); CV_StaticAssert 287 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 3, "" ); CV_StaticAssert 307 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 3, "" ); CV_StaticAssert 327 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 4, "" ); CV_StaticAssert 350 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 4, "" ); CV_StaticAssert 372 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 4, "" ); CV_StaticAssert 393 modules/cudev/include/opencv2/cudev/grid/transform.hpp CV_StaticAssert( tuple_size<OpTuple>::value == 4, "" );