随笔分类 -  graphics

摘要:https://github.com/opencv/opencv/wiki/Coding_Style_Guide 阅读全文
posted @ 2018-10-20 22:28 papering 阅读(215) 评论(0) 推荐(0)
摘要:lab 欧式距离 反映 人类所能感受到的这两种颜色的差异 阅读全文
posted @ 2017-11-05 18:01 papering 阅读(158) 评论(0) 推荐(0)
摘要:en.wikipedia.org/wiki/Channel_(digital_image) Color digital images are made of pixels, and pixels are made of combinations of primary colors represent 阅读全文
posted @ 2017-09-29 10:57 papering 阅读(1352) 评论(0) 推荐(0)
摘要:https://en.wikipedia.org/wiki/Grayscale https://zh.wikipedia.org/wiki/灰度图像 In photography and computing, a grayscale or greyscale digital image is an 阅读全文
posted @ 2016-10-26 12:44 papering 阅读(1163) 评论(0) 推荐(0)
摘要:大津算法 阅读全文
posted @ 2016-10-26 09:06 papering 阅读(188) 评论(0) 推荐(0)
摘要:https://zh.wikipedia.org/wiki/二值化 二值化是图像分割的一种方法。在二值化图象的时候把大于某个临界灰度值的像素灰度设为灰度极大值,把小于这个值的像素灰度设为灰度极小值,从而实现二值化。 根据阈值选取的不同,二值化的算法分为固定阈值和自适应阈值。 比较常用的二值化方法则有 阅读全文
posted @ 2016-10-26 09:04 papering 阅读(454) 评论(0) 推荐(0)
摘要:http://www.infoq.com/cn/articles/CAPTCHA-image-recognitionhttp://i.wshang.com/Post/Default/Index/pid/242211.html 阅读全文
posted @ 2016-10-24 13:29 papering 阅读(158) 评论(0) 推荐(0)
摘要:'0' => '000111000011111110011000110110000011110000011110000011110000011110000011110000011110000011011000110011111110000111000', '1' => '00011100001111 阅读全文
posted @ 2016-10-24 00:43 papering 阅读(1623) 评论(0) 推荐(0)
摘要:https://zh.wikipedia.org/wiki/三原色模式 红光与绿光按某种比例复合,对三种锥状细胞刺激后产生的色觉可与眼睛对单纯的黄光的色觉等效。但决不能认为红光与绿光按某种比例复合后生成黄光,或黄光是由红光和绿光复合而成的。 人的眼睛内有几种辨别颜色的锥形感光细胞,分别对黄绿色、绿色 阅读全文
posted @ 2016-10-23 20:20 papering 阅读(277) 评论(0) 推荐(0)
摘要:取出图片二维码部分 阅读全文
posted @ 2016-10-22 00:08 papering 阅读(248) 评论(0) 推荐(0)