CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 空间平面

搜索资源列表

  1. Photogrammetry-

    0下载:
  2. 摄影测量坐标系转换,像平面坐标与像空间辅助坐标的转换-The conversion of the coordinate system of photogrammetry, such as plane coordinate and image space coordinates
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:54960
    • 提供者:林甄
  1. tuxiangbianhuan

    0下载:
  2. 三维空间平面拟合,拟合后平面的旋转与空间变换。空间投影。-Three dimensional space plane fitting, the rotation of the plane and the space transformation. Spatial projection.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:13414
    • 提供者:老赵
  1. workspace_Dot

    0下载:
  2. 采用for循环求解机器人工作空间点云图,并投影到XY/YZ/XZ等平面。-For cycle was used to solve the robot working space point cloud, and projected onto the XY/YZ/XZ plane.
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4434851
    • 提供者:悠悠
  1. 20090322

    0下载:
  2. 一、算法伪码: 1、初始化: 1.1每一个空间的点映射到二维窗格,每个空间的点分配唯一的二维窗格坐标。一个窗格只能有一个点。 1.2为每一只蚂蚁在二维窗格分配唯一的地址 (第一步需要注意的是:空间上点的位置和平面窗格上点的位置完全是两回事,空间上两个点的位置来计算两点之间的距离;而平面上点的位置,主要是用来确定半径为S的区域内的点,计算两个点的空间距离,进而计算群体相似度,最后通过群体相似度来计算拾起或者放下的概率) 2、迭代tmax次 3、所有的蚂蚁运动一次
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:334052
    • 提供者:chensumin
  1. Spatial-filtering

    1下载:
  2. 空间滤波。阿贝二次成像理论和阿贝-波特实验。阿贝讲显微镜成像过程分为两个过程,平面光照射物体夫琅禾费衍射成像。被透镜手机的衍射次级平面光波在像平面上相干形成物体的像。-Spatial filtering.Abbe secondary imaging theory and abbe potter experiment.Abbe microscope imaging process was divided into two processes, flat light objects, post fo
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:68732
    • 提供者:huyidu
  1. faotan_v62

    0下载:
  2. 利用最小二乘算法实现对三维平面的拟合,供做算法研究人员参考,信号处理中的旋转不变子空间法。- Least-squares algorithm to fit a three-dimensional plane, Algorithm for researchers to do reference, Signal Processing ESPRIT method.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5924
    • 提供者:fanmiu
  1. propagation

    1下载:
  2. 电磁场与电磁波中: 最重要的概念之一,均匀平面电磁波。 本程序主要通过仿真动态显示均匀平面电磁波中,磁场 Hz 的波阵面在自由空间(理想介质)中的传播。-Electromagnetic fields and electromagnetic waves: one of the most important concepts, uniform plane electromagnetic waves. This procedure mainly through dynamic simulati
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1482
    • 提供者:林池
  1. my_mag

    0下载:
  2. 仿真一维均匀平面电磁波在自由空间(理想介质)中的传播; 假设传播方向沿 +x 轴,即均匀平面电磁波的波阵面与yOz平面平行。-Simulation of one-dimensional uniform plane wave propagation in free space (over medium) in assume that the propagation direction of the axis+x that uniform wavefront yOz plane paral
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1375
    • 提供者:林池
  1. DrawAHBezierCurve

    0下载:
  2. 绘制AH-Bezier曲线的matlab程序,不同于传统的Bezier曲线,AH-Bezier曲线包含代数和双曲多项式,能不用有理形式精确表示双曲线段。压缩包中,DrawAHBezierCurve.m文件可运行,其中可以设置控制顶点和形状因子,可以更改曲线的颜色。程序对任意阶的平面和空间AH-Bezier曲线均适用。-Draw AH-Bezier curve matlab procedures, different the traditional Bezier curves, AH-Bezie
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1603
    • 提供者:
  1. DrawCBezierCurve

    0下载:
  2. 绘制C-Bezier曲线的matlab程序,不同于传统的Bezier曲线,C-Bezier曲线包含代数和三角多项式,能不用有理形式精确表示椭圆弧。压缩包中,DrawCBezierCurve.m文件可运行,其中可以设置控制顶点和形状因子,可以更改曲线的颜色。程序对任意阶的平面和空间C-Bezier曲线均适用。-Draw C-Bezier curve matlab procedures, different the traditional Bezier curve, C-Bezier curves
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:
  1. DrawHBezierCurve

    0下载:
  2. 绘制H-Bezier曲线的matlab程序,不同于传统的Bezier曲线,H-Bezier曲线仅含纯双曲多项式,压缩包中,DrawHBezierCurve.m文件可运行,其中可以设置控制顶点和形状因子,可以更改曲线的颜色。程序对任意阶的平面和空间H-Bezier曲线均适用。-Draw H-Bezier curve matlab procedures, different the traditional Bezier curve, H-Bezier polynomial hyperbolic c
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1523
    • 提供者:
  1. DrawPBezierCurve

    0下载:
  2. 绘制P-Bezier曲线的matlab程序,不同于传统的Bezier曲线,P-Bezier曲线由三角多项式定义。压缩包中,DrawPBezierCurve.m文件可运行,其中可以设置控制顶点和形状因子,可以更改曲线的颜色。程序对任意阶的平面和空间P-Bezier曲线均适用。-Draw P-Bezier curve matlab procedures, different the traditional Bezier curve, P-Bezier polynomial curve define
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1529
    • 提供者:
  1. fig_XY

    0下载:
  2. 利用声线法对有限空间声场仿真,并对XY平面声压进行渲染-Line method using acoustic sound field simulation of the limited space, and the XY plane render sound pressure
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:867
    • 提供者:qwe
  1. LightFields-master

    1下载:
  2. 对光场相机成像过程及空间域重对焦的仿真,来自MIT,输入图像即可得到光场图像,改变聚焦参数可得到不同对焦平面上的图像-Light field image processing and refocusing
  3. 所属分类:matlab

    • 发布日期:2017-06-16
    • 文件大小:24098708
    • 提供者:panhui
  1. woptics.fresnel_equations

    1下载:
  2. comsol仿真平面电磁波在自由空间传播入射一个角度 在无限电介质。该模型计算的反射和 透射系数,并比较结果到菲涅耳方程。-A plane electromagnetic wave propagating through free space is incident at an angle upon an infinite dielectric medium. This model computes the reflection and transmission coeffici
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5042473
    • 提供者:sunbo
  1. chap2

    0下载:
  2. 平面参数插值曲线,空间参数多项式插值曲线和参数多项式差值曲面演示-CAD curve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-06
    • 文件大小:699708
    • 提供者:莫为
  1. hingyei

    0下载:
  2. 利用最小二乘算法实现对三维平面的拟合,空间目标识别,采用PM算法,DSmT证据推理的组合公式计算函数。- Least-squares algorithm to fit a three-dimensional plane, Space target recognition algorithm using PM, Combination formula DSmT evidence reasoning calculation function.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:7871
    • 提供者:雷永国
  1. KONGJIAN12

    0下载:
  2. 平面五杆机构运动空间,用于探讨平面五杆机构的运动空间,获得合理的运动范围-Flat five bodies moving space for the movement to explore space plane five institutions to obtain a reasonable range of motion
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:569
    • 提供者:正午
  1. local-best-fit-flats-clustering

    0下载:
  2. 可实现局部最优近似平面数据聚类,该聚类方法是一种常用的子空间聚类方法,文章作者没有给出相应的源码,这里提供给大家。经过测试可以实现数据聚类,但是对人脸数据集extended yale B效果不理想。参考文献:Teng Zhang, Arthur Szlam, Yi Wang, et al. Hybrid linear modeling via local best-fit flats [J]. International Journal of Computer Vision, 2012, 100
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2212
    • 提供者:宋昱
  1. workspace-(2)

    0下载:
  2. 3-RRR平面并联机器人工作空间,主程序为workspace_main.m文件,运行即可,同时还包含一个3-RPS的工作空间-The workspace of 3-RRR
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6818
    • 提供者:余天
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com