搜索资源列表
RgnDlg_Bitmap
- 特殊形状窗口,根据位图,比如将位图中RGB(255, 0, 255)色去掉,保留剩下的位图形状,将该形状应用于对话框窗口,使窗口个性化-special shape of the window, bitmap, for example - will map RGB (255, 0, 255) remove color, retain the remaining bitmap shape, the shape used in this dialog window, the window of per
Ex_CommCtrls
- 创建一个对话框应用程序,其运行结果如下图所示。操作滚动条、滑动条和进度条控件 可以调整RGB 颜色的3 个颜色分量:R(红色分量)、G(绿色分量)和b(蓝色分量),并 根据右边调整的颜色填充左边静态文本控件。 要求:滚动条的箭头控制1 个象素,滚动条位置左右点击控制值±10 个象素。进展条用右 边的旋转控件控制,象素值范围0~255。
Color
- vc6.0做的可以获取图片颜色RGB值的程序,非常的实用的!-vc6.0 can get the pictures do the color RGB value of the program, very useful!
ColorDlg
- windows下的调色板,设置红绿蓝的参数,可以预览到相应RGB的颜色。-Under windows palette, set the parameters of red, green and blue, you can preview the corresponding RGB color.
Daquancolorvalue
- 颜色值大全(RGB)及源码(VB).由于最近经常用,所以做了个简单的颜色全集,方便自己使用罢了。想想发出来,也许有人会用到,还望大家转载时保留我的博客网址,谢谢啦!-Daquan color value (RGB) and the source code (VB). Because of the recent frequent use, so do a simple color collections, to facilitate their own use Bale. Think sends
rgbTest
- 获取屏幕任意点的RGB值,两种方法获取鼠标当前窗口指针-Get the screen at any point in RGB values, two methods for the mouse pointer to the current window
ColorPicker
- ColorPicker是一个基于对话框的应用程序,它具有以下功能: 1. 色彩编辑功能 用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 2.RGB颜色空间和HSV颜色空间的转换 当改变RGB值,会得到相应的HSV值,并进行显示,反之亦然。 3.取色功能 取色功能包含“面板取色”和“屏幕取色”。面板取色就是用户可以在颜色面板中单击鼠标左键,选取目标点所表示的某种颜色。屏幕取色则是允许用户
xgui-extension_src
- 查找颜色并显示颜色的RGB值 查找颜色并显示颜色的RGB值 -main function: find color and return rgb value! for vc++ environment.who to tach 20 words
RGB
- 这是一个画板程序的一部分,教你如何调制颜色!-This is a drawing board as part of the program, teach you how to modulated color!
Regression-to-transfer-RGBtoHSB
- 利用回归方程法实现从RGb色彩空间转化到HSb色彩空间-Use Regression equation method to transfer RGB color space to HSb color space
Transparent
- VB透明窗体代码 SetLayeredWindowAttributes me.hwnd, 0, 192, LWA_ALPHA 把窗体设置成半透明样式,第二个参数表示透明程度 取值范围0--255,为0时就是一个全透明的窗体了 第二种使用方法 SetLayeredWindowAttributes Me.hWnd, &H0, 0, LWA_COLORKEY 表明不显示窗体中的透明色 而第二个参数表示透明色为黑色,并且你可以用RGB函数来指定颜色值-VB t
BMPConvert
- 本程序实现对BMP图像数据的获取以及RGB转为YCbCr空间的转换,并实习白点的检测功能-This procedure to achieve BMP image data acquisition and conversion of RGB to YCbCr space and internship white point detection
ColorDlg
- 一个小的调色板,实现对颜色的选取,可以对RGB的任意编译-A small palette
Ex_Form(Pro)
- 一个基于MFC的窗口程序,可在单文档应用程序中添加表单视图 基于MFC编写单文档应用程序。可实现功能: 1) 单击“文件”按钮,点击“打开”,可以实现文本文档的正确显示。 2) 可滚动右侧滚动条实现文本的上下滚动显示。 3) (Pro)滑动三个滚动条能实现RGB三原色的视图背景可调显示。 -MFC-based program window, you can add in a single document written application form view singl
get-colort
- 获取当前鼠标位置的RGB颜色值,且将其显示出来-Gets the current mouse position of RGB color values, and to display it
RGB_Get
- MFC程序中,编写后去鼠标指定位置RGB的程序-MFC application, write to the mouse position after RGB applications
ShowImg
- 点击图片可以直接显示灰度值,显示彩色图像的RGB值,使用MFC编程实现-Click on the picture can be displayed directly gray value, RGB value of the color image display using MFC programming
yansheduihuakuagn
- 颜色对话框,可以实现颜色的设置,支持RGB设置以及选取颜色。-Color dialog, you can achieve the color of the setting, support for RGB settings and the color.
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
Study-Win32
- 一个适合入门的Win32程序,用滑块调整RGB并显示混合后的颜色-Suitable for entry of a Win32 program, and use the slider to adjust the RGB display colors mixed
