CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - NOTE

搜索资源列表

  1. MYxcg-GRAPH

    0下载:
  2. 用c语言实行进入图形模式,以及各种图形操作的底层操作源代码,程序前有说明-implemented into graphics mode, and operation of the various graphical source code underlying operating procedures before Note
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:xcg743
  1. BSpline_1.4

    1下载:
  2. 该源码为计算机辅助设计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-
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:107.38kb
    • 提供者:唐晓飞
  1. 97wave222

    0下载:
  2. 一个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!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.63kb
    • 提供者:王维
  1. a_jpeg_compression_matlab

    0下载:
  2. 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
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:88.82kb
    • 提供者:严刚
  1. 234234

    0下载:
  2. 图象的半影调和抖动技术 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
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:22.71kb
    • 提供者:利菲
  1. 553213tr

    0下载:
  2. 直方图修正和彩色变换 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
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29.05kb
    • 提供者:利菲
  1. 75673452

    0下载:
  2. 腐蚀,膨胀,细化算法 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
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15.32kb
    • 提供者:利菲
  1. 936414

    0下载:
  2. 边沿检测与提取,轮廓跟踪 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
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:30.96kb
    • 提供者:利菲
  1. ArcPartDemo

    0下载:
  2. 计算圆弧上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
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:44.58kb
    • 提供者:wsadfg
  1. CircleFitByPratt

    0下载:
  2. 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
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1.22kb
    • 提供者:田雨
  1. bresenham

    0下载:
  2. 直线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
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1.91mb
    • 提供者:秦始皇
  1. FullSceneMotionBlur_src_demo

    0下载:
  2. 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
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-13
    • 文件大小:3.12mb
    • 提供者:欧阳西
  1. ndnanfilter

    0下载:
  2. NDNANFILTER N维零相位数字滤波器,忽略NaN的。 短语法: [年,钨] = ndnanfilter(十,HWIN,女) 短输入: X - 有/无NaN的多维数据。 HWIN - 窗口的名称(默认情况下移动平均的Nd: rectwin )。 的F - 向量指定为每个维窗口半宽度。 短暂输出: Ÿ - 过滤/平滑X数据与零相移(如X!一样大小)。 W - N维是通过一种特殊的子函数生成的中心对称的窗口称为
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:5.58kb
    • 提供者:namind
  1. CannyEdgeDetection

    0下载:
  2. Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection comprising of gaussian convolution,so
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:837byte
    • 提供者:namind
  1. asdfasdf

    0下载:
  2. 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
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:7.03kb
    • 提供者:Kemp Ho
  1. ColorID2D

    0下载:
  2. [原创]这是一个使用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
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:73.95kb
    • 提供者:nahcooo
  1. image_corracov

    1下载:
  2. matlab中图像卷积和自相关函数的演示和解释,这两个函数在使用时有很多技巧需要注意。-demonstrated and explained matlab image convolution and autocorrelation function, these two functions have a lot of skills in the use of note.
  3. 所属分类:2D Graphic

    • 发布日期:2015-07-07
    • 文件大小:34kb
    • 提供者:
  1. Crop_photo

    0下载:
  2. 实现对图像的任意形状的裁剪。注意:图像裁剪后带有背景色-Realization of arbitrary shape image cropping. Note: the image is cropped with a background color
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1.34kb
    • 提供者:lly
  1. Bresenham-Line-Drawing

    0下载:
  2. 计算机图形学中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
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:10.78kb
    • 提供者:w
  1. image-matching

    0下载:
  2. 基于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
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:396.87kb
    • 提供者:王天
« 12 »
搜珍网 www.dssz.com