搜索资源列表
阀值和黑像素之人脸识别
- 一个基于计算阀值和黑像素值的生物识别软件,用vb编写,界面剪接,使用方便!-a threshold calculation based on the black pixel values and biometrics software, used vb preparation, editing interface, easy to use!
屏幕像素点颜色值得获取
- 屏幕像素点颜色值得获取,根据鼠标的位置,获取改点的RGB像素值,并显示其颜色
阀值和黑像素之人脸识别
- 一个基于计算阀值和黑像素值的生物识别软件,用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
GetImageData
- 获取bmp图像的像素值,并将其像素值保存到指定的文本文件中。-access bmp image pixel values and the preservation of its pixel value to the specified text file.
imagelabel
- 在二值图像中,相互联结的黑像素的集合成为一个(黑)区域。本程序通过对图像内每个区域进行标记操作,求得区域的数目。 采用8连通判别算法。 从左到右,从上到下,依次检测每个像素,如果发现某像素点像素值为0,则依次检测该点的右上、正上、左上及左前点共四个点的像素值,判断他们的连通性。-value of the two images, mutual association of black pixels set to becom
kmedfilter
- K近邻中值(均值)滤波器 1) 以待处理像素为中心,作一个m*m的作用模板。 2) 在模板中,选择K个与待处理像素的灰度差为最小的像素。 3) 将这K个像素的灰度均值(中值)替换掉原来的像素值。 -K-nearest neighbor median (mean) a filter) for the pixel to be addressed, for a m* m role template. 2) In the tem
ShowBMPWealth
- 打开一个8位位图,显示你鼠标所点击位置的像素值,最多可显示10*10个像素的值.-8 to open a bitmap, indicating the location of your mouse by clicking the pixel value, can display up to 10* 10 pixel values.
MouseShowPixelRGB
- 将自己需要查看每点像素值的图片加载到资源里面之后,用鼠标移动,鼠标指的像素点的坐标和RGB/灰度值可以被显示出来-Their need to see each and every point of the image pixel value is loaded to the resources there, the use of mouse, mouse, referring to pixel coordinates and RGB/g
FetchColor
- 单文档结构,可以打开图片,bmp格式图片,状态栏显示鼠标移动到当前图片的像素值。-Single document structure, you can open the picture, bmp format images, the status bar shows that the mouse moved to the current image pixel value.
ImgdataView
- 以表格的形式显示多种格式的图像像素值。如果是3波段图像则显示为(R,G,B)。自己开发的程序!主要用到了GridCtrl控件。-In tabular form shows a variety of formats image pixel value. If it is 3-band image is shown as (R, G, B). Developed their own procedures! The main use of t
2187997322007101850426931262
- 当今影像数字化产生的位图影像,往往是以每像素三字节的格式表示的,这导致了大而难处理的位图。为减少这些存储开发了很多压缩系统。由Compu Serve开发的GIF(Graphic Interchange Format)系统通过把可能分配给一个像素的颜色数目减少到仅为256个的方法来研究问题,这意味着每个像素的值可以用一个字节而不是用三个字节表示。256个可能的像素值中的每一个都可借助于一个叫调色板的表与一个红、绿、蓝的组合联系起来。通过改
bmp-ctatic
- 读取BMP 8bit文件(size n1*n2),输出整个文件[n1]*[n2]的像素值,像素值的范围0-255,并统计每个像素质的数量-BMP 8bit file read (size n1* n2), the output document as a whole [n1]* [n2] the pixel value, pixel value range of 0-255, and the quality of statistics
ex2
- 读取bmp图片数据,包括像素值,位数等等。-Read bmp image data, including pixel values, the median and so on.
adamedianfilt
- 自适应中值滤波器的滤波方式和传统的中值滤波器一样,都使用一个矩形区域的窗口Sxy,不同的是在滤波过程中,自适应滤波器会根据一定的设定条件改变(即增加)滤窗的大小,同时当判断滤窗中心的像素是噪声时,该值用中值代替,否则不改变其当前像素值,这样用滤波器的输出来替代像素(x,y)处(即目前滤窗中心的坐标)的值。-Adaptive Median Filter for filtering methods and the same as the t
xs
- 将一幅图像的所有的坐标点的像素值显示出来-The coordinates of an image point of all the pixel values are displayed
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.
修改过的亚像素边缘检测
- 自己用MATLAB写的一个基于多项式插值的亚像素处理算法,处理速度快(sub-pixel edge detect)
task2
- 播放带有滑动条的视频,可以实现视频截图,用鼠标点击一点,显示该点的像素值(A video with a slider is played, and a video screenshot can be achieved. Click a point with the mouse to display the pixel value of the point.)
HSV_CIRCLE
- opencv 读取图像像素值到数组,用指针方式实现(opencv read the pixel of pictures and saved.)