搜索资源列表
Image-Process
- JAVA语言实现对图像进程的控制和操作,内含25个文件-JAVA right image process control and operation, containing 25 documents
a-new-image-process
- a new image process.a new image process,a new image proce-a new image process.a new image process. a new image proce
image-process
- 使用opencv对图像进行了简单的去除噪声等处理。希望对学习opencv的朋友有帮助-Opencv image using a simple processing to remove noise. Hope of learning opencv friends help
image-process
- android中graphic类中的图像的应用处理,包括字母串的绘制,动画,旋转等-android in the graphic image of the application class processing, including the letter string drawing, animation, rotation, etc.
ImageProcess
- Simple image process module for edge detection, resizing, noise generating
Image
- a very good dll for image process, provide the method to measure and caculate the image, circle fitting, pattern match, ....and so on
Digital-Image-Process(Ed2)
- 英文版数字图像处理(第二版),用超星可以打开,内容包括图像增强、小波及多分辨率分析等-digital image process
IMageProcess
- this image process code-this is image process code
Image
- Image process source code for Microsoft Visual Studio 2008
Color-image-process
- C Sharp的彩色图像处理算法,包含边缘检测和直方图均衡。-C Sharp color image processing algorithms, including edge detection and histogram equalization.
Digital-Image-process-ppt
- 图像处理上课用的ppt,配套那本经典的数字图像处理书,讲解了数字图像的基本处理。-Image processing class using ppt, matching that of the classic digital image processing book explains the basic digital image processing.
vc-digital-image-process
- 包含了数字图像处理的常用软件、开发工具、本书程序处理前后的图像文件-code for digital image process
digital-image-process
- 数字图像机器视觉代码,包含众多VC++ MATLAB两种源码-image process Vision
vb-image-process
- 内径检测的程序,基于vb6.0语言编写 是高精度孔径检测软件的部分代码-vb image process
image-process
- 图像处理 图像处理 图像处理-image process
image-process
- 利用opencv简单的图像处理程序 包含直方图均衡,平滑,锐化,傅里叶变换-A simple code about image process
visual-cPP-image-process
- 数字图像处理诸多算法源代码,图像处理的同学可以下载下来看看,适合初学者。-c++ code of digital image process
image-process
- 图像处理程序,完整的代码架构,提供了图像处理的常见的用法与说明-dip image process code
image-process
- vc++ 图像处理系统 使用说明 运行本程序前,需要到网上下载libpsd库,然后拷贝到“ImageManage”文件夹下。 运行程序,打开程序主界面,如图1.3所示。本程序主要实现了图像处理、批量转换与处理、照片处理等,其中图像处理部分主要是对图像进行各个效果的显示,例如图像的锐化效果、浮雕效果等。批量转换与处理部分主要实现各种图像格式之间的转换,照片处理主要用于照片的排版。 首先选择图像的处理效果,然后在打开的窗口中选择要处理图片,即可对图片进行相应效果的处理。 -vc+
image-process
- 基于opencv的高级图像处理初步,本代码主要是对一幅灰度图像rice.jpg进行一些处理,消除rice.jpg图像中的亮度不一致的背景,并使用阈值分割将修改后的图像转换为二值图像,使用轮廓检测返回图像中目标对象的个数以及统计属性。-image process based opencv