搜索资源列表
从BMP文件中装入位图并显示(6KB)
- 从BMP文件中装入位图并显示 the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader
listcode
- 在VC++下实现对图象进行CANNY边缘检测,并用形态学方法进行处理,然后对它进行链码编码,最后基于链码进行方向的检测!-under the VC images of Canny edge detection, and using morphological method, Then it conducted chain coding, based on the final direction of chain code for the inspection!
mbcountv1.7Final
- 漫步统计系统 v1.7 Final
picturebrowser
- README for Picturebrowser ========================= The modified files are included as listed in the final report: -alt_ypes.h : header file for io.h -nxview.c: modified this existing, to time the running time of the display -picturebrowser
final
- 实现对一副球面失真图形进行操作,使得一幅圆形图片校正后成为方形
WPOcxTest
- 类似画笔的绘图控件 它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。这个例子是用MFC开发的,为了方便使用,最后将转换成控件。-similar brush drawings complete control of its main functions painting line, curve, circle, oval, rectangle, polygon; Clipboard support of the operati
marvin-v1.1.2-final-eclipse-pr
- Marvin is an extensible image processing framework developed in Java. Every image processing algorithm is developed as a plug-in. Plug-in are integrated with the framework features, such as image manipulation, video capturing, plug-in history, perfor
CG-homework
- 本程序为计算机图形学大作业,是针对计算机图形学课程的作业练习。最终的结果包括能绘制基本图元、样条曲线、分形图形、真实感三维物体。-The procedure for the computer graphics major operations, computer graphics courses for job training. The final results include the ability to draw primitives, spline curves, fractal gr
DKG12_plane
- 【概要】 名称:DK的《小型空战最终版》-附源代码 版本:1.0.0.0 运行环境:Win9X/Me/NT/2000/XP/2003/Vista 开发环境:WinXp+VC6 软件开发者:FanSin Studio 开发商网站: 作者:棼紫|DKink QQ:8566427 EMAIL:dkink@qq.com 【介绍】 空战这种经典而简单的游戏,我怎么可能会放过开发的机会呢? 老规矩附源代码发布。 【操作指南】 Ente
FramecolorRecogniae
- 这个代码用来完成图像颜色的识别。识别之前先使用轮廓识别,最后在有效轮廓里面对颜色进行匹配,考虑了一些动态因素。-This code used to complete the identification of color images. Identification prior to the use of contour identification, inside the outline of the final in the effective matching of color, cons
afdfdsfads
- 本文实现了利用B样条函数对图象插值放大的快速算法,并在此基础上,进一步提出了彩色图象放大的方案,既先将图象从RGB空间转换到YUV空间,对UV分量插值放大后进行低通滤波处理,最后再将图象转换至RGB空间。实验结果显示了该方法插值效果好并且处理时间短。-In this paper, the realization of the use of B-spline function of image interpolation to enlarge the fast algorithm, and on
fly
- 打飞机游戏...毕业设计项目,有完整的开发文档,代码和最后提交的成果.-Playing games ... graduated from aircraft design projects, the development of complete documents, code and submit the final results.
CGdiPlusBitmapTest
- // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific initialization routines you do not need // Change the registry
kalman_filter
- OPTIONAL INPUTS (string/value pairs [default in brackets]) model - model(t)=m means use params from model m at time t [ones(1,T) ] In this case, all the above matrices take an additional final dimension, i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R
OpenGLDemo
- 研究在三维空间中公告板的智能排布算法,具体解决三维空间中汉字标牌的位置排布问题,避免邻近标牌之间会产生遮挡的现象产生.本题目最终解决在一定程度上避免一定数量的汉字标牌重合问题。-Research in three-dimensional space in the bulletin board of the smart-arranged algorithm to solve a specific three-dimensional space in the location of Chinese
LipLoca
- 实现一种结合颜色空间、变换及变形模板的自动唇部定位及唇轮廓提取、跟踪方法首先在空间建立肤色模型进行人脸检测、定位, 并由人脸几何特征进行唇部粗定位然后结合唇色模型进行变换使肤、唇色差别明显化, 提出根据亮度信息对变换结果预处理后用法进行图像分割, 经唇色模型进一步验证后实现唇部精定位再使用变形模板来进行嘴唇轮廓特征提取, 为增强内轮廓定位的鲁棒性, 对经亮度预处理和唇色模型验证得到的口腔区域边缘图进行曲线拟合来实现内轮廓定位最后, 将唇读图像序列中上一帧的唇部定位结果拓展后作为当前帧的预测区域再
matlab
- 本文重点研究了面积法对车流量进行统计。在研究算法过程中主要用到了车辆图像检测相关的灰度化、滤波、图像增强、锐化等图像处理基础知识,并将这些知识的算法进行了比较研究。进而用到了阈值分割、边缘检测、以及形态学操作等图像分割技术以及车辆的检测和提取算法。最后设计了一种实时可靠的统计算法。-This paper focuses on the area method for traffic statistics. In the study of algorithms used in the vehicle
FINAL
- 图像拼接 Mosaics, 把bmp转灰度,拼接成一新图, 有图像示例-Image mosaic Mosaics, bmp turn gray-scale and spliced into a new plan, the image sample
Histogram-Show
- 可以读入1位、4位、8位、24位的bmp图像并显示,可以对像素进行统计,最后以直方图的形式显示出来。-Can be read into one, four, eight, 24 bmp image and displays the statistics of pixels, the final form of a histogram display.
GifTest3
- 使用GDI+拆分GIF到n个单帧gif,然后将每一帧和静态图片(png\jpg\bmp)混合,得到n张混合后的png或gif,最终组成一个新的gif。-N a single frame gif using GDI+ split GIF to each frame and still pictures (png \ jpg \ bmp) and then mixed, mixed n Zhang png or gif final composition of a new gif.