搜索资源列表
edge_etect
- 单文档位图处理图像处理的边缘检测的源程序,还包括图像反转,滤波等功能的实现代码-single document processing bitmap image processing edge detection of the source, including image inversion, filtering function codes
ImageProcessing3
- 非常有用的图像处理算法,包括图像的加载.图像反转和傅立叶图像变换-very useful image processing algorithms, including image loading. Image inversion and Fourier Transform Image
ImgeInverProc
- 图像反转源码,c代码,环境windows-source, c code, the environment windows!
opencv-ex3-2
- 读入图像文件,做图像反转,然后显示图像在屏幕上
ImagePrc.rar
- VC++简单医学图像处理系统,可以调整图像色阶、锐度、反色、灰底均衡,还可以对图像进行反转、平移、旋转等操作,类似Photoshop某些功能一样,当然,和PS比,是差了点,只能作为一些C++处理图像的参考吧。 ,VC++ simple medical image processing system that can adjust the image color, sharpness, and anti-color,灰底balance can also be inverted image, tr
shipinchuli
- 基于opencv的视频处理小程序,包括视频的读入和保存,每一帧的图像反转-Opencv video processing based on small programs, including video of the reading and save the image for each frame inversion
2107210017520071022238367591296
- vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
hair_inverse_video
- 在hair的DM642的开发板上实现,视频图像反转功能-In the hair of the DM642 realize the development of on-board, video, image inversion function
ImageProcessing1.0
- VC++ MFC编的数字图像处理程序源代码 包括图像反转 模板卷积 中值滤波等 由于时间有限为全部完成 希望大家在源程序上基础上添加程序 进一步增加程序功能-Image Processing1.0
lin
- 用于数字图像处理的图像反转和变换的程序,实测可用-For digital image processing and conversion of the image reversal process, the measured available
invimage
- 读入图像文件,先进行图像反转,然后将图像显示在屏幕上-First,read the image file,then inversion, lastly, displayed the image on the screen
Imageinversion
- opencv 图像反转 * 程序名:invImage.c 功能:读入图像文件,做图像反转,然后显示图像在屏幕上 */ -OpenCV Image inversion Function: read in image files, and image inversion, and then show the image on the screen
DIPDemo
- 包括图像输入(打开文件、采集、捕捉图像、从剪贴板粘贴、打开扫描软件、灰度化、添加随机噪声、椒盐噪声、去噪声)、图像处理(几何变换、灰度反转、直方图均衡化、直方图统计、图像复原、边缘提取、伪彩色、二值化、图像变换)、图像输出(另存图像、打印输出、复制到剪贴板)-Including image input (open the file, capture, capture images, paste from the clipboard, open the scanning software, gra
matlab
- 使用matlab、图像的显示(灰度图像、彩色图像、动态图像)、图像格式、图像压缩和图像的基本操作(图像反转和直方图均衡)-Using matlab, image display (grayscale image, color images, dynamic images), image format, image compression and image of the basic operations (image reversed, and histogram equalization)
dsdf
- 使用matlab、图像的显示(灰度图像、彩色图像、动态图像)、图像格式、图像压缩和图像的基本操作(图像反转和直方图均衡)-Using matlab, image display (grayscale image, color images, dynamic images), image format, image compression and image of the basic operations (image reversed, and histogram equalization)
fangz.c
- 图像反转,实行对图像的180度反转。经过验证成功-Image reversal, the implementation of 180-degree reversal of the image. The validated
4
- 读入图像文件,做图像反转,然后显示图像在屏幕上-Read into the image file, so the image reversed, and then displays the image on the screen
image reversal
- 1.图像反转 MATLAB程序实现如下: I=imread('xian.bmp'); J=double(I); J=-J+(256-1); %图像反转线性变换 H=uint8(J); subplot(1,2,1),imshow(I); subplot(1,2,2),imshow(H);(1. image reversal The MATLAB program is implemented as follows: I=imread ('xian.b
代码
- 图像分割噪声分析,算法对椒盐噪声的抗干扰性分析,图像反转线性变换,.梯度算子检测边缘(Analysis of image segmentation noise\,Algorithm for anti-interference analysis of salt and pepper noise,,image inversion linear transformation, gradient operator edge detection.)
MATLAB图像处理实用源代码经典珍藏
- MATLAB图像处理实用源代码——经典珍藏;图像反转;灰度线性变换;非线性变换;直方图均衡化;线性平滑滤波器;用Sobel算子和拉普拉斯对图像锐化;Canny算子检测边缘