搜索资源列表
图行算法
- 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
bmp2htm
- 作者:RockCarry工作室 陈凯 用TC2.0做的一个将BMP文件转换为HTML文件的小程序。 自己认为效果还不错,目前只能转换256色的BMP文件。 程序代码其实很简单,有兴趣的朋友,可以看看。 使用方法: 运行BMP2HTM文件即可,提示输入BMP文件名,记住目前只能转换256色的BMP图片。 然后会提示是否采用屏蔽色。 最后转换成功,在当前目录下面会生成一个名为A.htm的文件。这个就是转换后的文件了。 如果使用命令行方式,可如下: bmp2htm bmpfile.bmp -m 表示将
VC++实现小波变换
- 用VC++实现数字图象的行变换,列变换,小波变换的原代码,很实用-VC digital image transformation, the transformation out, wavelet transform of the original code, practical
mkOpenGLJPEGImageSDK
- 一个C++的类,用来存储opengl屏幕画面为JPEG,以及读取BMP、JPEG图片作为纹理,用法简单只要3行代码。-a Class C, used to store opengl screen for JPEG images, and to read BMP, JPEG as texture, use simple as three lines of code.
digui_flower
- 一个分形几何中最常用的递归算法所画的鸡冠花,仅几行代码。可以改变中间的宏定义以实现不同的图形,笔者还画出了树。-a fractal geometry of the most commonly used recursive algorithm painting cockscomb, just a few lines of code. The middle can be changed to achieve Acer different definition graphics, the author
C_C___Source_Line_Counter_src
- 代码行数统计,一个非常有用的东西,希望各位喜欢-code a few statistics, a very useful thing, I hope you like
vcmat
- 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
easiest_gif
- 这个程序恐怕是VC下,导入并显示GIF文件最简单的程序了,区区几行代码,一切搞定-this procedure is probably VC, import and display GIF documents the simplest procedures, and just a few lines of code. all get
divide_bmp_file_to_9_blocks3_3
- bmp图片数据分块(3*3)代码,将读取的bmp文件rgb数据出去补加的0,然后按3行3列分为九块-bmp picture data block (3 * 3) code, bmp will read the document rgb data out added at a 0, then by the third line is divided into three nine
DEMO_VIEWDIB
- 打开一个图像并且隔行显示,代码经VC6++.0下调试下可用-opened an interlaced image and show that code under .0 by VC6 available under debugging
OpenGL
- 一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。
resamp
- 图像重采样算法代码,我用了,还行.也是为了在这里下好的
STSloc
- 一个小巧的代码行统计工具,统计文件中c/c++代码的行数,对于64k以下的文件,统计时间不超过3秒。
直方图算法代码
- 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib
图象的检测,模板匹配算法代码
- 图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在
摄像机标定 简易代码
- 环境:VC6.0 && OpenCV1.0 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7); /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。
Cohen_Sutherland
- 本程序实现的是Cohen—Sutherland裁剪算法,一复制就能用。本来是要用.cpp 文件上传的,到考虑到.cpp文件包含很多预算法无关的代码行,所以就用.txt上传了。-Cohen-Sutherland algorithm, Graphics Analysis。
Programming-Canny-operator
- canny算子使用c++的编程实现。本科毕设的一部分,代码行后包括非常详尽的注释便于理解,已在vs2010环境试验可正确检测图像边缘 压缩文件包含canny算子实现的源代码和代码中所需canny.h头文件-Canny operator c programming undergraduate set up in the VS2010 environment test can detect the edge of the image
qiu
- 最简单的球的代码,适合初学者。后面几行代码为球的简单处理。(The simplest ball of code, suitable for beginners. The next few lines of code are simple handling of the ball.)
变分贝叶斯稀疏恢复代码
- 基于贝叶斯压缩感知的变分贝叶斯稀疏恢复代码,是入行压缩感知,变分推断的良好入门代码