搜索资源列表
MYxcg-GRAPH
- 用c语言实行进入图形模式,以及各种图形操作的底层操作源代码,程序前有说明-implemented into graphics mode, and operation of the various graphical source code underlying operating procedures before Note
BSpline_1.4
- 该源码为计算机辅助设计B样条曲线的生成,源码详细地展示的B样条曲线的生成,修改,重绘等功能。对于理解CAD(Computer Aided Design)有一定的帮助作用。(注:CAD是计算机辅助设计的英文简称,目前国际一流的CAD软件有AutoCAD,SolidWorks,Pro/E等等)-source for the computer-aided design of the B-spline curve generation, Source detailed display of the B-
97wave222
- 一个97小波原代码,我们注意到如果把源程序的float 改为short后PSNR将有很大降低。 用提升的方法还是好些!-a wavelet 97 original code, We note that if the source of the float to short after PSNR will be much lower. The method used to upgrade or better!
a_jpeg_compression_matlab
- It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient. -It shows what a jpeg compres
234234
- 图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-penumbral image dithering techniques to reconcile source directory for the chapter describes the
553213tr
- 直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-and color histogram that transform source directory for the chapter describes the functions of the source
75673452
- 腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-corrosion, swelling, thinning algorithm source directory source function is corrosion, swelling, thinning algorith
936414
- 边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction, contour tracking source directory function is the source for edge detection and
ArcPartDemo
- 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
CircleFitByPratt
- Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: Par = [a b R] is the fitting circle: center (a,b) and radius R Note: this fit does not use built-in matrix functions (except "mean"), so it can be
bresenham
- 直线bresenham算法,用VC++ 6.0编写。 注意:新建一个MFC(EXE)工程,在导向中选单文档即可-Bresenham line algorithm, with VC++ 6.0 preparation. Note: Create a new MFC (EXE) project, in the guidance document in the menu can be
FullSceneMotionBlur_src_demo
- The texture used for the motion blur is d In the demo application, the following keys are usable: * s - for changing the rendered scene. * t - for changing the FirstRenderTexture flag that is passed to the RenderToMotionBlurTexture procedu
ndnanfilter
- NDNANFILTER N维零相位数字滤波器,忽略NaN的。 短语法: [年,钨] = ndnanfilter(十,HWIN,女) 短输入: X - 有/无NaN的多维数据。 HWIN - 窗口的名称(默认情况下移动平均的Nd: rectwin )。 的F - 向量指定为每个维窗口半宽度。 短暂输出: Ÿ - 过滤/平滑X数据与零相移(如X!一样大小)。 W - N维是通过一种特殊的子函数生成的中心对称的窗口称为
CannyEdgeDetection
- Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection comprising of gaussian convolution,so
asdfasdf
- DCTa C or MATLAB code for implementing an EBMA with integer-pel accuracy. Use a block size of 16 16. The program should allow the user to choose the search range so that you can compare the results obtained with different search ranges. (Note tha
ColorID2D
- [原创]这是一个使用Direct2D编写的分类动画演示程序,你可以通过按下键盘数字键的1-9来产生9种不同的目标,然后这些目标会自动移动到归类的位置,过多的物体还会在新物体到来时自动移除。适合做一些分类检测算法的界面。注意:Direct2D无法在XP下运行。-[Original] This is a free animation program written using Direct2D, you can press the keyboard number keys 1-9 to genera
image_corracov
- matlab中图像卷积和自相关函数的演示和解释,这两个函数在使用时有很多技巧需要注意。-demonstrated and explained matlab image convolution and autocorrelation function, these two functions have a lot of skills in the use of note.
Crop_photo
- 实现对图像的任意形状的裁剪。注意:图像裁剪后带有背景色-Realization of arbitrary shape image cropping. Note: the image is cropped with a background color
Bresenham-Line-Drawing
- 计算机图形学中Bresenham画圆和画线的C++代码,用于VGA等图形显示。Bresenham本人仍在为IBM工作。-Bresenham is a pretty smart cookie (note the use of the word is , last I heard he was still working for IBM). This file contains the algorithms he developped for drawing lines and c
image-matching
- 基于vs的一个图像匹配,该函数将对图象进行模板匹配操作。需要注意的是,此程序只处理256灰度级的图象-An image matching based on vs, this function will be to manipulate the image template matching. It is important to note that this program is only 256 grayscale image processing