搜索资源列表
ShotDetect_P
- 提供了一个基于像素比较的视频镜头检测程序。-provide a comparison based on pixel video camera detection procedures.
in2bw
- 这是一个将图像进行二值化的C程序,能有效地将图像二值化后并将像素值传入一个文件进行相似度比较-This is one of two images of the value of C procedures, effective image after two values and the pixel values into a document similarity comparison
LBP
- 纹理模式的LBP特征表示及分类原理:就是通过定义一个模板,对于原图像中的每个点,使用该模板进行操作,模板中心点近邻区域对应的图像象素值与中心位置对应的象素值进行比较,且对于不同位置的比较结果赋予不同的权值,从而,变换图像中对应点的值就由模板对应各位置的比较结果之权和表示。-LBP texture pattern feature representation and classification theory: that by defining a template for the origina
ImageProcessing1
- 图像拼接源码,通过对像素的比较,比较像素点,列,快来拼接-Image mosaic source, by-pixel comparison, more pixels, the column, come splicing
MyDDP
- 这是我自己写的一个对对碰外挂,基于抓取页面放进内存将其转化为数组,然后再用算法对数组进行像素比较遍历,算法有待改进,不过用于小数据,足够了.大家下来学习学习吧.-This is my own write a plug-in right right touch, based on the crawled pages into memory to be translated into an array, and then re-use algorithm to traverse the array
extremum
- 对读入的两幅图像进行逐个像元比较,取其中最大或最小值形成新图像矩阵,输出。 已形成界面。可通过界面进行上述操作。-To read the two images pixel-by-comparison, the maximum or minimum value from which to form a new image matrix, the output. Interface has formed. Through the interface to carry out such opera
jisuanjituxiang
- 最大值:扫描法:设第一个象素灰度级为最大值,然后与后一个象素灰度级比较,如果后面的大,则把后一象素值赋给最大值,依次逐一比较到图象最后的一个象素,找出最大值。-Max: scanning method: the first pixel-based gray-scale for the maximum, and then after a pixel with gray-scale comparison, if the back of the large, while the latter is a
josTexImgRetr
- 基于纹理谱描述子的图像检索 提出一种新的纹理谱描述子应用于基于内容的图像检索中.讨论了小波变换的思想和纹理谱概念的联 系,根据纹理的视觉特性,提出纹理模式等价类的概念,设计出更合理的纹理谱描述子来描述图像的纹理特征.该纹 理模式刻画了领域内像素灰度变化模式,以纹理谱直方图方式表示图像纹理内容.分析了纹理谱的对称不变性和旋 -This paper presents a new texture spectrum descr iptor for content-based image
findkeypoint
- 摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。 -Abstract: The inflection point is a digital
Comparisonoffivecolormodels
- Comparison of five color models in skin pixel classification
ZCPlugIn
- QQ游戏大家来找茬外挂,基于像素点比较。一点既出,十分实用。不过并没有添加美女找茬的支持-QQ Games plugin you to finding fault, pixel-based comparison. Both point out, very useful. But beauty does not add support for finding fault
subpixel
- 基于多尺度小波特征的高光谱影像亚像素目标识别、基于灰度矩的CCD图像亚像素边缘检测算法研究、基于矩的亚像素边缘检测算法的对比研究等-Based on multi-scale wavelet feature in Hyperspectral subpixel target identification, Gray moment CCD image sub-pixel edge detection algorithm, based on the moment of sub-pixel edge de
CompareDiffer
- 两幅图像特征提取,比较其相识程度,逐一个像素分析-Two image feature extraction, comparison of their acquaintance, a pixel-by-analysis
yuzhihuafenge
- 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代
Region-growing-process
- 区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。-Regional growth is a very important image segmentation method. It is starting from a pixel comparison to neighboring connected pixel featur
CompareImage
- c#程序 逐像素的比较两张图片的不同之处并且圈出来,功能比较简单。-c# program-by-pixel comparison of two different picture at the circle and out, the function is relatively simple.
LBP
- 用opencv实现LBP算法。通过一个3*3的模板在图像矩阵上滑动,用模板四周的八领域像素和中间的像素值比较,大于的为1,小于的为0,从左上角顺时针排列,然后转化为十进制放在模板中间的对应位置。-LBP algorithm with opencv. Through a 3* 3 matrix template image slide, with the template field of eight around the center pixel and the pixel value comp
in2bw
- 这是一个将图像进行二值化的C程序,能有效地将图像二值化后并将像素值传入一个文件进行相似度比较-This is one of two images of the value of C procedures, effective image after two values and the pixel values into a document similarity comparison
taofun
- 加入重复控制,表示出两帧图像间各个像素点的相对情况,比较了软阈值,硬阈值及当今各种阈值计算方法。- Join repetitive control, Between two images showing the relative circumstances of each pixel, Comparison of soft threshold and hard threshold and today various threshold calculation method.
Matlab图像采集工具箱
- 基本的图像采集流程: 本文通过实现一个简单的运动检测程序来说明创建图像采集程序。 本程序通过对平面上未来图像帧进行像素对像素的比较类完成运动检测。 如果没有物体运动,那么各帧的像素值保持不变。否则,对应像素的值将发生变化。(Basic image acquisition process: In this paper, a simple motion detection program is implemented to illustrate the creation of image a