搜索资源列表
-
0下载:
这是简单易用的用c++封装的CDib类,可以实现图像文件的读取,存储,显示,因为小巧易用,非常适合初学者-this is a CDib class based on c++,it has fulfilled read,write,and show bmp in a window, is very suitable for beginners in image processing.
-
-
0下载:
用C++编写的图片处理程序,马赛克的制作-Written in C++, image processing program, the production of mosaic
-
-
0下载:
C#实现图片特效,有两种实现方式,1.扫描线,快速实现,2,用C#自身图片处理类实现,速度比较慢。-C# realize photo effects, there are two kind of way, 1. The scan lines, rapid implementation, 2, and its image processing class implements in c#, speed is slow.
-
-
0下载:
IO处理,可以在VS的C#环境下读出图像,并显示图像颜色的栅格数据。-IO processing, can be read in the VS C# environment of the image, and display the image color raster data.
-
-
0下载:
图像加密解密一法
这个程序的来源是《数字图像处理原理与实践——基于Virsual C++开发》(左飞 万晋森 刘航著)随书光盘中的一个程序。
只是原程序运行时速度很慢,我使用了多线程技术,并把像素调换变成块(8×8象素)调换,速度有了改善。-A method of image encryption and decryption
Source of this program is digital image processing theory and practice-
-
-
0下载:
数字图像处理算法在CCS中C语言编程仿真实现,有均衡和中值滤波两种算法。-Digital image processing algorithms implemented in the C programming language emulation CCS, there are two kinds of equilibrium and median filter algorithm
-
-
0下载:
vc++实现对ppm格式的图像的旋转,有利于c++的学习和利用c++对图像进行处理的理解-Vc++ realize the format of the image in ppm rotation, is conducive to the study of c++ and the use of c++ image processing understanding
-