Skip to content

cvtColor and UMat error. #6653

@Bleach665

Description

@Bleach665

Win7 x64, MSVC 2013, cmake 3.3.2, branch 3.1.0-165-gba1d3ef.

Error if as argument for cvtColor used the same UMat and opencl support disabled by ocl::setUseOpenCL(false);

UMat frame;
cvtColor(frame, frame, CV_BGR2GRAY);

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