搜索资源列表
vc6gdiplussrc
- GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-the GDI graphics application allows the image plane programming changes easier, Based on a clock based on the dialog proces
QRS
- 这是基于PIC系列单片机的C语言编程,采用阈值法检测QRS波,并且将检测到的QRS波经过高低通滤波、微分、移动窗口积分后,通过检测两个相邻的峰值,计算出心率
txcj
- 用vc6开发的一套完整的控件源码,用于视频采集和图像后期处理(亮度、对比度、锐化、钝化、放大、选取、移动、多窗口显示、画线、方形、圆形、标注、测量等)。-The development of a complete set with vc6 source controls for video capture and image post-processing (brightness, contrast, sharpness, passivation, zoom, select, move, mul
GraphShower
- 本章实例是一个类似ACDSee的图像浏览工具——GraphShower。GraphShower主要实现如下功能: ⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。 ⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式: ① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。 ② 适合
nirmaf
- 移动窗口算法平滑光谱矩阵,用于近红外等光谱数据的预处理-Moving window spectral matrix smoothing algorithm for near-infrared spectral data, such as the pretreatment
medfilt
- 该算法充分地利用相邻两次中值滤波窗口内数据的相关性。本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。-Full use of the algorithm two adjacent window median filter data related to each other. In this paper, the median filtering of the fast algorithm fo
harjiaodianjiance
- Harris角点检测算 法是在Moravec算法的基础 上提出的。Moravec角点检测算法的思想是: 在图像中 设计一个局部检测窗口,当该窗口沿各个方向作微小移动时 ,考查窗 口的平均能量变化,当该能量变化值 超过设定的阈值时,就将窗口的中心像素点提取为角 点。-Harris corner detection algorithm is based on the algorithm in Moravec' s. Moravec corner detection algorithm idea
GraphShower
- GraphShower主要实现如下功能: ⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。 ⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式: ① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。 ② 适合宽度:保持图像长宽比例缩放图像,使图像宽度等于视图宽度。 ③ 适合高度:保持图像长宽比例缩放图像
tuxiangtexiao
- 主要完成图像的特效处理,包括扫描和移动两种特效。还包括拆分窗口,完成对图像的一些基本操作-The main effects of image processing, including scanning and mobile two kinds of effects. Also split the window to complete some basic operations on image
shoudiantong
- 创建一个能够加载图片的面板,随后将会出现一束绿色的光束在图片上方扫描,形成手电筒效果。手电筒的光束颜色和光束大小都可以通过stn_bump.html文件的参数进行设置。当鼠标移动到图片上方时,窗口左下方的状态栏将会出现响应的动作提示。-Create a picture to load the panel, then there will be a bunch of green light beam in the photo above scanning, form a flashlight e
435657747733
- 易语言移动组件改变窗口皮肤源码,易语言写的图形图象编程,很好的参考。-Easy language mobile component change window skin source, easy graphics programming language to write, a good reference.
meanshift1
- 函数 cvMeanShift 在给定反向投影和初始搜索窗口位置的情况下,用迭代方法寻找目标中心。当搜索窗口中心的移动小于某个给定值时或者函数已经达到最大迭代次数时停止迭代。 函数返回迭代次数。-In the case of a given function cvMeanShift back projection and initial position to the search window, using an iterative method to find the center of th
Project8方框滤波
- 方框滤波,最简单的线性滤波是移动平均或方框滤波,用 窗口中的像素值平均后输出(Block filtering, the simplest linear filter is moving average or square filter, using the pixel value in the window average output)