登录
首页 » Special Effects » 可以在VC++的绘制区域内,制定的区域内绘制出颜色渐变的区域。...

可以在VC++的绘制区域内,制定的区域内绘制出颜色渐变的区域。...

于 2022-03-21 发布 文件大小:48.11 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

可以在VC++的绘制区域内,制定的区域内绘制出颜色渐变的区域。-Can VC++ Drawing area, the development of the region to map out the color gradient region.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Walsh transform based image stereo matching method to obtain good results, with...
    一种基于walsh变换的图像立体匹配方法,获得了较好的效果,具有较强的抗噪声性能 -Walsh transform based image stereo matching method to obtain good results, with strong anti-noise performance
    2022-02-02 10:58:01下载
    积分:1
  • The best threshold of 8 hops per second jump 2, the user a relatively simple to...
    最佳门限跳数8,每秒跳2,用户一个,实现比较简单-The best threshold of 8 hops per second jump 2, the user a relatively simple to achieve
    2023-07-29 05:30:03下载
    积分:1
  • 30 image processing VC++ Source code, including 256 colors to grayscale, Hough t...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-03-07 11:35:06下载
    积分:1
  • gdal的安装说明,很详细,可以安装成功。GDAL是功能强大的地理信息图像处理库,很多用都会用到,其安装方式多种多样,但未必都能安装成功。...
    gdal的安装说明,很详细,可以安装成功。GDAL是功能强大的地理信息图像处理库,很多用都会用到,其安装方式多种多样,但未必都能安装成功。-gdal installation instructions, very detailed and can be installed successfully. GDAL is a powerful GIS image processing libraries, a lot of use will be used, the installation of a variety of ways, but not necessarily be able to install successfully.
    2022-02-15 02:14:25下载
    积分:1
  • 用Opencv实现图像的边缘提取:包括Sobel,Canny,Laplace算法,特别适合于初学Opencv的人士学习使用。...
    用Opencv实现图像的边缘提取:包括Sobel,Canny,Laplace算法,特别适合于初学Opencv的人士学习使用。-Realize Opencv images using edge detection: including Sobel, Canny, Laplace algorithm, particularly suitable for beginners to learn to use the Opencv.
    2022-07-26 15:24:00下载
    积分:1
  • 基于MATALAB 数字滤波器设计用巴特沃斯滤波器进行图像滤波
    基于MATALAB 数字滤波器设计用巴特沃斯滤波器进行图像滤波-the auto design by matalab in this way
    2022-07-08 23:45:39下载
    积分:1
  • Image Processing matlab7.x supporting CD
    matlab7.x图像处理配套光盘,光盘包括两个文件夹: list文件夹中内容为图像处理常用函数列表。 code文件夹中内容为书中实例源代码,代码说明参见该文件夹下的“程序说明.doc”文件。-Image Processing matlab7.x supporting CD-ROM, CD-ROM includes two folders: list the contents of the folder for the images deal with a list of commonly used functions. code the content folder for the book examples of source code, code description, see the folder under the
    2022-04-28 08:27:03下载
    积分:1
  • 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00...
    图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string, however, one byte for each data bit is not an important degree of the same, often only two adjacent low-byte is not the same. For example: 00100110 and 00100111 represent the gradient of two different degrees of red, but on the human eye is not out to tell. Least significant bit LSB algorithm, is to take advantage of this point, to achieve image compression, or digital watermark feature.
    2022-08-08 01:29:27下载
    积分:1
  • 用hmm实现的人脸识别及其文档,转自国外网站
    用hmm实现的人脸识别及其文档,转自国外网站-hmm use face recognition and realization of the documents, decanted from overseas sites.
    2023-04-03 07:25:03下载
    积分:1
  • mixture of gaussians
    这是一个视频图像处理的程序,通过混合高斯分布来建立背景模型,并且提取了运动目标,效果不错!-mixture of gaussians
    2022-07-27 21:00:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载