搜索资源列表
qwtsb2-2
- 趣味调色板。通过改变红、绿、蓝三种基本颜色的比例,显示调色结果。有3个滚动条控件用来在程序执行时调整三原色的配比比例。程序中使用RGB函数-Interesting palette. By changing the red, green, blue ratio of the three basic colors, display color results. There are 3 slider control to adjust the primary colors in the program
car
- 汽车牌照定位MATLAB代码,基本思想:使用pixval函数来获得牌照的背景色的红、绿、蓝、分量亮度值和坐标;通过统计算法找出车牌的范围;然后通过修剪得到最终图像。-Auto License Plate MATLAB code, the basic idea: to obtain a license to use pixval function of the background color of red, green, blue, luminance values
ColorProcess
- 基于MFC对话框编写,对彩色图像进行红绿蓝三种颜色的滤除,并具有Gama矫正功能-MFC dialog based on the preparation of the color images in three colors red, green and blue filter, and has Gama correction function
weicaise
- 给定灰度-彩色转换函数,对一灰度图像进行伪彩色处理。转换函数如下表:输入灰度级0~31 淡黄色; 32~63 黄色; 64~95 橙色;96~127 红色; 128~159 紫色; 160~191 淡蓝色;192~223 绿色; 224~255 蓝色。-Given the gray- color conversion function for a pseudo-color gray-scale image processing. Conversion functions in the follo
ColorProcess_vs2015
- 代码来自《精通Visual C++图像处理编程(第3版)》附盘,笔者作了一点代码补充和修改,移植到 win10 - vs2015 平台,编译运行成功。 颜色处理主要功能:,颜色位数转换,彩色->灰度转换,颜色调整,亮度/对比度调整,分离红色,分离绿色, 滤除红色,滤除绿色,滤除蓝色,Gamma校正,底片,曝光等。(Code from the "proficient in Visual C++ image processing programming (Third Edition