资源列表
tuxiang
- 从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄hImgData中,这个hImgData将在以后的图象处理程序中用到。同时填写一个类型为HBITMAP的全局变量hBitmap和一个类型为HPALETTE的全局变量hPalette。这两个变量将在处理WM_PAINT消息时用到,用来显示位图。该函数的两个参数分别是用来显示位图的窗口句柄,和.bmp文件名(全路径)。当函数成功时,返回TRUE,否则返回FALSE。-From a.
jingxiang
- 镜象变换的源代码如下,因为和平移的那段程序很类似,程序中的注释就简单一些。-Mirror transform source code is as follows, because, and translation of that part of the procedure is very similar to the program notes on simple.
IS_Pyramid
- 图像分割指的是将数字图像细分为多个图像子区域的过程,在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法。-Image segmentation refers to the digital image is subdivided into a plurality of image sub-regions in the process, implemented in OpenCv three associated with image se
zhongzhi-lvbo
- 下面的程序实现了中值滤波,参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做垂直中值滤波。-The following program implements median filtering, Hori parameter is a Boolean variable, if it is true, so the level of median filtering, otherwise, do vertical median filtering.
R
- 下面我们给出Floyd-Steinberg算法的源代码。有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。另外,当按从左到右,从上到下的顺序处理象素时,处理过的象素以后不会再用到了,所以用这个int类型的缓冲区存储新值是可行的。全部象素处理完后,再将这些值拷贝到char类型的缓冲区去。-Below we give Floyd-Steinberg
UleadGIFAnimator-v5.05
- 一款功能强大的处理动态图软件,可能对动态图图片进行任意修改,做出更好的新图片已经动态图-A powerful handle dynamic mapping software, which may be freely modified dynamic map image, make better new picture has dynamic map
W4-2000
- 对于视频目标检测和跟踪中跟踪算法--W4算法介绍-For video target detection and tracking in the tracking algorithm- W4 algorithm introduced
LSunwrap
- 基于离散余弦变换的最小二乘法进行相位解包裹,这是三大分类中的一种-Based on the discrete cosine transform least squares method for phase unwrapping, which is classified in one of three
ASEF-facel
- 用于检测人脸跟踪与人眼定位的小程序源码-Face tracking is used to detect with the human eye positioning applet source code
EdgeDetect
- matlab中,运用GUI实现图像边缘检测功能。完整的论文源代码。-matlab, the use GUI for image edge detection. Complete paper source code.
445612132
- ASF方法进行人眼跟踪与检测-ASF method of eye tracking and detection
shuiguojiance
- matlab草莓检测,程序课运行,鉴定无误-Detection of Strawberry
