CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 控制点

搜索资源列表

  1. quxianbainji

    0下载:
  2. 使用了2种方法实现的曲线编辑器,包括控制点的-Used two methods to achieve a graph editor, including control point
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-10
    • 文件大小:17272057
    • 提供者:wumiao
  1. spline

    0下载:
  2. 该资源包括两个压缩文件,一个是由mfc生成dialog,然后通过鼠标拾取样条曲线的编辑点,该例程从网上下载的,在此对原作者表示感谢;还有一个是根据上面的例子,由事先确定的点,计算出插值点,通过opengl绘图,显示插值效果,例子比较简单,有很多函数未用到,没有加限制条件,改变控制点时,不能超过(0,0),(2,2)。-The resources include two compressed files, a dialog is generated by the mfc spline curve
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-20
    • 文件大小:51688
    • 提供者:pei
  1. sandianqianfangjiaohui

    0下载:
  2. 利用三个已知控制点完成前方交会,基于matlab语言实现了编程计算-The completion of the three known control points forward intersection based on Matlab language programming calculation
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:9771
    • 提供者:wubotao
  1. shubiaotuozhuai

    0下载:
  2. 鼠标加控制点改变曲线形状 OPENCV MFC VC6.0 -Mouse, add control points to change the shape of the curve
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:148831
    • 提供者:李恬恬
  1. b-spline3daedit

    1下载:
  2. VC6+OpenGL实现可编辑的B样条曲面,可用鼠标右键拖拽旋转图形,用左键选择控制点,并拖拽坐标轴沿不同方向移动控制点修改图形。 该程序为成都理工大学软件工程系图形学教学综合应用实例程序,实现了一个可以交互编辑的B样条曲面,综合应用了鼠标追踪球旋转、B样条曲面、OpenGL光照、材质、拾取等三维交互编辑技术-VC6+OpenGL Editable B Spline. You can drag mouse right button to rotate the B Spline surfac
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:1275400
    • 提供者:徐林
  1. before-and-after-the-fair

    0下载:
  2. 实现摄影测量后方交会的计算程序,运用地面控制点,与影响坐标进行计算-Photogrammetry Resection calculation procedures, the use of ground control points, and the impact coordinates calculated
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:77349
    • 提供者:wang
  1. Catmull-Clark-

    1下载:
  2. 设P(m,n)是初始控制点列,即原曲面的点(m行n列)。Q(m,n)是一次细分后得到的曲面的控制节点。 此函数采用Catmull-Clark细分曲面算法,对双三次B样条曲面细分,即m=n=4。 利用我们在13章第四节学过的知识,有公式MQM =SMPM S ,其中M,S可由课件知 构造初始控制点列(p1,p2),其中p1是P的行坐标,p2是P的列坐标 -Let P (m, n) is the initial control point of the column, i.e. th
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:8867
    • 提供者:户蕾蕾
  1. RRT-path-panning-algorithm

    0下载:
  2. 本文以自主驾驶车辆为实际应用背景.提出了一种改进的RRT(快速随机搜索树)路径规划算法.该路 径规划算法将非完整性约束条件与双向多步扩展RRT搜索算法相结合,在提高搜索效率的同时保证了规划路径的可 行性.同时将路径点作为B样条基函数的控制点,用三次B样条函数来拟合控制点生成平滑可跟踪的路径.通过在平 面障碍物环境下实验,验证了该算法的有效性.-AimingattheapplicationofALV(automaticlandvehicle),animprovedRRT(Rapidly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-05
    • 文件大小:280094
    • 提供者:陈小潘
  1. konhjianhoufangjiaohui

    0下载:
  2. 空间后方交会的简单程序,利用四对控制点坐标求解一张相片的外方位元素-The space resection simple program using four pairs of control point coordinates for solving a photo of exterior orientation elements
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:337101
    • 提供者:黎明
  1. myfirst

    0下载:
  2. 实现了画线画橡皮线画圆画曲线,根据脸部控制点取点后绘制-Drawing a line drawing the rubber line circle draw curve, according to the facial control point take point after draw
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-19
    • 文件大小:482894
    • 提供者:agai
  1. Bezier

    0下载:
  2. 实现贝赛尔曲线算法, 可手动增加或删除控制点, 可拖动控制点实时改变曲线.-Bezier curve algorithm, you can manually increase or delete control points can be changed in real time curve by dragging the control points.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:29850
    • 提供者:chern
  1. SplineTester

    0下载:
  2. 根据鼠标点生成样条曲线,并支持移动控制点-Spline curve is generated according to the click of the mouse, and support the move control points
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:34703
    • 提供者:zht
  1. DrawQPath

    0下载:
  2. android 上绘制贝尔曲线,以点击屏幕点作为结束点,取结束的一半作为控制点-android,Drawing on the Baer curve, to tap the screen as the end point, take over half as control points
  3. 所属分类:Games

    • 发布日期:2017-11-15
    • 文件大小:48618
    • 提供者:林震要
  1. bezier3

    1下载:
  2. 简单的bezier贝塞尔曲面的绘制,利用的是OpenGL中二维求值器的方法,其基本思想是在控制点之间,进行细小的分割,利用多个小三角形模拟二维曲面,所以需要进行x和y方向上的分割 -A simple bezier Bezier drawing using OpenGL 2D evaluator, the basic idea is to simulate the two-dimensional surfaces, the use of multiple small triangle sma
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:1289
    • 提供者:杨欢
  1. Housing-Fair-monolithic-space

    0下载:
  2. 航空影像单像空间后方交会是利用影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像点坐标,根据共线方程,在最小二乘法的原则下,计算航空影像的外方位元素。 本文采用VS2008.NET 编译平台和C#语言编写了单像空间后方交会的参数计算程序。利用相关文献中的实验数据与结果,证明本程序运行良好,参数解算精确,可以满足工程项目要求。 关键词:摄影测量与遥感;外方位元素;共线方程;最小二乘原则;空间后方交会;-Aviation image space resection alone is the u
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:14971
    • 提供者:林凯
  1. space-resection

    0下载:
  2. 空间后方交会的源码,基于VC6.0实现;根据影像坐标和对应的地面控制点坐标,求出外方位元素,并给出求解的相应精度-the source code of space resection based on VC6.0 based on some image coordinates and their corresponding control points, compute the elements of exterior orientation and evaluate the accurac
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:225669
    • 提供者:M ROCK
  1. B

    0下载:
  2. 通过qt,绘制bezier曲线,曲线的控制点可以随意的拖动。-Through the QT, Bezier curve, control point of the curve can drag.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:1157535
    • 提供者:刘晨
  1. BSplines

    0下载:
  2. 鼠标设置控制点,绘制B样条函数,绘制每个点的垂线段-Mouse set control points, draw B-spline function, draw each point perpendicular
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-20
    • 文件大小:3151985
    • 提供者:niuniu
  1. NURBSsurface

    0下载:
  2. 绘制nurbs图形的经典程序。可查看控制点-Draw the nurbs graphics classic program. Can view the control point
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-17
    • 文件大小:62406
    • 提供者:陈智
  1. BSpline

    0下载:
  2. B样条曲线插值和生成程序,通过有限个控制点和曲线表达式来完成。-To generate B-spline curves via several input control points.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:6140
    • 提供者:Jing Li
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 24 »
搜珍网 www.dssz.com