搜索资源列表
E35G23_UCOS2_UcGUI
- 豪华板中E35G23的UCOS2+UcGUI图形系统2.76,UCOS_II测试程序说明,由hgxxx的ucosii2.71升级而来的!去掉了TaskLcd running显示,把这个任务作为GUI显示输出,类似于UCOS的例子1,在一个随机的位置显示一个随机数,只是允许一个任务调用GUI,没有显示cpu利用率、切换次数等信息!注意:~本程序适用于240×320 16级灰度液晶!去掉了TaskLcd running显示,把这个任务作为G
binary_asif
- color image to greyscale image to binary image
FastGraphicsFilters
- +--- --- --- --- ----+ | Graphics Filters v2001.08 | | by Manuel Augusto Santos | | If you use this in your applications, please | | include my name in the about box | +-----------------------------------------
analyze single image for greyscale level
- analyze single image for greyscale level
E35G23_UCOS2_UcGUI
- 豪华板中E35G23的UCOS2+UcGUI图形系统2.76,UCOS_II测试程序说明,由hgxxx的ucosii2.71升级而来的!去掉了TaskLcd running显示,把这个任务作为GUI显示输出,类似于UCOS的例子1,在一个随机的位置显示一个随机数,只是允许一个任务调用GUI,没有显示cpu利用率、切换次数等信息!注意:~本程序适用于240×320 16级灰度液晶!去掉了TaskLcd running显示,把这个任务作为G
Researchon3DHumanMotionTrackingBasedonProbabilisti
- 本文提出了有模型指导的三维人体运动跟踪框架,将一个多关节的圆台形状三维人体模型与多个视频图像中的外轮廓、边界、灰度和肤色特征进行匹配,使人体运动跟踪变成一个状态估计问题。并且,使用基于概率模型的粒子滤波算法来完成非线性、非高斯动态系统的状态估计。 -In this paper, the model has guided three-dimensional human motion tracking fr a mework, will
mosaic
- 一种图像拼接源码。该方法首先运用基于列特征的匹配方法,确定出图像重叠区域;然后采用直方图匹配方法进行灰度调整;最终使用加权平滑算法完成图像的无缝拼接。-A source image mosaic. First of all, the method characterized by the use of column-based matching method to determine the image overlap region
e2md2.m
- BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。 输入:灰度bmp图像 输出:imf1 imf2 imf3 残差-BEMD image decomposition, the envelope structure using Delaunay triangulation and cubic interpolation, the result of decomposition. Input:
binary_asif
- color image to greyscale image to binary image
FastGraphicsFilters
- +--- --- --- --- ----+ | Graphics Filters v2001.08 | | by Manuel Augusto Santos | | If you use this in your applications, please | | include my name in the about box | +-----------------------------------------
MouseCamera
- 鼠标当摄像头,有源代码和安装包,图片呈黑白色,像素不高。-Use your optical mouse as a camera! Very easy to use, and code is quite simple. Provides greyscale, lowquality, out of focus images, but it s lots of fun. Send it to a friend! Please do not
ProbShrink
- This package contains Matlab and C-code for denoisinig greyscale images using spatially adaptive ProbShrink implemented with a NON-DECIMATED wavelet transform and under the generalized Laplacian marginal prior.
greyscaleArbfp
- A simple fragment program that converts every pixel to greyscale.
seg
- This a MATLAB code for segmentation of any image. Initially the image is converted from RGB to greyscale image and then segmantation is done.-This is a MATLAB code for segmentation of any image. Initially the image is co
greyscalecolourfilter
- GreyScale color filter
RSA
- RSA加密的简单实现,没有使用较大的质数。可以对BMP灰度图进行加密-Simple implementation of RSA encryption, without using large prime numbers. BMP greyscale can be encrypted
IMG-VC
- VC++环境里的一个基于选定块配准的仿射变换拼接图像处理程序,适合灰度图处理~!加了我自己注释更容易理解~!-Vc++ environment based on a selected block registration affine transformation splicing image processing procedure, suitable for greyscale image processing ~! Added m
adjcontrast
- 图像预处理中的图像去噪声,滤波器的程序,能把带噪声的图像还原,敬请关注- ADJCONTRAST- Adjusts image contrast using sigmoid function. function g = adjcontrast(im, gain, cutoff) Arguments: im - image to be processed.
Gray
- 快速图形灰度转换,代码来源网上,稍微修改了一下放上来.-Fast graphics to greyscale, code source online, slightly altered a decentralized up.
chepaichuli
- 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是