Description: Gabor小波变换的matlab实现,可以完成对图像的纹理特征提取,广泛应用于图像处理,模式识别等方向-Gabor wavelet transform matlab implementation can complete the image texture feature extraction is widely used in image processing, pattern recognition and so the direction of Platform: |
Size: 190464 |
Author:陈小菲 |
Hits:
Description: 截止到2010.3.22,各种渠道收集到的国际图形图像顶级会议信息,希望对图形图像处理专业有志发SCI的同仁有用!-The latest document for the international image processing conference, will be helpful for those major in image processing publishing SCI. Platform: |
Size: 14336 |
Author:lyh |
Hits:
Description: 最新版(2010/02/19)医学图像处理教程。-In general, image processing texts are intended for students of engineering and computer science, and there is little written at all on the specific requirements of medical image processing. Students of medical radiation science (Diagnostic radiography, Nuclear medicine, Radiation therapy) usually have minimal mathematical and computer science training and find the available texts incomprehensible. A text that explains the principles of image processing in minimally-mathematical language is needed for these students. Contrary to the claims of some textbook authors, the vast majority of technologists that process images do not need to understand the mathematics involved, but would nevertheless benefit from a thorough understanding of the general process. Platform: |
Size: 5187584 |
Author:kankan |
Hits:
Description: 本人自己编写的MATLAB图像处理代码,绝对能用,包括图像滤波、分割、边缘检测、数学形态学等-I have written in the MATLAB image processing code, the absolute can be used, including image filtering, segmentation, edge detection, mathematical morphology, etc. Platform: |
Size: 1024 |
Author:钟伟 |
Hits:
Description: 比较新的图像处理类,2010版,并且有DEMO,方便应该-Relatively new class of image processing, 2010 Edition, and has DEMO, should facilitate Platform: |
Size: 3298304 |
Author:lihe |
Hits:
Description: A figure ready to scroll through and play videos. You can also draw any custom graphics on it.-VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne Platform: |
Size: 4096 |
Author:DT丿灬雪狼 |
Hits:
Description: 本文档包括了OpenCV2.2版(2010年12月推出,目前最新版)中所有API函数的说明,包括C、C++、Python中调用OpenCV的所有接口函数,是大家开发计算机视觉、图像处理、模式识别程序的好参考。OpenCV2.2提供了支持Visual Studio 2010的可执行版本,并且添加了HOG行人检测器,真是不可多得的好东西。-This document includes OpenCV2.2 edition (December 2010 launch, the latest version) a description of all API functions, including C, C++, Python OpenCV call all the interface functions, there is little development of computer vision, image processing, pattern a good reference for identification procedures. OpenCV2.2 supported executable version of Visual Studio 2010 and added the HOG pedestrian detector is really a rare good thing. Platform: |
Size: 3465216 |
Author:吴 |
Hits:
Description: 功能强大的图形组件,支持许多格式图像文件的显示,扫描,打印等。-The Envision Image Library augments Borland s Delphi, C++ Builder, and the Developers Studio with powerful imaging capabilities. The library provides image file I/O for popular file formats, printing, scanning, and image processing features. It is for Win32 development using versions 7 of Delphi, C++ Builder 6, and BDS 2005, 2006 and Rad Studio 2007, 2009, 2010, XE. Platform: |
Size: 4355072 |
Author:WASPCN |
Hits:
Description: C. Li, C. Xu, C. Gui, M. D. Fox, "Distance Regularized Level Set Evolution and Its Application to Image Segmentation",
IEEE Trans. Image Processing, vol. 19 (12), pp. 3243-3254, 2010.
- C. Li, C. Xu, C. Gui, M. D. Fox, "Distance Regularized Level Set Evolution and Its Application to Image Segmentation",
IEEE Trans. Image Processing, vol. 19 (12), pp. 3243-3254, 2010.
Platform: |
Size: 1024 |
Author:reza |
Hits:
Description: 图像处理:
打开任意的图片,能够对其实现各种滤波
例如: 加噪声模型,高斯滤波,灰度形态学滤波,均值和中值滤波 还有小波变换。
笔者已经调通 支持VS 2008 2010-Image processing:
Be able to open any image and achieve a variety of filtering
Example: plus noise model, Gaussian filtering, grayscale morphological filtering, the mean and median filtering there wavelet transform.
Platform: |
Size: 131072 |
Author: |
Hits:
Description: Visual C++ 2010 二值图像数学形态学处理和灰度图像数学形态学处理-Visual C++ 2010 two mathematical morphology of the binary image processing and gray image mathematical morphology processing Platform: |
Size: 25012224 |
Author:yanjieliang |
Hits:
Description: is Matlab code implements a new level set formulation, called distance regularized level set evolution (DRLSE), proposed by Chunming Li et al s in the paper "Distance Regularized Level Set Evolution and its Application to Image Segmentation", IEEE Trans. Image Processing, vol. 19 (12), 2010
The main advantages of DRLSE over conventional level set formulations include the following: 1) it completely eliminates the need for dreinitialization 2) it allows the use of large time steps to significantly speed up curve evolution, while ensuring numerical accuracy 3) Very easy to implement and computationally more efficient than conventional level set formulations.
This package only implements an edge-based active contour model as one application of DRLSE. More applications of DRLSE can be found in other published papers in the following website:
http://www.imagecomputing.org/~cmli/
-is Matlab code implements a new level set formulation, called distance regularized level set evolution (DRLSE), proposed by Chunming Li et al s in the paper "Distance Regularized Level Set Evolution and its Application to Image Segmentation", IEEE Trans. Image Processing, vol. 19 (12), 2010
The main advantages of DRLSE over conventional level set formulations include the following: 1) it completely eliminates the need for dreinitialization 2) it allows the use of large time steps to significantly speed up curve evolution, while ensuring numerical accuracy 3) Very easy to implement and computationally more efficient than conventional level set formulations.
This package only implements an edge-based active contour model as one application of DRLSE. More applications of DRLSE can be found in other published papers in the following website:
http://www.imagecomputing.org/~cmli/
Platform: |
Size: 1908736 |
Author:王捷 |
Hits:
Description: python代码,基于CUDA图像处理的Python代码部分,希望对初学python的同学能有所帮助-python code, based on Python code section CUDA image processing, the hope of learning can help students python Platform: |
Size: 71680 |
Author:Moy |
Hits: