搜索资源列表
VGA-13h-SDK
- 这是一个支持VGA320*200*256C的小开发包,里含头文件vmode.h--用于调用此模式(0x13)的支持 vdraw.h--用于基本绘图操作的支持 chput.h--用于汉字及E文在图形方式下的显示支持 window.h--用于创建基本窗口控件的支持.Deam.c--演示程序的代码 hzk16--16*16的点阵汉字字库.-This is a support VGA320 * 200 * Male small development kits, said to contain the
JGE_Engine_Source_and_Demo(v0.01b)
- PSP上的2D开发库 JGE++ 簡介: PSP上有一個獨立的GPU, 在我們編寫遊戲時, 要是能把有關圖像處理的工作都交給GPU做, 就可以減輕主處理器的很多負擔, 令整體程序的運\作, 得到數倍的提升! JGE++ (Jas Game Engine) 就是一個利用GU 庫寫成的2D遊戲引擎, GU庫的原本用途是用作編寫3D遊戲, 我們把它應用在2D遊戲上, 就可以享用硬件加速所帶來的種種好處, 例如運\行速度的提升, 混色/半透明色效果, 圖像放大縮小和旋轉等!
arithmetic.encoding
- 算术编码的应用实例matlab版本 1.可以对字符进行算术编码 2.开头不必制定字符串的大小 3.编码精度高,达到小数点8位以上 4.以函数的形式给出,易于调用和移值实现 5.显示界面人机交互较出色 -arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the beginning de
WATERSHEDalgorithm
- 分水岭算法的函数,使用时需要调用。用vc++编写,算法较复杂-watershed algorithm functions, use need to call. Vc used to prepare, more complex algorithm
Direct3D9MFC
- 一个用MFC调用D3D的例子 茶壶的旋转 只不过没有给他贴图-a call with MFC Motion example teapot rotation not only to his map
imagelab2
- 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare an
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
pdf417codec_0.1_src.rar
- pdf417 D语言源码,包括编码解码,解码有一定抗扫描性,封装后的dll可很方便地在其他开发语言中调用。,pdf417 D language source code, including coding, decoding of a certain anti-scanning, after the dll package can be easily developed in other languages call.
ComputerGraphics
- 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
VoronoiApplication
- 可以生成VIRONOI图的程序,有一个函数库供调用-Can generate VIRONOI plans for the library has a function call
cad041401
- VC 调用AUTCAD 画一根直线的源码。-VC call to draw a straight line AUTCAD source.
fft2
- 在其他人基础上,改进的可以计算128*128个分离傅立叶变换的程序,可以调用txt文件。-In others, based on improvements can be calculated separation of 128* 128 Fourier transform procedure, you can call the txt file.
watermark
- Main function is: water.m When you call water.m it will ask which image you will watermark. blockdwt2.m - Adds the watermark logo in Wavelet domain. dmg.m - Generates watermark logo. watdet3.m - You can check the logo with that funct
graphics
- 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
Mpline
- 本人第一次接触VC++,编辑了一个简单的调用对话框画直线的程序,还请各位同仁多多支持。-My first contact with the VC++, compiled a simple line drawing of the procedure call to the dialog box, please also colleagues lot of support.
DrowLine
- 不调用API,用C++自己画圆和直线,并对图形进行绘画-Do not call the API, using C++ and line their own circle, and drawing graphics
mfcphoto
- 本程序实现图像读取,并能实现各种特效,可以调用windows ‘画图’程序,对于初学者非常有用-The procedure for image reading, and can achieve a variety of special effects, you can call the windows ' drawing' program, useful for beginners
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
Qt
- 时钟可以调用系统时间的时钟,用QT编的 求给过哈哈谢谢 -One can call the system time clock一个可以调用系统时间的时钟,用QT编的 求给过哈哈谢谢 请键入文字或网站地址,或者上传文档。 取消 Yīgè kěyǐ diàoyòng xìtǒng shíjiān de shízhōng, yòng QT biān de qiú gěiguò hāhā xièxiè “”的用法示例:由 Google 自动翻译英语中文(简体)日语Alph
otsu
- 实现OTSU分割时算法,对2D彩色或灰度图像进行分割,封装成函数,可以直接调用-OTSU segmentation algorithm, 2D color or grayscale image segmentation, packaged into a function, you can directly call