搜索资源列表

  1. Shear-Warp

    0下载:
  2. 医学图像体绘制重建方法有Shear—warp,Splatting和Raycasting算法。.Shear.warp 算法是目前前最快的体绘制方法,本文介绍了其实现原理及方法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:119668
    • 提供者:刘刚
  1. 图像的缩放和扭曲

    0下载:
  2. 图像的缩放与扭曲:包括将图像按照任意程度缩放(Scale),以及将图像进行按某个轴对称方向进行扭曲(Warp)。-image scaling and distortion include : image with arbitrary degree of scalability (Scale). and to a certain image by axisymmetric distorted direction (Warp).
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:2515968
    • 提供者:李向
  1. warp

    1下载:
  2. 图像扭曲抖动的一个例子,能实现三种插值方法-distorted image of a jitter example, to achieve three interpolation methods
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:184320
    • 提供者:无危
  1. VolPackWin

    0下载:
  2. a visulization program using shear-warp alogrithm-a visulization program using shear-a warp logrithm
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:926720
    • 提供者:ttli
  1. imageWarp

    0下载:
  2. 用VTK与C++实现读入一张平面的图片,根据其颜色,把它Warp,实现立方体效果。-with VTK and C Reading achieve a plane into the picture, according to its color, it Warp. Cube achieve results.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:65536
    • 提供者:武一
  1. Shear-Warp

    0下载:
  2. 医学图像体绘制重建方法有Shear—warp,Splatting和Raycasting算法。.Shear.warp 算法是目前前最快的体绘制方法,本文介绍了其实现原理及方法-Medical Image Volume Rendering reconstruction methods have Shear-warp, Splatting and Raycasting algorithm. . Shear. pre-warp algorith
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-21
    • 文件大小:119808
    • 提供者:刘刚
  1. vvis-0.2.tar

    0下载:
  2. vvis a volume rendering program providing several display algorithms like the texture method, shear-warp, and raycasting.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:3229696
    • 提供者:mhp
  1. facedetection

    0下载:
  2. 进行两个人脸之间的warp或morph等娱乐功能-Carried out between two people face warp or morph and other entertainment features
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:5169152
    • 提供者:杨勐
  1. CopyPathExt

    0下载:
  2. warp for windows path copy-warp for windows path
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:276480
    • 提供者:zpc
  1. thin_plate

    0下载:
  2. 薄板样条,一种很好的拟合曲线的方法。是最近比较常用的拟合方法。-thin plate spline is so nice fitting method. Features: (1) support arbitrary control points (2) allow regularization (3) estimate the warp parameters from corresponding pair
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:wangwei
  1. Homography

    0下载:
  2. 已知图象4点坐标和转换后图像相对应4点坐标, 利用openCV求出homograghy 3x3 矩阵, 然后输出变换后图像-There is an input image called "warpin". The goal is to warp this image so that the tiles are approximately square, that is the camera is rotated to look down
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:71680
    • 提供者:Ke Li
  1. lacroute

    0下载:
  2. shear-warp 体绘制算法的经典论文,是Laroute的博士论文,对算法进行了详细的推导和解释-shear-warp Volume Rendering,Laroute thesis
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1031168
    • 提供者:朱利
  1. speechdtwprotected

    0下载:
  2. dynamic time warp Matlab speech recognition source code DTW (dynamic time consolidation), the Speech Recognition Research counterparts can be downloaded
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:224256
    • 提供者:urs
  1. warping

    0下载:
  2. 给定两幅图像,人工指定四对点,程序会根据点对计算出两幅图像的变换对图像进行配准-warp image for registration
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:75776
    • 提供者:李桃
  1. 3d-restruction

    0下载:
  2. 目的 利用 CT、 MR等获得的图像 ,重构出器官、 骨骼或组织的三维形体 ,帮助医生诊断、 治疗或制订手术方案。方法hear2Warp 算法通过将三维数据场的投影分解为错切变换( shear ) 和变形变换(warp)两步来实现三维重建 ,显著减少了计算量。先对体数据进行错切变换 ,然后在错切空间根据阈值法获取三维表面 ,根据光照模型得到三维表面的亮度 ,最后通过变形变换得到最终的结果图像。-The purpose of the us
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:301056
    • 提供者:liaozw
  1. viewer3d_version9a

    0下载:
  2. This function(s) can be used to interactively view any kind of 3D image volumes like CT and MRI, and for distance measurements or ROI selection in 2D slices. It includes Maximum intensity projections (MIP), Volume R
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:870400
    • 提供者:Colin.hit
  1. warpsimulation

    0下载:
  2. 经编线圈的模拟,利用NURBS曲线来描绘经编线圈的模型-simulation of warp loop
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:allen
  1. image-mosaic-and-warp

    0下载:
  2. 此文件包是自动实习图像配准的matlab源码,同时可以显示图像翘曲和仿射的效果。-This training package is automatically matlab source code image registration, and can display images and affine warping effects.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:379904
    • 提供者:ao chen
  1. warping

    0下载:
  2. Title:polynomial warping.you can warp images.It has an atractive interface.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2129920
    • 提供者:Cristina
  1. warp-kmeans

    0下载:
  2. 传统的kmeans聚类算法不能保证时间序列聚类结果的时序性;基于warp-kmeans聚类算法可以有效处理时间序列的聚类问题,而且复杂度低,迭代次数少。 ,输出有目标函数在每次迭代后的值,聚类中心以及聚类区间。内有测试数据和相关文献,点击 test.m 可以完美运行(The traditional kmeans clustering algorithm can not guarantee the time series of the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:869376
    • 提供者:Galsang
« 12 3 4 5 6 »

源码中国 www.ymcn.org