09 2017 档案

摘要:1、输出彩色图片的直方图 RGB=imread('darkless.jpg'); R=RGB(:,:,1); G=RGB(:,:,2); B=RGB(:,:,3); imhist(R); figure,imhist(G) figure,imhist(B); 2、彩色图转灰度图,输出直方图(无法直接输 阅读全文
posted @ 2017-09-29 15:38 ISGuXing 阅读(178) 评论(0) 推荐(0) 编辑
摘要:A. Odds and Ends time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Where do odds begin, and 阅读全文
posted @ 2017-09-09 09:50 ISGuXing 阅读(147) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示