转载自https://answers.opencv.org/question/7585/meaning-of-channels/

简单来说,就是描述一个pixel的颜色用多少个独立的参数描述,这个个数就是channel的个数。原答案为:

Channels are different dimensions of an image that holds value for every pixel - mainly - independently from the value of the other channels. So for example in case of an RGB image all pixels are represented as a Red, a Green, and a Blue values and there is no one summed value for a single pixel.

Here you can find some more information about channels.

There are several image types with different channel sets, exact meaning and content of a channel depends on this image type.

OpenCV can handle lots of image types, the documentation of the cvtColor function defines the conversion rules among some of them.

Here is an example usage of the cvtColor function.

最新文章

  1. ubuntu14.04 下emacs 24 配置
  2. Kindle3与亚马逊
  3. Selenium启动本地firefox的profile
  4. EL表达式(Expression Language)
  5. 基于visual Studio2013解决算法导论之016查找最大值最小值
  6. AndroidDemo - FloatWindowDemo
  7. Loadrunner初学
  8. python学习笔记(十)、文件操作
  9. iOS项目之使用开关控制日志输出的功能
  10. HDU 1033(坐标移动 模拟)
  11. VUE 生成二维码(qrcodejs)
  12. 【BZOJ2560】串珠子
  13. 后台执行Bitmap加载
  14. Makefile伪目标
  15. 如何实现在H5里调起高德地图APP?
  16. Configuring HDFS High Availability
  17. Spark向HDFS中存储数据
  18. CentOS查看登录用户以及踢出用户
  19. 10个免费的在线Markdown编辑器
  20. “Hello World!”团队第六周的第一次会议

热门文章

  1. 【KAWAKO】RNNoise-将模型做成接口并交叉编译到RK3308上
  2. uniapp 返回上一页事件监听
  3. 2021昆明B
  4. Solidity8.0-02
  5. R包本地安装方法
  6. Linux驱动、应用调试技巧
  7. QueryObject
  8. windows搭建minikube环境学习Kubernates
  9. Windows 11在使用AMD时,CPU占用率持续100%的解决方案
  10. nodejs web学习