搜索资源列表
阀值和黑像素之人脸识别
- 一个基于计算阀值和黑像素值的生物识别软件,用vb编写,界面剪接,使用方便!-a threshold calculation based on the black pixel values and biometrics software, used vb preparation, editing interface, easy to use!
基于阀值计算的指纹识别
- 一个用vb编写指纹识别程序,它通过二值化图象,计算阈值和统计黑像素值来识别-vb prepared with a fingerprint identification procedures, it adopted two binary images, calculated and statistical threshold value of black pixels to identify
图像找点
- 输入RGB值范围,把符合这个范围的点找出来,并统计
BSGGJHJpaGinting
- 采用BSCB模型算法的实现,把程序源码中全部Inpainting像素值当作要修补的对象,输入BMP图像与要求迭代的次数,源代码完整。-The use of BSCB model algorithm, the program source code in all Inpainting pixel value as an object to be patched, the input requirements of BMP images and the number of iterations, t
showpixel
- 任意读取一幅BMP图像,可以得到图像上任意一点的像素值,读取窗口可以移动,大小可变-Any reading a BMP image, the image can be any point on the pixel value, read the window can be moved, the size variable
采用邻域差值特征模板的立体匹配方法
- 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
huofuman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。-Huffman coding method is first scanned image data again, to calculate the probability of a variety of pixel specify a different length uniq
matlab
- 纹理是普遍存在的视觉现象,其可以描述地形、植物、矿石、纤维和皮肤等等物体的表面特征。纹理结构在图像中反映其图像像素取值的空间变化情况,这种变化具有某中统计规律,在纹理区域内的各部分具有大致相同的结构-Visual texture is a common phenomenon, which can describe the terrain, plants, minerals, fiber and skin surface features of objects and so on. Texture
bigPixel
- 显示梯度图像,寻找图像中最大像素值并找出边界。-show the gradient of a picture,find the edge of big pixel in a picture
sy1
- 用matlab实现读入图像,并显示图像,及存取图像中的任意像素值-Read into the image using matlab implementation, and display images, and access any pixel in the image
particles_5X5
- 以5*5为模板在一幅灰度图像中寻找像素值大于给定阈值的所有点-To 5* 5 as a template to look at a gray image pixel value is greater than a given threshold for all points
particles_4X4
- 以4*4为模板在一幅灰度图像中寻找像素值大于给定阈值的点-Of 4* 4 in a gray image as a template to find the pixel value is greater than a given threshold point
particles_3X3
- 以3*3为模板在一幅灰度图像中寻找像素值大于给定阈值的所有点-To 3* 3 as the template to look at a gray image pixel value is greater than a given threshold for all points
spsmd
- 图像的平面微分平方和能够反映图像高频分 量的能量。用计算平面微分平方和的方法在空间域上计算相邻像素亮度差值的平方和,对应于在频率域上计算图像高频分量的能量和,此值越大,图像对焦越准确-Differential square image plane and the image can reflect the energy of high frequency. Computational method of Planar Differential squares calculated in th
histeq
- 直方图均衡化是指将一幅图像的像素值均匀地分布在图像的各个区间上,从而是图像的视觉效果得到改善。-Histogram equalization is an image pixel values evenly distributed in various intervals in the image, which is to improve the image of the visual effects.
Bilinear-interpolation-algorithm
- 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the target image in the newly creat
noise_new
- 基于噪声检测的中值滤波,先通过邻域计算检测是否为噪声,再进行开关中值滤波,对于被判断为噪声的像素不再参与其他像素的中值滤波,能够有效滤除噪声并且保留细节较好-Noise Detection Based on median filtering, first calculated by testing whether the neighborhood noise, then the switching median filter for noise pixels are judged to no l
dna
- 分解图像像素值为二进制,对图像进行二进制为基础的DNA编码-Decomposition of the image pixel value is binary, binary image based on the DNA coding
第4章 插值
- 在离散数据的基础上补插连续函数,使得这条连续曲线通过全部给定的离散数据点。插值是离散函数逼近的重要方法,利用它可通过函数在有限个点处的取值状况,估算出函数在其他点处的近似值。插值:用来填充图像变换时像素之间的空隙。(On the basis of discrete data, a continuous function is inserted to make the continuous curve pass through all the given discrete data points.
提取像素值
- 使用opencv 提取像素点,工具vs2013(Extracting pixel points)