搜索资源列表
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
ImageEnhance
- 图像增强的几种算法,包括图像反转,图像变换,直方图均衡化算法。-Several image enhancement algorithms, including image inversion, image transformation, histogram equalization algorithm.
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
Lab15-VideoReverse
- DM642中做图像处理,图像反转,对了解DM642图像处理原理很有帮助-Medium DM642 to do image processing, image inversion of the principle of image processing know DM642 helpful
ImageProcessing1.0
- VC++ MFC编的数字图像处理程序源代码 包括图像反转 模板卷积 中值滤波等 由于时间有限为全部完成 希望大家在源程序上基础上添加程序 进一步增加程序功能-Image Processing1.0
Lab0804-Reverse
- DSP中进行图像处理方法之图像反转C源程序-DSP, image processing method of image inversion C source code
图像反转
- 对图像进行多种方式反转 并返回各个方式的运行时间时间,显示反转图像(Reverse and return images in a variety of ways)
set
- 图像的灰度的反转以及图像的深化,有示例样图,很好用。(Image of the gray-scale reversal and image deepening, there are sample maps, very easy to use.)
图像处理经典算法及OpenCV程序
- 图像处理经典算法及OpenCV程序(基于opencv的use摄像头视频采集程序、基于opencv的use摄像头视频采集程序、基于opencv的两个摄像头数据采集、能激发你用代码做视频的冲动程序、图像反转(就是把黑的变白,白的变黑)、图像格式的转换、从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 、采用Canny算子进行边缘检测、角点检测、图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的)。。。。 )(Classical algorithm and OpenCV program f
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
MALAB.m
- 主要是针对于matlab的图像反转,灰度线性变换,非线性变换,直方图均衡化等(It is mainly aimed at the image inversion of matlab, gray scale linear transformation, nonlinear transformation, histogram equalization and so on.)
图像反转
- 图像反转简单的说就是使黑变白,使白变黑。图像反转线性变换的程序实现(Program implementation of image inversion linear transformation)
代码
- 图像分割噪声分析,算法对椒盐噪声的抗干扰性分析,图像反转线性变换,.梯度算子检测边缘(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算子检测边缘