搜索资源列表
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
- 读入图像文件,做图像反转,然后显示图像在屏幕上
Picplay
- 本封装库对图象读取,特效,显示进行封装 功能有:对gif,pcx,tga,jpg等图像格式的读取,进行亮度,对比度,图像旋转,浮雕,颜色反转,锐化,平滑,马赛克处理. 包括全部源代码. -package for the right to read images, special effects, shown Packaging function : gif, nil, tga, jpg image formats such
BCBImage
- CB图像编程,包括基本的图像处理操作:反转、灰度变换等。-CB image programming, including basic image processing operations : inversion, such as the gray-scale transformation.
GDI+ImgProc
- 用GDI+对图像进行读取、反转、生成灰度图等处理。并拥有redo和undo功能。是学习GDI+图像编程一个非常好的参考实例!-use GDI+ to read images, inversion, generating grayscale handle. And a redo and undo function. Learning GDI+ image programming a very good reference example!
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
opencv-ex3-2
- 读入图像文件,做图像反转,然后显示图像在屏幕上-Read into the image files, make image inversion and then display the image on the screen
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
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
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)
matlab图像分割算法源码
- matlab图像分割算法源码,包含图像反转,灰度线性变换,非线性变换,直方图均衡化,线性平滑滤波器,中值滤波器等一些基础功能。(MATLAB image segmentation algorithm source code, including image inversion, gray linear transformation, nonlinear transformation, histogram equalization, li
代码
- 图像分割噪声分析,算法对椒盐噪声的抗干扰性分析,图像反转线性变换,.梯度算子检测边缘(Analysis of image segmentation noise\,Algorithm for anti-interference analysis of salt and pepper noise,,image inversion linear transformation, gradient operator edge detection.