搜索资源列表
CAD_Book_CD
- 王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development techn
gnuplot_i c++
- 通用绘图程序,用于科学工程相关图表的绘制,交互式和自动模型转换-generic drawing program for scientific projects related charts mapping, interactive and automatic conversion model
Generic
- 关于开发OPENGL程序的第一步环境实现-OpenGL procedures for the development of the first step the Environment
tongyongshili
- 一个vB+mapx的通用实例,很多基本的,常用的功能,大家先看看吧-studyalso shows VB MapX a generic example, a lot of basic, common functions, we look at this season
3_3model
- 通用的3*3模板的函数程序.上述代码在VC6.0,windows98下编译通过,运行正常,有兴趣的朋友可以稍加修改,将文中所述的功能添加到自己的应用程序当中去。-generic 3 * 3 function template procedures. In the above code VC6.0. Compiling under Windows98, operating normally, the interest can be slightly modified friends, the te
BaseGraph
- 实现在文本区域内的画点与画线功能,响应键盘信息,通用DLL使用!-text in the region to achieve the painting point line drawing functions, in response to keyboard information, the use of generic DLL!
c++_opengl_selection
- 本文提出并实现一种用于三维坐标拣选的RIP(Ray-Intersection-Penetration)方法。介绍了如何在已经渲染至窗口的三维场景中,使用鼠标或者相关设备拣选特定三维对象的方法。此方法对于正交投影或透视投影均有效,相对于OpenGL自带的选择与反馈机制,本方法无论是拣选精度还是算法实现效率均高出许多,是一种比较通用的解决方案。-this paper, and for the realization of a three-dimensional coordinates of the
ifcvec_release
- 一个不错的图像质量评价测度实现,用于泛型图像质量评价,需要参照图像。内有相关文献名称。-a good measure to evaluate image quality achieved for the Generic Image quality evaluation, needs light images. Have names related literature.
imagetransformationbymatlab
- 1.图像频域处理正交变换的matlab实例 2.含有的频域变换内容如下: 正交变换通用算子 傅立叶变换 傅立叶变换的原理 傅立叶性质 二维离散傅立叶变换( 2DDFT ) 快速傅立叶变换( FFT ) 傅立叶变换的研究与应用 离散余弦变换 DCT 变换矩阵 dct2 函数和 dctmtx 函数 Walsh- Hadamard 变换 Radon 变换 -1. Image processing orthogonal freq
gill__unstable_demo_0.0.5
- Generic Image processing Library of Library (GILL) is a cross-platform and GP-based C++ image processing architecture helping to develop flexible and expandable image processing library.
XMathLib
- XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。-XMathLib is a generic 3D graphics math. Which consists of two parts : XMathLib and
DDGrab
- This the header file for the Grabber code. Include this in your files. This code was intended to be used inside of a matlab interface, but can be used as a generic grabber class for anyone who needs one.-This the header file for the code
latlong2spherical
- Environment map conversion procedure using generic pixel-to-ray and ray-to-pixel primitives. You need this equirectangular environment map image: latlong.ppm. The output is a spherical mirror ball image spherical.ppm that you can also use in the form
sba-1.3
- a C/C++ package for generic sparse bundle adjustment
calibration_v21.tar
- This a camera calibration toolbox for generic lenses. The toolbox can be used to calibrate conventional, wide-angle and fish-eye lens cameras. The calibration is based on viewing a planar calibration object. The intrinsic and extrinsic camera pa
vp_channel_bin_ogl
- This sample illustrates how to use channel bins to perform generic rendering during the draw. This sample defines the class myApp, which is derived from vpApp, and draws a reticle using OpenGL by defining a vsChannelBin and overriding the draw bin pr
gl初始化
- 提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能-in providing vc use opengl generic configuration and initialization function, avoid using opengl programming must be prepared to repeat the role in the allocation
ConstructWaveBaseFunction.rar
- 紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而
Draw
- 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
ex4_061221015
- 实验内容:编制一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测-Experimental contents: the preparation of a generic edge detection function, by entering different parameters, to achieve Sobel operator, Prewitt operator, Roberts operator