Location:
Search - image.d
Search list
Description: 这次上传的代码是关于几种常用特征提取方法的对比代码。-this code is uploaded on several common feature extraction methods contrast code.
Platform: |
Size: 1438905 |
Author: 李乐 |
Hits:
Description: Digital Image Processing,Definitions, Derivations and Details。数字图像处理教材。 University of NewHaven 本校教授 William R. Adams, Ph.D 编写,第一手独家教材(封面日期Jan 25,2011)。内容详实,代码丰富。另有此教授于VB下开发的Image Processing软件。
Platform: |
Size: 11455960 |
Author: zx65551807 |
Hits:
Description: 自解Diablo II 的DC6图像文件格式(附自编文章)-self Diablo II DC6 Image File Format (writing articles)
Platform: |
Size: 221184 |
Author: a-rice |
Hits:
Description: 图像处理类,可将多种图形格式进行自由转换-image processing category, can be a variety of graphics formats freely switch
Platform: |
Size: 246784 |
Author: 李璞 |
Hits:
Description: 高斯分布的三维图象源代码-Gaussian distribution of 3D image source code
Platform: |
Size: 3589120 |
Author: 李静 |
Hits:
Description: 这次上传的代码是关于几种常用特征提取方法的对比代码。-this code is uploaded on several common feature extraction methods contrast code.
Platform: |
Size: 1438720 |
Author: 李乐 |
Hits:
Description: dsp来完成图像压缩,有利于满足实时要求-dsp to complete image compression are helping to meet real-time requirements
Platform: |
Size: 185344 |
Author: 黄军浩 |
Hits:
Description: The transformation parameters are specified by the user by editing the
values of the rotation, scale (x and y), and shear (x and y). The
translation is not icluded because it can be easily (normalized or) removed from the image by
subtracting the shape cetroid.
The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox
functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image. -The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting the shape cetroid. The affine matrix and the affinr transformation are computed using Matlab Image Processing Toolbox functions: maketform and imtransform. So this program is only demonstrates and facilitates the computation and the applying of these functions to a 2-D image.
Platform: |
Size: 9216 |
Author: gz |
Hits:
Description: 使用图形和图象处理对不规则区域的选取。
本程序使用一张中国地图作为位图,各个省/市的区域是不规则的,通过对该位图的处理,
能对各个不规则的区域进行选取。
类似的实现功能为: 在中国地图上,当鼠标移到某个省/市的时候,使该省/市所在的区域以某种颜色高亮显示。-use of graphics and image processing on irregular region selection. The procedure used a map of China as a bitmap, all provincial/municipal region is irregular, this bitmap, can be right all the irregular regions selected. To achieve similar functions : the map of China, when the mouse moved to a provincial/city, province/city in the region where some color highlighter.
Platform: |
Size: 88064 |
Author: 成都混混 |
Hits:
Description: 一个处理jpeg文件的dll,实现jpeg文件的打开,及其对图像的亮度增强。以及解压成bmp文件格式。-a jpeg processing documents dll achieve jpeg documents opened, and its right to enhance the brightness of the image. And unpacked into bmp file format.
Platform: |
Size: 10995712 |
Author: 张仁辉 |
Hits:
Description: delphi的图像捕捉例子和代码,共有4个例子不同的例子有不同的功能,支持电视卡采集-image capture and code examples, a total of four examples of different examples are different functions, TV cards Acquisition
Platform: |
Size: 112640 |
Author: 费智 |
Hits:
Description: 医学图像,遥感图像拼接以及在工业中的应用,是一本很不错的书,希望对做拼接的朋友有所帮助-Medical images, remote sensing image mosaic, as well as in industrial application, is a very good book, and they hope to make friends help splicing
Platform: |
Size: 4958208 |
Author: 星星 |
Hits:
Description: 这是一个加载图像的DLL,一般人都喜欢用他来加载图像,比较方便,如果你下载别人的源程序中缺失,就下载用用吧-This is a loaded image DLL, most people like to use him to load the images, more convenient, if you download the source code of others missing on the download to use with it
Platform: |
Size: 100352 |
Author: 汤菜 |
Hits:
Description: TMS320DM6437下的图像采集例程!很有学习价值-image capture
Platform: |
Size: 4096 |
Author: andyjoan |
Hits:
Description: 图像采集卡源代码,包括基本的图像处理功能-Image acquisition card source code, including the basic image processing functions
Platform: |
Size: 11076608 |
Author: kaka |
Hits:
Description: 1.对一个256*256的图像进行DCT变换得到图像D,将D得斜下角数值置为零,然后进行DCT反变换.
2.对源图像进行K-L转换
1和2比较-1.Get a grey level image which size is N*N. (For example, 256*256, however,
N = ), and partition to 8*8 sub images.
2.. Apply DCT to these sub images, and get the transformed image D with DCT
coefficients for elements.
3. From D, keep the coefficient values for only upper left triangular region and set
zeros for lower right region to approximate the image. (That is, only half of data
is used.)
4.Take Inverse DCT to get the approximated image.
2 . Get the covariance matrix of image.
3 . Calculate the corresponding eigenvectors and eigenvalues.
4 . Represent the original image with Singular Value Decomposition.
5 . Approximate the image by taking off the 4 smallest eigenvalues. (That is, only
half of information is used.)
Platform: |
Size: 1024 |
Author: zhengyan |
Hits:
Description: This literature review attempts to provide a brief overview of some of the most common segmentation techniques, and a comparison between them. It discusses the “Grab-Cut” technique, and reviews some some of the common matting techniques. The graph cut approaches to segmentation can be extended to 3-D data and can be used for segmenting 3-D volumes.Other segmentation techniques use either contour or edge segmentation to perform segmentation. The graph cut techniques use both contour and edge information. The main matting techniques are Poisson matting and probabilistic alpha matting using colour statistics. Poisson matting works directly on the alpha matte of the image, and is interactive. The statisticalapproach uses Gaussians to model colour statistics in the image and is not interactive.
Platform: |
Size: 21504 |
Author: 巡洋舰 |
Hits:
Description: traitement d image avec java
Platform: |
Size: 867328 |
Author: marymare |
Hits:
Description: 图像平滑去噪 Windows Form程序源代码 -Image denoising smoothing WinForm program
Platform: |
Size: 3078144 |
Author: 徐智斌 |
Hits:
Description: introduction au traitement d'images
Platform: |
Size: 34816 |
Author: p_lou
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
45
»