搜索资源列表
过滤透明色
- 本程序采用VC++6开发,主要用于将一些美工提供的位图资源由于某些原因在图像周圈存在同指定的透明颜色(软件开发中一般为粉红色RGB(255,0,255))略有不同的毛刺杂色,在软件界面中显示这些位图时这些杂色会显示出来,用常规软件中的画刷来处理这些杂色既费时又可能损坏原图。这个小程序采用逐个像素处理法可方便快速的解决这个问题。提供全部VC源码。-the procedures used six VC development, some of the major artists for the Bi
SampleVC
- 该目录下包含了数字图像处理的常用软件、开发工具、本书程序处理前后的图像文件、本书文档涉及到的全部VC++源代码-this directory contains a number of popular image processing software, development tools, procedures for handling the book before and after the image files, the book documents related to the sou
image
- 用vc写的关于位图翻转,放大,缩小和转为负像等多项图像增强技术,程序条例很清楚,是vc图像处理方面典型的软件源码
vcPicture
- 这是一个vc++图像处理的小软件,对于初学的朋友很有用的,希望大家能喜欢。
vc++CutBmp
- VC++ 截图软件源码!鼠标左键拖动截取任意大小图像!-err
ImageEdit
- VC写的图像处理软件,可以将彩色图像转换为灰度图像。-VC Writing the image processing software, color images can be converted to grayscale images.
image_j1
- 比较全面的图像处理与分析软件源程序,VC环境,较为复杂。-More comprehensive image processing and analysis of software source code, VC environment, more complex.
Hrzmove
- 用VC++写的图像处理软件,可以水平垂直移动图像、可水平垂直显示百叶窗效果,雨滴效果-With VC++ Write image-processing software, you can move horizontal and vertical images, can show the horizontal and vertical blinds effect, rain effect
myimgapp
- 这是利用VC++开发的软件处理图像,欢迎使用,请指教-This is using VC++ developed software to deal with images, please use
VCimageconvert
- 好软件拿出来与大学共享,请大家放心使用,绝无病毒.VC图像的几何变换源代码-dfgfdhgfgjhhfgjf
vcmhphoto
- VC++对一幅图像进行高斯平滑模糊处理,效果不错,可以实现类似photoshop中的高斯模糊滤镜的效果,对VC编写图像处理软件的朋友很有帮助。-VC++ on a Gaussian smoothing fuzzy image processing, good results can be achieved similar to photoshop in the effects of Gaussian blur filter to image processing software to prep
20091005123
- vc++6实现的基本图像处理小软件,功能不全,单结构完整,希望更大家交流学习-vc++6 to achieve the basic image processing small pieces of software failure, a single structure, integrity, and hoped that more people share their knowledge and
Hw3
- 用vc编的简单的图像处理软件,能实现一些简单的典型的数字图像处理功能-Vc compiled using a simple image processing software, to achieve some simple typical digital image processing functions
drawImage_src
- 基于vc,GDI+的图像处理软件。 基于vc,GDI+的图像处理软件。-Image processing software using GDI+.
Appendix23
- 图像浏览器,用于图像处理的小软件。基于Vc开发环境-Image viewer, a small software for image processing.
ipsearchs
- 一款VC++图像开场加载效果,向大家演示了几种图像装载的特效实现的方法,比如扫描显示、滑动显示、渐入显示和马赛克显示等,大家在使用一些幻灯片软件的时候,经学会看到类似的效果,如果你有一定的VC++基础,你可以借鉴一下本效果的具体方法,再次扩展,可以制作出一款带特效的图像查看器。 -A VC++ image opening the loading effect, to demonstrate a method implemented by several image-loading effec
vcPPshuzituxiangchuliruanjian
- 用VC++ 编写的简单的数字图像处理软件应用程序-Simple application of digital image processing software written with VC++
dodib
- 一个VC处理位图的例子,写成了一个不错的图像处理小软件,多窗口模式,有画笔加文字等功能,有兴趣的可以借鉴本源码。-An example of processing bitmap VC, wrote a nice little image processing software, multi-window mode, there are brush add text and other functions, interested can learn this source.
c++图像处理-读取jpg图片
- 一个VC++编写的图像工具,通过不同图像函数实现bmp/jpg等图像,并比较图像读取时间,可以比较图像函数差异。