Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[错误位置]OpenCV-Python-Tutorial/ch09-图像的基础操作/9.split_color.py #8

Copy link
Copy link
@baidu88vip

Description

@baidu88vip
Issue body actions

OpenCV-Python-Tutorial/ch09-图像的基础操作/9.split_color.py

b,g,r=cv2.split(img)#比较耗时的操作,请使用numpy 索引
img=cv2.merge(b,g,r)

改为(缺少一对括号)

b,g,r=cv2.split(img)#比较耗时的操作,请使用numpy 索引
img=cv2.merge((b,g,r))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.