搜索资源列表
opencv两个常见的编译错误
- 在利用opencv库进行编程中两个常见的问题的解决方法,十分有效! 以openCV的使用为例,并结合个实验经验,总结一下在使用其它库进行编程时VC环境下编译与链接时经常遇到的两个错误的解决办法. 1.编译错误 问题描述:编译时,出现编译如下编译错误: fatal error C1083: Cannot open include file: 'cv.h': No such file or directory 意思是找不到语句 #include "cv.h" 的cv.h
glm(.h)
- 在opengl中用于导入.obj文件要包括的头文件-Used to import obj file to include the header file
smooth
- 图像平滑、锐化、中值滤波以及拉普拉斯变换。。h文件如下 #include "windows.h" #define IDM_LOADBMP 1 #define IDM_EXIT 2 #define IDM_SMOOTHING_BOX 40007 #define IDM_SMOOTHING_GAUSS 40008 #define IDM_SHARPENING_LAPLACIAN 40009 #define IDM_HMEDIAN 40046 #define I
DownLoad
- 环境接口,应用于3D游戏开发。stdafx.h : 标准系统包含文件的包含文件。 Microsoft C 和 C++ 编译器提供了用于预编译任何 C 或 C++ 代码(包括内联代码)的选项。利用此性能特性,可以编译稳定的代码体,将已编译状态的代码存储在文件中,以及在随后的编译中,将预编译的代码与仍在开发的代码结合起来。由于不需要重新编译稳定代码,因此后面每次编译的速度都要快一些。 -Environment interface, used in 3D game development.
EmfEngine-0.2-opensource
- The Enhanced MetaFile format (EMF) is the native vector graphics file format on Windows. Qt is a cross-platform application development framework, widely used for the development of GUI programs. Although it provides tools for almost every aspect of
OTSU
- 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX
whysupportnot
- 首先,一个编译单元(translation unit)是指一个.cpp文件以及它所#include的所有.h文件,.h文件里的代码将会被扩展到包含它的.cpp文件里,然后编译器编译该.cpp文件为一个.obj文件-First of all, a compiler module (translation unit) is an. Cpp file and# include it all. H files,. H file of the code will be extended to includ
NeHeOpenGL
- NEHE教程所有源码,对学习OpenGL的初学者有很大的帮助。-#include <windows.h> // Header File For Windows #include <gl\gl.h> // Header File For The OpenGL32 Library #include <gl\glu.h> // Header File For The GLu32 Library #include <gl\glaux.h&g
OpenGL
- OpenGL开发库,1.将开发库中的.h文件拷贝到Visual C++ 6.0的\Include\GL目录中 2.将.lib文件拷贝到Visual C++ 6.0的\lib目录中 3.将.dll文件拷贝到操作系统的system32目录中-OpenGL development libraries, 1. Will develop in the library. H files are copied to the Visual C++ 6.0 in the \ Include \ GL di
file
- 用C语言写一个程序,其功能包括图像的复制,移动,放缩.图形和图像函数包含在graphics.h里面 -Write a program using C language, its features include image copy, move, zoom. Graphics and image functions included in the graphics.h inside
JpegLibPalm030912
- Introduction jpeglib is a shared library for Palm OS handheld computers. It permits other applications to support easily JPEG encoding and decoding. JPEG is a standard compression method for photographic images. It s lossy, which means that the
11
- 绘制一个小的正方形,用键盘的上下左右键控制其进行相应的运动。-/* * This Code Was Created By Jeff Molofee 2000 * A HUGE Thanks To Fredric Echols For Cleaning Up * And Optimizing The Base Code, Making It More Flexible! * If You ve Found This Code Useful, Please Let Me Kn
Alper-Mean-Shift
- Mean shift的VC++算法实现,三通道都能实现,但是是按一定顺序实现的, open main.cpp and include all the .cpp and .h file in the project. - go to project then settings and then to debug, under working directory enter your directory where input.txt file is present, under prog
Fractal-Code
- 程序在DOS下运行,需要包含<graphics.h>, <conio.h>, <cmath>头文件。绘图速度较慢,但精确度高,可进行任意位置的放大缩小。 算法是本程序的核心内容,一切的绘图都建立在这个基础之上。Julia, Mandelbrot, Newton三个绘图函数各有不同的算法,对于每一种情况要分类讨论。程序要进行放大、缩小,需要对程序中的每个点的计算加上一些参数,使放大缩小正确运行。 主函数包含print函数,print函数包含color系列