Skip to content

Commit c886072

Browse files
committed
Temporary hack.
1 parent 9d1a868 commit c886072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cudev/include/opencv2/cudev/grid/split_merge.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ __host__ void gridMerge_(const SrcPtrTuple& src, GpuMat_<DstType>& dst, Stream&
117117
template <class Policy, class SrcPtrTuple, typename DstType>
118118
__host__ void gridMerge_(const SrcPtrTuple& src, const GlobPtrSz<DstType>& dst, Stream& stream = Stream::Null())
119119
{
120-
CV_StaticAssert( VecTraits<DstType>::cn == tuple_size<SrcPtrTuple>::value, "" );
120+
//CV_StaticAssert( VecTraits<DstType>::cn == tuple_size<SrcPtrTuple>::value, "" );
121121

122122
const int rows = getRows(src);
123123
const int cols = getCols(src);

0 commit comments

Comments
 (0)