Location:
Search - Image
Search list
Description: %This is a simple function that resamples the image
%at a different pixel size
function nimg = imresample(oldpixsize,img,newpixsize,intmethod)
% This function resamples the images at the new grid points
% defined by the new pixel sizes. It assumes that intensities are
% defined at pixel centers
%
% img : original image to be resampled
% nimg : newly sampled image
% oldpixsize : a vector of the form [xpixsize, ypixsize]
% for the original image, e.g., [0.5,0.5]
% newpixsize : is a vector of the form [xpixsize, ypixsize]
% for the new image, e.g., [0.2,0.2]
% intmethod: same as interp2
% 'nearest' - nearest neighbor
% 'linear' - bilinear
% 'cubic' - bicubic
% 'spline' - spline
% Example:
%
% % Create a 2D gaussian function
% H = fspecial('gaussian',[31,31],5);
% % Resample it at a smaller pixel size
% NH = imresample([1,1],H,[0.2,0.2],'spline');
% figure;subplot(211);imshow(H,[]);title('Original');
% subplot(212);imshow(NH,[]);
% title('Resampled using spline interplolation');
Platform: |
Size: 1714 |
Author: whitewalter |
Hits:
Description: Very basic and detailed image processing e-book
Platform: |
Size: 745932 |
Author: jjchensc@yahoo.com.tw |
Hits:
Description: FriendsofED - Foundation ActionScript 3.0 Image Effects (2009)
Platform: |
Size: 7394182 |
Author: xm1210zhl |
Hits:
Description: its a project about DIBR 3D stereo image pair c++ disparity
Platform: |
Size: 12892746 |
Author: lonelybaby |
Hits:
Description: 《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。 本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。- How "Visual C Numeral Picture Processing (Second Edition)" does
a book source code this book mainly narrate uses Visual C to carry on
digital picture processing. The entire book altogether 11 chapters,
separately introduced the picture spot operation, the geometry
transformation, the orthogonal transformation, the image enhancement,
the corrosion algorithm, the inflation algorithm, the thin algorithm,
the edge examination with withdraw, the outline track, the image
analysis, the picture recovers with the picture compression code
technology, to each commonly used digital picture processing method,
this book has all provided the integrity source code. This book
content rich, narration detailed, the usability is strong, suits
processes the worker to the digital picture to read the reference.
Platform: |
Size: 6281216 |
Author: 刘宏 |
Hits:
Description: 有关图像压缩(wavelet)源程序-the Image Compression (wavelet) source
Platform: |
Size: 210944 |
Author: 范文 |
Hits:
Description: image processing including fourier,wavelet,segmentation etc.
Platform: |
Size: 361472 |
Author: 郑远节 |
Hits:
Description: The JPEG-2000 Still Image Compression Standard 《JPEG-2000静止图像压缩标准》英文-The JPEG-2000 Still Image Compression Standard "JPEG-2000 still image compression standard" English
Platform: |
Size: 311296 |
Author: 景仁 |
Hits:
Description: JPEG2000压缩域的灵活图像水印* 程峰 张鸿宾1) 刘波 (北京工业大学计算机学院,北京,100022)-JPEG2000 flexible image watermarking* Cheng Feng Zhang Hongbin 1) Liu Bo (Beijing Industrial University Computer Institute, Beijing, 100022)
Platform: |
Size: 282624 |
Author: 景仁 |
Hits:
Description: 图像处理演示程序源代码-image processing demonstration program source code
Platform: |
Size: 2293760 |
Author: 姜飞 |
Hits:
Description: Pocket Image Editor v0.1源码(.NET源码)-Pocket Image Editor v0.1 source (.NET source)
Platform: |
Size: 1039360 |
Author: 无名 |
Hits:
Description: brew平台图像处理源代码-Image processing source code of brew platform
Platform: |
Size: 128000 |
Author: 彭彭 |
Hits:
Description: 一个很有用的图像处理源代码-a very useful image processing source code
Platform: |
Size: 3769344 |
Author: 李怡利 |
Hits:
Description: 数字图像处理软件-digital image processing software
Platform: |
Size: 6377472 |
Author: 林方 |
Hits:
Description: 当前图像搜索是搜索界的热点、难点。本文为图像搜索引擎技术方面的论文,整体架构可以参考参考。如果反映好的我可以继续上传此类文章,我搜集了很多。-current Image Search Search sector is hot and difficult. This search engine for images technical aspects of the paper, the overall structure can refer to reference. If I can reflect good to upload this article, I collected a lot.
Platform: |
Size: 148480 |
Author: 周 |
Hits:
Description: Categorization of Image Databases for Efficient Retrival是有关图形处理的国外专家论文,对于本行业的研究有指导价值。-Categorization of Image Databases for Efficient Retrival the graphics processing of foreign experts thesis for the industry value of the study guide.
Platform: |
Size: 480256 |
Author: 石锋 |
Hits:
Description: 智能图像处理。结合人眼对景象的感知,深入介绍了智能图像处理的机理。英文。基础性。数据翔实。-intelligent image processing. Combining eye on the scene awareness, in-depth briefings on the intelligent image processing mechanism. English. Foundation. Data informative.
Platform: |
Size: 4874240 |
Author: 张赢 |
Hits:
Description: Algorithms for Image Processing and Computer Vision
Platform: |
Size: 26607616 |
Author: 站长 |
Hits:
Description: matlab image processing
原版的图像处理(matlab)教程-the original editon of matlab image processing tutorial.
Platform: |
Size: 427008 |
Author: 李昊 |
Hits:
Description: Description: Starting from an image file, it generates a .txt file containing the image in Ascii text format.
Platform: |
Size: 2048 |
Author: gz |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»