搜索资源列表
该代码可以拾取屏幕上的颜色并显示RGB分
- 该代码可以拾取屏幕颜色,显示rgb分量!-The code can pick up color screen, showing rgb weight!
hsv
- 一個可顯示出調用HSV色彩的結果的程式, 可直接在 Color Space 上調用, 並顯示出 HSV與RGB 色彩比對.-a show called HSV color the results of the program can directly Color Space on the call, and show RGB and HSV color than the right.
Raster_vb
- For i = 0 To PicMain.Height MaskLine = False 初始化MaskLine变量 For j = 0 To PicMain.Width CurrentColor = GetPixel(PicMain.hdc, j, i) 取得当前所在点的颜色值 If j < PicMain.Width Then TwoColor = GetPixel(PicMain.hdc, j + 1, i) 取得当前所在点前面一点的值, 用途是当是一条很宽的线条
1821
- 一个实时曲线类 接口说明: // 设置网格间距 void SetGridResolutionX(int nGridReluX) // 设置网格间距 void SetGridResolutionY(int nGridReluY) // 设置网格滚动速度,正值为从左向右滚动,0不动 void SetGridScrollSpeedX(int nSpeedX) // 正值为从上到下滚动,0不动 void SetGridScrollS
色盘算法
- java写的非常棒的色彩盘!有CMYK、LAB、RGB几种模式-wrote wonderful color set! A CMYK, LAB, RGB several models!
RGBandHLS
- 本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT &light)实现RGB向HSL转换-Experimental realization of the R
colorcombox
- YUV值转化为RGB值的思想,及如何构件颜色下拉框的一种思想,你可以将里面的代码加工,写成自己的控件-YUV values into RGB values of thought, and how the color components of an idea the drop-down box, you can be inside the code processing, written in their own control
realtime
- 实时曲线绘制程序实例,多用于工业监控。// 接口说明: // 设置网格间距 void SetGridResolutionX(int nGridReluX) // 设置网格间距 void SetGridResolutionY(int nGridReluY) // 设置网格滚动速度,正值为从左向右滚动,0不动 void SetGridScrollSpeedX(int nSpeedX) // 正值为从上到下滚动,0不动 void SetGridScrollS
ColorPicker
- 可以直接运行,运行后会可以通过对话框上的按钮选择任意的RGB颜色组合-Can run, will run through the button on the dialog box select any of the RGB color combination
fourth
- 用matlab生成下列500*500的RGB红绿蓝彩色图像,框内的颜色如图所示(a)假定将该图像转换到HSI空间,用25*25的平均模板模糊H分量图像,再转换回RGB空间,会看到什么结果?-Generated with matlab the following 500* 500 RGB red, green and blue color image, the color box as shown (a) assumes that the image is converted to HSI spa
Triangle
- 使用C++画出RGB三角形,红蓝绿颜色渐变。-Use C++ draw the RGB triangles, red, blue and green color gradient.
Draw-the-gradient-graphics
- 该功能主要绘制三条颜色渐变的粗线条,运行程序就能在对话框中直观的看到效果。主要依赖于RGB的设置。-The main draw three color gradient function thick line, to run the program can see the effect in the dialog intuitive. Mainly depends on the RGB set.
Color-value-and-Display
- 颜色值确定显示。通过拖拉滚动条来改变RGB的颜色值;通过十进制输入R、G、B的到相应的颜色状态;输入#******十六进制RGB(C#.net)值,显示对应颜色。-Determine the display color values . Changed the RGB color value by dragging the scroll bar Through input decimal R, G, B to get the corresponding color
basic-web-server-Test
- In this day and age you will find yourself at times needing to set a color in two different ways. If you are doing any sort of web development you will find that often you are referring to colors using a code that looks something like this #0066FF .
Advanced-Color-Picker
- Most Advanced GDI+ Color picker control-Title: Most Advanced GDI+ Color picker control (***ScreenShot***)) Descr iption: The most advanced colour picker user control. See screen shot. A test program also included. Also demonstrates the drawing capa
RGBpaint
- 该程序基于MFC实现RGB彩色空间下物体的光滑着色-Smooth Shading MFC-based realization of the program under the RGB color space objects
segmentation-of-color-images
- 首先将RGB空间的彩色图像转换到LAB空间,然后利用K-means均值聚类方法对lab空间的彩色图像进行图像分割-this method of color image segmentation isbased on K-means and the Color space conversion between RGB and Lab
program4
- 利用色彩空间的转换(RGB到LAB),并结合图像的颜色直方图分布,对彩色图像进行图像分割-Using the color space conversion (RGB to LAB), and combined with the color histogram of the image to segment thecolor images
MT_Color
- 把已知坐标点画在RGB图上,可以定义四种颜色。(draw known coordinates in the RGB chart, we define four kinds of color.)