搜索资源列表
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。-The code implements a 2-liter for the factors sampling and down-sampling the image function.
neuralnetwork
- 用于图像识别的新型神经元网络 提出了一种用于图像识别的映封正交神经元网络。 在一般情况下待识别的样本空间的维数相当大, 为了有效地进行识别,必须把样本空间的维数降下来。目前常用的方法就是特征提取法,本文采用映射正交过程把样本空间映射成正交分类空间,并在此基础上,采用网络进行图像分类。计算机上模拟结果表明此网络县有时缺损和噪声图像进行正确识别的能力-Image recognition for a new type of neural network used in a video im
Question2
- Images passed to your application are not always of the same size as your templates. To compare them you might need to up scale or down scale them to the template size. It is preferred that when comparing you check the size of the template to b
200611720157367
- 注意里面的注释不是英文的,因为原理很简单,火人就没翻译了。 初学者可往下看本例程的原理: 1、依次获得取样点的颜色 2、在取样点画该颜色的方框 取样越精,方框越小,图像就越清晰 -Note that inside the comment is not English, because the principle is very simple, no translation of Burning Man. Beginners can look down the prin
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
TouchScreen
- 安卓触摸事件处理操作的实例,TouchScreen源代码,触摸事件是Android手机操作的基本,一个好的触摸事件机制能提高Android的操作体验。本代码通过一系列示例演示android触摸事件的方方面面,比如判断是否触摸、Android绘制图像、绽放图片大孝触摸移动事件、触摸按下事件、获取点击的X,y坐标等,虽然很具体,但很底层,是基本技巧。 -Android touch event handling operations instance, TouchScreen source co
qiqiaobansrc
- C#七巧板-C#创建菱形图案,其间使用了进程,示例适用于 Windows 窗体,它需要 PaintEventArgse,一个 OnPaint 事件对象。代码执行下列操作: 创建两个路径:一个为头朝上的三角形,另一个为头朝下的三角形。将第二个路径添加到第一个路径上。将最终的路径绘制到屏幕。 设置控件样式为双缓冲,可以有效减少图片闪烁的问题-Tangram-C# C# to create a diamond pattern, during which the use of th
B
- 运用matlab对灰度图进行缩放一定比例的缩放。对图像进行缩小用到两种方法:其一直接消除像素进行缩放处理;其二先进行初步 的图像平滑滤波,然后消除像素。平滑滤波用于模糊处理,可以出去细节并降低噪声。-Write MATLAB functions to down-sample one grayscale image from original size to the given output size through two different methods: a) directly eli
TEXTURE-ANALYSIS
- 提出一种基于可分离Gabor滤波的纹理分析新方法,该方法把传统的Gabor滤波器分解成为两个相互正交的低通和带通滤波器,以降低滤波运算量 并指出在正交分解条件不满足的情况下,通过旋转样本图像,解决Gabor滤波器在任意角度的正交分解问题。实验表明,新方法与传统方法相比,效率提高30 以上,并且准确率更高。-Proposed a new method of analysis based on separable Gabor filter texture, which the traditional
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
Edge-based-text-region-extraction-from-natural-im
- The basic steps of the edge-based text extraction algorithm are given below 1. Create a Gaussian pyramid by convolving the input image with a Gaussian kernel and successively down-sample each direction by half. (Levels: 4) 2. Create directiona
PCA_ORL
- 人脸识别技术作为生物体特征识别技术的重要组成部分,在近些年来已经发展成为计算机视觉和模式识别领域的研究热点。本实验是基于K-L变换的主成分分析法(PCA)在人脸识别中的应用,在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真,并对样本图像进行了重构。本实验在ORL人脸库的基础上,选用每人前5张图片,共计40人200幅样本图像,通过快速PCA算法将10304维的样本特征向量降至20维,并实现了基于主分量的人脸重建,验证了PCA算法在高维数据降维处理与特征提取方面的有效性。-Fac