搜索资源列表
3DFrame
- 该程序是关于3D图像处理的,将多帧图像联结在一起,形成动态的画面,很不错哦-the process of 3D image processing, multi-frame images will be linked together to form a dynamic screen, Oh, very good! !
ImagesmoothingContrastEnhancement
- 直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果 中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase the value of the pixel gray area
ym_vc-fangsuo
- 动态收缩、放大的VC窗体,动画方式的打开与退出,具体形容有点难度,就是窗体打开的时候,窗口的中心向四周慢慢变大,直到窗体完全打开,退出的时候同样是由四周向中心收缩,最终消失。这个程序稍微改动就可应用到启动画面上,会给你的程序增色不少。 -Dynamic contraction, enlarged VC form, animated open and exit a bit difficult to describe the specific, that is, when the form op
VC-curve-display
- 将曲线以位图的形式显示,动态小窗口显示鼠标当前的坐标,双击坐标系以外的区域可保存此曲线-Will curve to the form of bitmap display, dynamic small window shows the current coordinates of the mouse, double-click the coordinate system can be stored outside the region of this curve
028991-01
- 计算机图形学(computer graphics, CG)是研究如何利用计算机算法来生成、处理和显示图形的一门学科,主要的算法原理包括基于光栅扫描显示器的基本图形的扫描转换原理;基于齐次坐标的二维、三维变换矩阵的几何变换原理;基于几何造型的自由曲线、曲面的生成原理;基于分形几何学的分数维造型原理;基于像空间和物空间的三维实体动态消隐原理;基于颜色模型、光照模型和纹理映射技术的真实感图形显示原理。-Computer Graphics (computer graphics, CG) is to st
chap05
- ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) -ch5_1_1: image linear transformation (§ 5.1.1) ch5_1_2: piecewise linear image transform (§
duibiduzengqiang
- 对比度增强。原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果-Contrast enhancement. Original graph transform histogram form for the uniform distribution, thus increasing the pixel gray value of the dynamic range so as to achieve the effect of contrast enhance
MyClock(doublebuffer)
- 动态时钟,双缓冲解决屏闪~~~~~~窗体为圆形区域。-Dynamic clock, dual-screen flash buffer solution for a circular area ~~~~~~ form.
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
Graphjdxsh
- 本程序可以实现曲线的静态、动态显示,实现将控件PanelXY.ocx注册,注册方法为在VS2005的“工具”、“Active控件测试容器”、“文件”。然后就可以在VS2005的Active控件中看到PanelXY控件,可以加入到用户程序的窗体中。本程序给出了例程。-This procedure can be achieved curve static, dynamic display, PanelXY.ocx controls to achieve the registration, regis
regist_login
- 本程序提供了三种实现方法,第1种是安全注册与登录,用户注册界面如图1.1所示。第2种是动态校验用户注册的表单,用户注册界面如图1.2所示。第3种是防止重复用户登录,用户登录界面如图1.3所示。-This procedure provides a realization of the three methods, the first is one kinds of security registration and login, the user interface for registratio
msl
- 动应力计算数据载入,表格输入显示,绘制动应力曲线-Data included in the calculation of dynamic stress, the form input shows that the dynamic stress curve drawn
DelphiTbitmapDY
- Delphi中利用Tbitmap实现窗体图形动态打印 -Delphi, the use of dynamic graphics printed form Tbitmap achieve
2010578564063
- 这是一个互联网根据IP和域名定位的源代码,可以根据IP地址和制定域名获取相关的信息,如所属国家、地区、时区、互联网服务提供商(Isp)、经纬度等。同时利用Google地图自动显示该IP所处的地理位置。 该源代码对于希望开发网页信息抓取和提交内容的网友可以有所启发,再就是使用XML进行数据处理,代码在动态窗体显示等做的也不错。-This is an Internet based IP and domain orientation of the source code, can be
ImprovedGaitRecognitionApproach
- :步态识别通过人体走路的姿势来识别人的身份。近年来,步态作为一种生物特征识别技术备受计算机视觉研究者的关注。对某个 人的一个步态序列利用动态 Viterbi 算法得到一个样本姿态序列,对其多个步态样本姿态序列的对应姿态取平均得到这个人的特征姿态序 列,对特征姿态采用主成分分析法和线性判别分析法处理特征空间,并用最近邻法进行识别。利用 CASIA 数据库对本文方法进行验证, 取得了较高的识别率,并对体形变化具有较强的鲁棒性-Human gait recognition is the p
water
- 此程序基于C++,模拟物体接触水面时,涟漪的动态形态,图像功能强大,真实性很强-This program is based on C++, simulation objects from accessing the water, the ripples of the dynamic form, powerful images, the authenticity of a strong
leemonTree
- 基于 flash cs3 ,利用AS3语言编写,一个动态称重的树,树上长满果实,果实会闪动,每颗果实可以加载一个图片,图片以缩小的形式显示,鼠标点击,图片最大化显示,移动会有光圈效果-Flash cs3, written in AS3 language, a dynamic weighing tree, a tree covered with fruit, the fruit will flashing, each fruit can load a picture the picture red
ISODATA
- 模式识别类的ISODATA算法的一个实现对生成数据的一个动态聚类,VC++对话框形式,数据参数可调整,-Pattern recognition like an implementation of the ISODATA algorithm to generate a dynamic data the clustering, VC++ dialog box in the form, data parameters adjustable,
lianbiaonew
- 十字链表的界面显示和运用,含动态显示,是数据结构的一种重要形式-Cross Chain interface display and use, is an important form of data structure with dynamic display
Histogram-equalization
- 直方图均衡化的基本思想是把原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而可达到增强图像整体对比度的效果-The basic idea of histogram equalization is the histogram transform the original graph form for the uniform distribution, so the pixel gray value of the dynamic range is increased so as