Skip to content

cv::cuda::merge not support 6 channel #3526

Open
@williamlzw

Description

@williamlzw

cv::cuda::GpuMat channels[6] = { d_mat1, d_mat2, d_mat3, d_mat4, d_mat5, d_mat6 };
cv::cuda::merge(channels, 6, image);

void mergeImpl(const GpuMat* src, size_t n, cv::OutputArray _dst, Stream& stream)
{
CV_Assert( src != 0 );
CV_Assert( n > 0 && n <= 4 );//======================

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions