搜索资源列表
Gaphics
- 我是一名大学的学生,我没有做过很复杂的编程练习,这也是我第一次上传源程序,这次上传的是我做计算机图形学的练习时在WIN-TC环境下所编的一些程序,其中有二维图形的基本变换(平移,旋转,错切,放缩,对称)的动画演示、三维图在二维平面上的消隐图的显示、线条的裁减、抛物线的绘制以及B样条曲线的绘制,程序中有详细的注释,希望对学生朋友们能够有所帮助。-I was a university student, I had not done a very complex programming exercis
Bitbitchuli
- 昨天在论坛上,有人问起双缓冲的实现问题,想起网上这方面资料比较凌乱,而且多是 DirectX 相关的,今天特地在这里给大家简要的介绍一下双缓冲技术及其在 VC++ 的 GDI 绘图环境下的实现。 -yesterday at the forum, it was asked to achieve double-buffer issues, I think this information online comparison messy, DirectX is also more relevan
liziParticleedifect
- 呵呵,自己下载后打开看看,粒子效果真的不错,是本人以前收集的!-Oh, they look at the downloaded and opened, the particle effects really Yes, I used to collect!
yiqun1
- 一种蚁群算法的源程序 大家看看,如果需要联系我 还有其他的-an ant colony algorithm we look at the source code, if I need to contact the other
Vector_Diagram
- scr ipt originally intended for use in oceanography/fluid dynamics. Use: >> ipdv(X,Y) (0,0) default initial position or >> ipdv(X,Y,Xo,Yo) (Xo,Yo) initial position 2D vector components (X,Y) are used to plot the vectors one after
cximage600_full
- CxImage类库是一个优秀的图像操作类库。它可以快捷地存取、显示、转换各种图像。有的读者可能说,有那么多优秀的图形库,如OpenIL,FreeImage,PaintLib等等,它们可谓是功能强大,齐全,没必要用其它的类库。但我要说,这些类库基本上没有免费的,使用这些类库,你要被这样那样的许可协议所束缚。在这点上,CxImage类库是完全免费的。另外,在使用上述类库时,你会遇到重重麻烦。因为它们大部分是平台无关的,且用C语言写成,有的还夹杂着基本的C++ wrapper和成堆德编译选项的声明需要
inpainting
- image inpainting -CS7495 Final Project Sooraj Bhat Object Removal by Exemplar-based Inpainting USING THE CODE Everything was done in Matlab and MEX (i.e. a C function callable from Matlab). First, the C code needs to be comp
fog-
- 夜间增强和去雾增强算法及其实现。 (1)将图像由RGB空间转换到HSI空间,然后对HSI空间亮度分量(I分量)的灰度直方图进行均衡化处理,然后再转换到RGB空间。 (2)利用暗原色先验图像去雾算法对图像进行去雾处理-Enhanced fog at night and go enhancement algorithm and its implementation. (1) the image space conversion RGB to HSI space, then HSI sp
Magic_Wand0203
- This project draws a particle spray at the cursor position. I needed to make a video overlay to use as a Magic Wand . This is nothing new, but is a good graphical math example to play with.-This project draws a particle spray at the cursor position.