-
shift
实现shift算法,进行精确的图像识别,可以抵抗各种旋转、平移、缩放等仿射变换的攻击(Realize shift algorithm, an accurate image recognition, you can resist all kinds of rotation, translation, scaling affine transformation attack)
- 2007-09-26 14:19:07下载
- 积分:1
-
PG_BOW_DEMO
图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。
其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题?
用BoW描述完图像之后,指的是将训练集以及测试集的图像都用BoW模型描述了,就可以用SVM训练分类模型进行分类了。
在这里除了用SVM的RBF核,还自己定义了一种核: histogram intersection kernel,直方图正交核。因为很多论文说这个核好,并且实验结果很显然。能从理论上证明一下么?通过自定义核也可以了解怎么使用自定义核来用SVM进行分类。(Image features used in a Dense Sift, by the Bag of Words bag model to describe the word, of course, the training set is generally used to build the dictionary, because we do not test set. Although the test set is used as the test you, but who knows the practical application of the test image is valid, so I am here to build BoW dictionary only the training set.
In fact, BoW idea is very simple, although many people have asked me, but as long as you understand how to build a dictionary and how to image map to the dictionary D up on the line, and interviews are often asked me this question, do not know you all how to use vivid language to describe this problem?
After complete description of the image with BoW, refers to the training set and test set of images are described with the BoW model, the training of SVM classification model can be classified.
Apart from having to use the RBF kernel SVM, but also their own definition of a nuclear: histogram intersection kernel, histogram )
- 2011-11-01 17:01:09下载
- 积分:1
-
Multiscale-Normalized-Cuts-
图像处理中的多尺度分割程序,使用matlab开发环境(Image processing procedures for multiscale segmentation)
- 2011-07-13 10:59:42下载
- 积分:1
-
ExThreshold
1、读取显示所给PET图像(SE2IM210)。
2、学习imhist函数,画出所给PET图像的直方图。
3、根据直方图为该PET图像选择合适的显示窗(imshow参数),使胸
部轮廓等解剖结构可见。
4、根据直方图选择合适阈值,分割肿瘤区域与正常区域,计算肿瘤区
域内图像灰度均值、方差、最大值及最小值。(1 give PET images displayed, read (SE2 IM210).
2, learning, imhist function, draw the give PET image histogram.
3, according to the histogram for the PET image to choose the appropriate display window (imshow parameters), make bosom
Outline of anatomical structures such as visible.
4, according to the histogram, choose appropriate threshold segmentation tumor area and normal area, calculating the tumor area
In the domain of image grayscale average and variance, the maximum and minimum values.)
- 2015-05-08 20:52:11下载
- 积分:1
-
D1
说明: 实现了双线性插值、三次样条插值、B样条插值和最大阶次优化差值等传统多项式图像插值办法(Traditional polynomial image interpolation methods such as bilinear interpolation, cubic spline interpolation, B spline interpolation and maximum order optimization difference are realized.)
- 2019-05-23 22:55:46下载
- 积分:1
-
shearlet fast
快速剪切波变换的源程序,用于图像处理,运行速度快(Fast shear wave transform source, used for image processing, fast running)
- 2017-08-14 09:04:22下载
- 积分:1
-
Desktop
使用HIO算法实图像现相位恢复,包含源代码,简单实用。(HIO algorithm real image phase recovery, including source code, simple and practical.)
- 2018-07-27 11:28:46下载
- 积分:1
-
CBIR_texture
CBIR系统中采用的tamura纹理特征计算程序(Tamura texture features used in CBIR system calculation program)
- 2012-09-19 10:13:00下载
- 积分:1
-
fingerprint-enhencement
指纹图像与处理源码及资料,包括图像滤波、方向场计算、频率图计算等(source code and papers of fingerprint preprocessing methods)
- 2020-10-26 10:29:59下载
- 积分:1
-
一种基于改进的萤火虫算法(FA)优化二维Otsu图像分割算法(FA-2-Otsu)
说明: 针对一维最大类间方差算法(1-Otsu)抗噪性能较低、二维最大类间方差算法(2-Otsu)计算复杂度高、实时性差的问题,提出一种基于改进的萤火虫算法(FA)优化二维Otsu图像分割算法(FA-2-Otsu).(In order to solve the problems of low anti noise performance of 1-otsu, high computational complexity and poor real-time performance of 2-otsu, an improved firefly algorithm (FA) is proposed to optimize the 2-otsu image segmentation algorithm (fa-2-otsu).)
- 2019-12-23 21:45:50下载
- 积分:1