搜索资源列表
BMP与JPG格式转变的源代码
- BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
MouseShowPixelRGB
- 将自己需要查看每点像素值的图片加载到资源里面之后,用鼠标移动,鼠标指的像素点的坐标和RGB/灰度值可以被显示出来
ha_RLdePacker
- 可以停点,最标准的源码,加到网里非常好,大多用首页-Can stop point, most standard source, added to the network in very good, mostly with the Home
Thumbnail_demo
- 代码运行在VS2005中,实现的功能是从本地选择图片文件,加载后实现显示图片缩略图,点击缩略图显示大图-Code runs in VS2005, the realization of the function is selected from the local image file, loaded to achieve display image thumbnails, click on the thumbnails to enlarge
ShowPic
- 利用opencv,用vs2008加载并显示一副图像,点击键盘任何键则推出程序。-Using opencv, using vs2008 load and display an image, click on the keyboard any key to launch the program.
Realize-the-image-of-the-bars
- 该功能主要实现bmp图片的加载和左右栅条化的显示。用户只要通过打开按钮选择bmp格式的图片就会看到图片加载到对话框的客户区里,点击菜单栏的栅条化效果后就能看到图片重新以左右栅条的形式显示出来。-The function main article about loading and gate of BMP image display. User just by opening the button to choose BMP format picture you will see the imag
Image-shutter-effect
- 该功能主要实现bmp格式图片的加载和以百叶窗形式显示的功能。用户利用打开文件按钮选择bmp格式的图片就能在客户区里看到该图片,点击菜单栏中的百叶窗效果就能看到图片以百叶窗的形式显示了。-The function mainly realize the BMP format picture of load and in the form of a shutter display function. Users use open file button to choose BMP format pic
chengxu
- 图像的基本运算主要包括图像间点对点的加、减、乘运算和图像内基于邻域操作的算法。本次实验以图像滤波为例,让学生体会图像的邻域运算。掌握平滑降噪滤波器的设计方法;能够编写中值滤波器和均值滤波器算法程序对医学图像进行滤波处理。-Image basic operations include inter-picture point of addition, subtraction, and multiplication algorithm based on neighborhood operations