搜索资源列表
OpenGL_API
- 采用OpenGL和Windows API编写的一个多彩立方体的显式程序-using OpenGL and the Windows API to prepare a colorful cube Explicit procedures
GDIimgae
- 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。
dashline
- With Windows API, you can only create a dash or dot pen when the pen width is 1. This class permit you to work with virtual dash or dot pen with width bigger than 1.
MyBook
- 用windows api写的关于C++下模拟翻书效果的程序。可以采用鼠标和摄像头双重控制。同时摄像头检测是通过opencv来做的
trans_effect.ZIP
- 一个半透明的图像叠加的演示,利用Windows API将一个较小的图像叠加到一个大图像上并且小图像可以移动-a translucent image superimposed demonstration using Windows API to a smaller image of superimposed images on a large and small images can be mobile
xingqiong
- 利用OpenGL模拟太阳系星球运转 Title: OpenGL with VB6 Author: Saadat Ali Shah Email: shahji_2000@yahoo.com Environment: VB 6.0, Win98/Me/XP Keywords: OpenGL, multiple viewports, mouse picking Level: Intermediate Category: VisualBasic/Graphics/OpenGL
API绘图小例程
- 使用windows的API进行绘图的完整源码例程
DrawLib.rar
- 绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color),Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill
DirextX
- 写了一个简单的DirectX3D程序,封装了部分windows api,DX3d设备初始化,以及camera类,terrain类,skybox类-DirectX3D write a simple program that encapsulates part of the windows api, DX3d device initialization, and the camera type, terrain type, skybox class
CVMFC
- 在MFC中使用OpenCV。 调用 OpenCV 函数实现图像文件的输入、输出以及处理。使用 DirectShow 实现图像的视频采集,也调用 OpenCV 函数实现,可实现高分辨率图像的采集。采用 Win32 的 DIBSection 实现图像的显示,调用 Windows API 函数。-MFC_OpenCV_DirectShow
VCAviCapture
- VC++摄像头视频采集、新型位图CDibs可直接调用Windows API图形函数,提供部分图像处理基本功能。 -AviCapture for VC++,Image Processing basic function.
vb_draw_demo
- 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 个人认为,VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。-VB-based vecto
graph
- 直接使用windows API写的,绘制直线的算法的展示,以十倍大小显示-Direct use of the windows API to write and draw a straight line of the display of the algorithm to ten times the size of display
oglmdi2
- have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to
NewDibs
- 基于 Win32 DIBSECTION 的新型位图 CDibs,可直接调用 Windows API 图形函数,除底层结构或类的定义稍有不同外,上层的图像处理程序在C、VC++、C++Builder三种编程环境下基本相同。-New CDibs based on Win32 DIBSECTION, Image Processing basic function.
SunLightFace
- 支持摄像头,人脸识别二次开发包,相当易用、好用。是VC开发,但只有极小部分用到了MFC,大部分CODE均为标准C++编写。SunLightFace.exe是演示程序,可以通过这个程序来测试SDK的性能。SunLightFace.dll 是SDK,其性能技术指标与演示程序是完全相同的。 SunLightFace.dll是按WINDOWS API的标准调用来生成的动态库,并提供了VB,VC,C#三类范例代码,精简扼要,如果因VS版本问题无法打开,可以用其它文件编辑器打开.CPP,.H,.CS,.
windowsgraphicsprogrammingcode
- 本书详细介绍Windows图形系统,包括Win32 GDI和 DirectDraw API的技术细节:设备环境、坐标空间和变换、像素、填充区域、位图、图像处理、文字处理、元文件、打印处理等。本书内容翔实、例子丰富、分析透彻,是Windows编程人员的实用参考书。附带光盘包含书中实例、实用程序、相关信息等。-This book details Windows graphics system, including the Win32 GDI and DirectDraw API technical
cv_programmer
- 四本手册,对于图像工作者及其有用,我的博士生涯就是它们伴随度过的。 windows api opencv mfc 海康 sdk-Four manual workers and their usefulness for image and my life is that they are accompanied by Dr. spent. windows api opencv mfc sdk Haikang
windows-API-Graphic
- 不用MFC直接用windows API编写带图形界面的程序,程序简单,适合初学者参考。-MFC windows API directly without the preparation of the program with a graphical interface, the program is simple, suitable for beginners reference.
Labview基于Windows api采集摄像头图片程序框图
- Labview基于Windows api采集摄像头图片程序框图 不需要安装其他控件 我也是找很久才下载到的资源。