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

搜索资源列表

  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. delaunay

    0下载:
  2. void CDelaunayView::OnDelaunay() { // TODO: Add your command handler code here CDelaunayDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if(!pDoc->PointList->GetCount()) { char str[100]; ostrstream osr(str,100); osr<&
  3. 所属分类:2D图形编程

  1. code

    0下载:
  2. program to compute 2d-maxima for a set of xy points. The xy data points are generated using a random number generator. The command to run the program at DOS prompt is: - compute 2d-maxima for 500 xy points .\2dmaxima 5-program to compute 2d
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1.82kb
    • 提供者:heba
  1. bicubic

    0下载:
  2. bicubic interpolation without using cubic command
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:10.4kb
    • 提供者:grishma
  1. fsgl

    0下载:
  2. 一个基于统计的肤色过滤程序,用基于OpenCV库,命令行模式执行-A color filter based on statistical procedures, with the OpenCV library on the command line mode. .
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:1.33mb
    • 提供者:白痴
  1. main

    0下载:
  2. 通过编程实现绘图的交互界面以及绘图指令输入框等-Through interactive graphics programming interface and command input box such as drawing
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:792byte
    • 提供者:君子兰
  1. circle

    0下载:
  2. Matlab里面没有提供直接以半径和圆心位置画圆的程序,该程序可以实现此功能,命令格式为:circle(radius,x0,y0, color )-Matlab which does not provide the location directly in the center circle radius and the program, the program can achieve this functionality, the command format is: circle (radi
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:636byte
    • 提供者:Li Shaobin
  1. ad9854_cmd

    0下载:
  2. ad9854控制命令模块,用于中频信号产生,软件无线电关键模块-the ad9854 control command module used for the IF signal, software radio key modules
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:2.05kb
    • 提供者:kimjin
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:84.91kb
    • 提供者:xuzhimin
  1. mean filter

    0下载:
  2. meanfilter use the matlab mex function. conbine the c code and matlab code. so you should mex -setup in matlab command window. and mex meanfilter.c then execute the meanfilter.m to run it.
  3. 所属分类:2D图形编程

    • 发布日期:2013-01-03
    • 文件大小:40.38kb
    • 提供者:right8428
  1. zoom

    0下载:
  2. 计算机图形学,zoom命令,缩放图形,画矩形-Computer graphics, zoom command, scaling graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-27
    • 文件大小:47.91kb
    • 提供者:zs
  1. jbfill

    0下载:
  2. This function will fill a region with a color between the two vectors provided using the Matlab fill command
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:1.75kb
    • 提供者:Alla Eddine
  1. matlab-tuxiangmingling

    0下载:
  2. matlab 的图像处理命令大全,非常适合初学者使用。-matlab image processing command Daquan, very suitable for beginners to use.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:420.39kb
    • 提供者:宁宝宝
  1. polyfit

    0下载:
  2. MATLAB,多项式函数拟合,使用polyfit命令,可以拟合出二维图形。-MATLAB, polynomial fitting function, use the polyfit command, you can fit a two-dimensional graphics.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:633byte
    • 提供者:liuhui
  1. plotyy

    0下载:
  2. MATLAB中使用plotyy命令,绘制二维函数曲线图。-Use the plotyy command MATLAB, drawing two-dimensional function curves.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:218.3kb
    • 提供者:liuhui
  1. Gabor_2

    0下载:
  2. garbor滤波 进行特征提取 readme包含运行指令过程-garbor filtering feature extraction readme contains the operation command procedure
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:249.59kb
    • 提供者:李聪
  1. compression

    0下载:
  2. Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR:
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:9.34kb
    • 提供者:keyvan
« 12 »
搜珍网 www.dssz.com