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

搜索资源列表

  1. NewBezierLine

    0下载:
  2. 三次Bezier图象的生成,用TC可以打开实现-cubic Bezier image generation, TC can be used to achieve open
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3.59kb
    • 提供者:lins
  1. CubicSplineAndBezier

    0下载:
  2. 三次样条插值和贝塞尔曲线 主要是对图象做插值-Cubic spline interpolation and Bezier curves are mainly made of image interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.71mb
    • 提供者:Lucx
  1. 20040602vcbezier

    0下载:
  2. bezier曲线的代码.c基础图象编程-bezier curves of the code. C programming based Image
  3. 所属分类:Graph program

    • 发布日期:2017-11-23
    • 文件大小:1.26kb
    • 提供者:傅荇之
  1. BezierCurves_dshbds

    0下载:
  2. Bezier curves are the most fundamental curves, used generally in computer graphics and image processing. These curves are mainly used in interpolation, approximation, curve fitting, and object representation. In this article, I will demonstrate, in a
  3. 所属分类:Graph program

    • 发布日期:2017-04-26
    • 文件大小:33.85kb
    • 提供者:srhg
  1. draw

    0下载:
  2. 绘制B样条曲线,bezier曲线,区域填充等图像-Draw B-spline curves, bezier curves, area fills and other image
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:213.9kb
    • 提供者:王超
  1. VC-draw-toolbox

    1下载:
  2. 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2.27mb
    • 提供者:penggy
  1. Emotion-Det

    0下载:
  2. This code detect face emotion from image. First, it takes an image, then detect the face using skin color segmentation.. Then it separates the eyes & lip from the face. Then it draws bezier curve for eyes & lips and compares them that are stored in t
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.67mb
    • 提供者:ANCAR
  1. bezier

    0下载:
  2. 图像平移的程序,很好用的 ,我验证没有问题的,可以放心使用-Image translation program, well, I verified there is no problem, you can rest assured that use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:569byte
    • 提供者:丁岩
  1. opencv1.0PVC6.0

    0下载:
  2. 包括图像打开,边缘检测,人脸识别,图片缩放,贝塞尔曲线等例子,全部调试通过,非常适合初学者学习。-Including open image, edge detection, face recognition, image scaling, Bezier curves, and other examples, all through debugging, very suitable for beginners to learn.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:62.38kb
    • 提供者:sun1989
  1. BSpline

    0下载:
  2. MFC程序包含绘制直线、圆、Bezier曲线、B样条曲线四种绘制类型,能够动态修改曲线控制顶点,从而改变曲线形状。能够绘制相应的伯恩斯坦基函数图象。-The MFC program includes draw straight lines, circles, Bezier curves, B-spline curve four draw type, able to dynamically modify the curve control points, thus changing the sha
  3. 所属分类:CAD

    • 发布日期:2017-11-14
    • 文件大小:16.76mb
    • 提供者:ss
  1. Bezier

    0下载:
  2. 对于离散点的基于贝塞尔算法的曲线拟合的可视化实现。 bezier_curve是具体算法实现。 glwidget为基于Qt的图像的绘制。-Visualization of discrete points of curve fitting based on the Bezier algorithm implementation. bezier_curve specific algorithm. glwidget is based on Qt' s drawing of the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:58.24kb
    • 提供者:hpudn67
  1. Bezier

    0下载:
  2. 图形学的基础问题,画出了三次bezier曲线,有助于理解理论,有图像输出。-Basic problems graphics, draw three bezier curves, helps to understand the theory, there is the image output.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.33mb
    • 提供者:李娜
  1. Graphics-comprehensive-experiment

    0下载:
  2. 1.1实现绘制Bresenham直线 运用Bresenham算法,通过点绘制实现直线。 1.2实现种子填充算法 运用4连通种子填充算法,实现填充矩形的颜色填充和矩形框内的颜色填充。 1.3实现几何变换 运用glRotated、glTranslated、glScaled实现几何图像的旋转、平移、放大、缩小。 1.4实现窗口裁剪 通过Cohen_Sutherland、Sutherland_Hodgman实现线段裁剪和多边形裁剪。 1.5实现绘制曲线 通过Bezie
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:251.18kb
    • 提供者:林伟鸿
  1. 酒杯

    0下载:
  2. mfc 图形图像制作 双三次bezier曲面片制作(MFC graphic image making)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-05
    • 文件大小:32.15mb
    • 提供者:刘璞
搜珍网 www.dssz.com