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

搜索资源列表

  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:真实
  1. SooChow_2D

    0下载:
  2. 本程序实现的是二维图形的限定Delaunay的三角剖分,算法的主要思想是采用微分方程数值解法中的有限元方法对二值图像进行三角剖分,程序为二维图像重建提供一个有利的基础。-this program is limited to the two-dimensional graphics Delaunay triangulation. The main idea of this algorithm is the numerical solution of differential equations b
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:170.13kb
    • 提供者:wukongpei
  1. SheepLogan.rar

    0下载:
  2. 用于练习CT重建算法的MATLAB程序,使用著名的sheep logan模型,重建出模型中的图形,CT reconstruction algorithm for the practice of MATLAB, the use of well-known sheep logan model, the reconstruction of a graphical model
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:1.85kb
    • 提供者:Liu Jinglei
  1. bottle

    0下载:
  2. 实现光照重建算法,Matlab编写,相信对大家都很有用处-Illumination reconstruction algorithm implementation, I believe everyone has the usefulness of
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:435.43kb
    • 提供者:wangweiming
  1. KenDelaunay2D

    1下载:
  2. 1.高质量的笛氏三角网格化,为重建三维图形提供有力的帮助. 2.附件有原码和调用方法,Delaunay三角网格化已封装成一个类,用户只需要传入点坐标标就可以得到最优的三角形 3.这是我工作中用到的一个小算法,希望对你的工作有所帮助-KenDelaunay
  3. 所属分类:2D Graphic

    • 发布日期:2017-01-16
    • 文件大小:35.8kb
    • 提供者:
  1. fba

    0下载:
  2. 实现低频图像的重建,采用的fba算法实现2维图像重建,平台是基于matlab。-it will realize the reconstruction of 2D images.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:754byte
    • 提供者:吴丽
  1. IMG_Reconstruction

    0下载:
  2. 一种新的超分辨率图像重建算法 多任务学习 超分辨率图像重建-A new super-resolution image reconstruction algorithm for multi-task learning super-resolution image reconstruction
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:276.65kb
    • 提供者:jim
  1. bcs_vb

    0下载:
  2. 利用贝叶斯恢复算法,实现采样后的数据的高精度恢复重建-Bayesian restoration algorithm, the precision of the data to achieve sampling recovery and reconstruction
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:149.2kb
    • 提供者:苏凯
  1. image-reconstruction

    0下载:
  2. 图像重建中投影建模算法对二维图像进行投影值计算的程序-image reconstruction modeling algorithm for two-dimensional image projection value
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2.4kb
    • 提供者:4354
  1. reprojection

    1下载:
  2. 用matlab编写的图像投影及重建算法,是CT投影应用的简单程序-Image projection reconstruction algorithm using matlab, CT projection applications simple program
  3. 所属分类:2D Graphic

    • 发布日期:2015-07-25
    • 文件大小:1kb
    • 提供者:
  1. Image-test-on-2D-fbp-algorithm

    0下载:
  2. 这是一个基于扇形束反投影滤波重建的算法,可用于CT重建。-This is a backprojection filtering reconstruction algorithm, based on the fan-beam CT reconstruction can be used.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-14
    • 文件大小:385.89kb
    • 提供者:hxy
  1. IBP-algorithm

    2下载:
  2. 迭代反投影的高分辨率图像重建算法matlab代码-High-resolution iterative back-projection image reconstruction algorithm matlab code
  3. 所属分类:2D Graphic

    • 发布日期:2015-05-07
    • 文件大小:1kb
    • 提供者:谢寒
  1. fdk

    0下载:
  2. 医学图像三维重建算法中比较简单使用的fdk算程序,该程序使用S-L滤波函数-The use of relatively simple FDK program for calculation of 3D reconstruction of medical images, the program uses the S-L filter function
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:10.36kb
    • 提供者:王鹏
  1. BP

    0下载:
  2. 反投影算法,使用matlab编程,对图像进行高分辨率的重建算法-Back-projection algorithm using matlab programming, high-resolution image reconstruction algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:4.61mb
    • 提供者:wangxf
  1. FBP

    0下载:
  2. CT重建算法中解析算法FBP的代码,分为三个文件,分别为主文件fbp和辅助文件。-FBP algorithm code in CT image reconstruction
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:5.2kb
    • 提供者:唐江
  1. experiment

    0下载:
  2. 单幅影像超分辨率重建,采用插值算法,可运行出结果。
  3. 所属分类:2D图形编程

  1. Asd-pocs

    6下载:
  2. 一种稀疏角度下的重建算法,该算法是在matlab平台上实现的CT重建算法(A sparse angle reconstruction algorithm)
  3. 所属分类:2D图形编程

    • 发布日期:2018-04-19
    • 文件大小:4kb
    • 提供者:纳米人
  1. SANBAN

    3下载:
  2. 自己编写的散斑生成算法,对于三维重建有很大的帮助(the generation algorithm of the speckle image, which is helpful for the three dimensional reconstruction)
  3. 所属分类:2D图形编程

    • 发布日期:2020-12-14
    • 文件大小:533kb
    • 提供者:CNNCIRCLE
  1. bpf

    2下载:
  2. CT重建滤波反投影BPF算法,虽然可以用MATLAB直接实现,但原理需要写开代码才能看到。这个是一步一步写出的,但速度慢。(Although the back projection BPF algorithm of CT reconstruction filtering can be directly implemented by MATLAB, the principle needs to be written code to see. It's written step by step, b
  3. 所属分类:2D图形编程

    • 发布日期:2020-03-12
    • 文件大小:9.83mb
    • 提供者:刘觅
  1. FBP算法

    0下载:
  2. CT滤波反投影图像重建算法的反投影计算量问题
  3. 所属分类:2D图形编程

« 12 »
搜珍网 www.dssz.com