-
色彩空间的转换 ColorTransform RGB与LAB互转
应用背景在图像处理中,有时需要将真彩色图像转换到其他色彩空间进行处理,已获得更好的处理结果,即从RGB空间转换到LAB或者HSI空间等,处理后为迎合人眼需求一般要将其他色彩空间的处理结果再次转换到RGB空间。本代码即实现了RGB与LAB的互转。关键技术
在色彩空间的正向转换中(RGB to LAB):采用的是九级均匀分割建模,棱柱差值;
在反向转换中(LAB to RGB):采用的是多项式回归方法。
- 2022-05-05 08:48:48下载
- 积分:1
-
基于Visual C++的MFC绘图程序
基于Visual C++的MFC画图程序-Based on Visual C++ Paint program in MFC
- 2022-03-24 16:17:32下载
- 积分:1
-
SerialH263.zip 串口和H.263
SerialH263.zip 串口和H.263-SerialH263.zip serial and H.263
- 2022-02-03 19:45:21下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
字符文本识别的神经网络程序,采用BP算法,能够适时输出错误便于察看...
字符文本识别的神经网络程序,采用BP算法,能够适时输出错误便于察看-The NN program of Character text recognition adopts BP Arithmetic, it could output run error in time and easy to be descried.
- 2022-07-14 14:22:17下载
- 积分:1
-
VC原代码很好的程序,请大家参考
VC原代码很好的程序,请大家参考-VC source good procedures, please refer to
- 2022-01-30 14:10:42下载
- 积分:1
-
脉冲信号模糊函数u表示调频斜率,fig4―5和fig
脉冲信号模糊函数u表示调频斜率,fig4―5和fig-6是模糊函数图形的绘制,lfm_ambg.m是模糊函数表达式-Pulse signal ambiguity function u express FM slope, fig4-5 and fig-6 is the ambiguity function of rendering graphics, lfm_ambg.m is ambiguous function expression
- 2023-05-22 06:30:03下载
- 积分:1
-
我自己编写的一段小的程序,希望大家来看看
我自己编写的一段小的程序,希望大家来看看
-I have written a small procedure, I hope you take a look at
- 2023-04-21 20:55:03下载
- 积分:1
-
MpegII的最新源码程序
MpegII的最新源码程序-MpegII source of the latest procedures
- 2022-02-21 17:26:34下载
- 积分:1
-
right image color, transparency of a C builder software, although small but very...
对图象色彩,透明度处理的一个C++builder软件,虽然很小但很实用!-right image color, transparency of a C builder software, although small but very practical!
- 2022-03-02 02:06:18下载
- 积分:1