搜索资源列表
MapMaker
- “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
improved_gaborfilter
- Bi-dimensional Gabor filter with DC component compensation This version of the 2D Gabor filter is basically a bi-dimensional Gaussian function centered at origin (0,0) with variance S modulated by a complex sinusoid with polar frequency (F,W) an
CImg-1_07
- 该源代码提供了一套c++类,可以很简单的集成到用户自己的源代码中使用,这些c++类的功能可以实现图像的加载/保存,各种处理,以及图像的显示等功能-the source code for a class c, it is quite a simple integrated into the user's source code using these functions c category can be achieved image loading / preservation of v
BaseMFCPicturetoprocess
- 1、详细分析了当今流行的各种图像格式的编码与解码方法。 2、利用Microsoft Visual C++ 6.0作为开发工具,使用MFC Application Framework作为软件的基本架构,设计并开发了一个图片浏览器。 3、实现了对BMP、PCX、TGA、JPEG、GIF图像格式的图片进行读、写、显示等基本功能。 4、利用图像处理中一些变换算法,实现了图像的放大、缩小、旋转及百叶窗、马赛克等显示特效。 5、实现了各种图片格式的转换功能。
RGB2LabAndLab2RGB
- % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The e
airplane
- 在Visual C++下,利用OPENGL,来实现纸飞机在屏幕上的旋转功能,并且设置按钮来控制纸飞机的运动和停止-In Visual C++ using OPENGL, to achieve the paper airplane on the screen rotation function, and set the button to control the plane' s movements and to stop
opengl_program_basic
- opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速查找 从非数学角度介绍如何进行OpenGL程序设计,有利于读者迅速入门 各章提供可运行的范例,有助于读者理解和应用OpenGL函数 -opengl programming based on the book' s source code. Author Author: (United States) (Edward An
siftdemo
- 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
QueryControl
- 附件中是一些ArcGIS Engine代码的集合,主要是一些比较常见的GIS功能的实现方法,作者用C#+AE都实现了,可能包括基本GIS地图操作,空间分析,几何或交通网络分析等,内容还不错,可以让不太懂的人学习一下,也可以让比较懂的人借鉴一下。 具体成果有:(1)开发了一些常规的GIS基本功能,如放大、缩小、全屏、查询、查找、量测、鹰眼等;(2)开发了一些常用的空间分析功能,如距离计算、密度分析、栅格插值、表面分析、象素统计、数据转换等。(3)网络分析功能,如计算最临近服务设施。(4)几何网
plot
- 因为本程序使用 C# 的反射功能动态生成数学表达式并计算其值,所以重画时有点慢,如果你的计算机的速度不是非常快的, 就不要在窗口改变大小时强制重绘,而是通过点击发“刷新”按钮重绘。 -Because this program uses C# reflection function dynamically generated mathematical expressions and calculates its value, so when you re-painting a bit slo
image_compress
- 该程序实例首先对二维图像进行提升小波分解,然后构造传统小波分解结构[c,s],接着使用函数ddencmp()获取信号压缩阈值,再采用函数wdencmp()实现图像压缩-First,the program decomposes the image use lifting wavelet , and then construct the traditional wavelet decomposition structure [c, s], then use the function ddencmp
Readanddisplayimagefiles
- 图像文件读入和显示 Wikipedia,自由的百科全书 来自于仕琪的讲稿《使用OpenCV进行图像处理》中的例程 目录 [隐藏] 1 C语言版本 2 函数说明 2.1 论坛常见问题 3 Python版本 [编辑]C语言版本-Read and display image files Wikipedia, the free encyclopedia Shi Qi' s speech from the " use OpenCV
Chapter06
- c++程序设计,函数功能:输入一天的温度,读入并输出直方图,实现存入文档。-c++ programming, function function: Enter the day' s temperature, read and output histogram, to achieve into the document.
SPFunction-c
- matlab的S函数模板,用C语言来描述的,可以为初学者提供共方便-matlab S-function templates in C language to describe, easy for beginners to provide a total
ImageProcess
- 一个基于windows的图像处理软件源码,功能比较简单,适合于visual c++的初学者。-one source code of image processer based on windows,it s function is easy and it adapted to the new visual c++ learner,thanks.
lnui
- 用C语言编写的在Simulink环境下对3相交流逆变器进行数值仿真的S函数源代码-Written in C language in the Simulink environment numerical simulation of three phase ac inverter S function source code
sinflution
- 用C语言编写的在Simulink环境下对转速可调永磁直流电机进行数值仿真的S函数源代码-Written in C language in the Simulink environment numerical simulation was carried out on the speed adjustable permanent magnet dc motor S function of the source code
adiustable__numerical
- 用C语言编写的在Simulink环境下对转速可调永磁直流电机进行数值仿真的S函数源代码(Written in C language in the Simulink environment numerical simulation was carried out on the speed adjustable permanent magnet dc motor S function of the source code)
calibrationImage
- 使用opencv函数标定相机的内参矩阵,实现相机标定(Use the opencv function to calibrate the camera's internal matrix)