搜索资源列表
ImageToBit
- 这是在C++Builder6下写的一个将彩色图文件 转换成不同位图文件程序,供参考。-This is the C Builder6 wrote under the color of a document conversion into different bitmap file procedures, for reference.
liujunpeng03081528
- 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
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
ColorPicker
- ColorPicker是一个基于对话框的应用程序 1色彩编辑功能 2RGB颜色空间和HSV颜色空间的转换 3取色功能 -ColorPicker is a dialog-based application that a color editing function 2RGB color space and HSV color space conversion of 3 to take color feature
shabiying
- 色彩学的一个课程作业,色域的相互转换,简单的界面非常好用。-Color on one of the course work, color gamut of each conversion, a simple interface is very easy to use.
painter2D
- 简单画板,可以实现实线虚线的转换和颜色的变换,用Graphics2D做的-Simple drawing board, you can achieve the conversion of the solid line dotted line and color transform Graphics2D
ColorPicker
- VC++色彩编辑器,不断能强化对于色彩空间及其转化算法的理解和掌握,并且能够帮助读者更加深入理解MFC编程-VC++ color editor, can continue to strengthen its color space conversion algorithm to understand and master, and can help readers a deeper understanding of MFC programming
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