登录
首页 » matlab » RingCorrection

RingCorrection

于 2020-12-12 发布 文件大小:559KB
0 206
下载积分: 1 下载次数: 23

代码说明:

  该Matlab程序能够去除CT扫描得到的图像的环形伪影(The Matlab program is capable of removing ring artifacts from images obtained by CT scans)

文件列表:

RingCorrection
RingCorrection\autolim.m
RingCorrection\autothresh.m
RingCorrection\CenterDetermination.m
RingCorrection\CenterDetermination.prj
RingCorrection\centerofmass.m
RingCorrection\circledraw.m
RingCorrection\CircularHough_Grd.m
RingCorrection\consolidator.m
RingCorrection\consolidator13.m
RingCorrection\Contents.m
RingCorrection\depsupport.m
RingCorrection\dj_remove_rings_v2.m
RingCorrection\dj_remove_rings_v3.m
RingCorrection\flatfield.m
RingCorrection\frelon4m_mask.m
RingCorrection\frelon_correct.m
RingCorrection\Gaussian2D.m
RingCorrection\gtPlaceSubImage.m
RingCorrection\headerstring.m
RingCorrection\histogram2.m
RingCorrection\information.m
RingCorrection\inputwdefaultnumeric.m
RingCorrection\invpolar2.m
RingCorrection\invpyramid_transform.m
RingCorrection\kill_rings_V8.m
RingCorrection\kill_rings_V8fits.m
RingCorrection\kill_rings_V8_paralle.m
RingCorrection\latefocus.m
RingCorrection\LICENSE
RingCorrection\meshread.m
RingCorrection\meshview.m
RingCorrection\mesh_example.spec
RingCorrection\modify_stitching.m
RingCorrection\padim.m
RingCorrection\parse_pv_pairs.m
RingCorrection\pathdef.m
RingCorrection\pfGetHSTFilenames.m
RingCorrection\pfHSTDecideFiletype.m
RingCorrection\pfSetColourLimits.m
RingCorrection\pfXMLSetup.m
RingCorrection\polartrans.m
RingCorrection\presegmentation.m
RingCorrection\pyramid_transform.m
RingCorrection\query_xml.m
RingCorrection\query_xml_usesjava.m
RingCorrection\remove_rings.m
RingCorrection\rename2HST.m
RingCorrection\ringcorrector.m
RingCorrection\ringexample_corr.edf
RingCorrection\ring_direction.m
RingCorrection\roi_read.m
RingCorrection\run_test.m
RingCorrection\sequence_clean.m
RingCorrection\sequence_downsample.m
RingCorrection\sequence_flatfield.m
RingCorrection\sequence_flipx.m
RingCorrection\sequence_median_refs.m
RingCorrection\sequence_remove_rings.m
RingCorrection\sequence_rename.m
RingCorrection\show.m
RingCorrection\show2.m
RingCorrection\spikes.m
RingCorrection\stretchlim2.m
RingCorrection\testedfread.m
RingCorrection\thresh_tool.m
RingCorrection\tiffread2.m
RingCorrection\untitled.m
RingCorrection\utilExtractFilenameParts.m
RingCorrection\utilGetOnlyPath.m
RingCorrection\utilStripExtensionandFormat.m
RingCorrection\utilStripPath.m
RingCorrection\vertical_artefacts.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GN(genesis)
    大名鼎鼎的GN:genesis的相关开发资料 做液晶电视,以及OSD字符叠加以及高级视频控制的朋友可以来看看,这些资料可是要和GN签订保密协议才会给的!(Famous GN: genesis of the relevant information to do the development of LCD TV, as well as the OSD characters, as well as advanced video overlay control friends can look at it, but such information should be entered into confidentiality agreements and GN will give!)
    2020-12-21 13:39:07下载
    积分:1
  • facedetect
    人脸检测,是采用国外的一个论文中的算法实现,如果想要论文,请发信给我(face detecting)
    2009-04-20 15:59:30下载
    积分:1
  • CVPR12_SAS_code
    2012 CVPR 文章:Segmentation Using Superpixels A Bipartite Graph Partitioning Approach对应的代码(2012 CVPR paper:Segmentation Using Superpixels A Bipartite Graph Partitioning Approach)
    2013-05-15 20:07:16下载
    积分:1
  • water
    数字图像处理之分水岭图像分割法matlab实现源码(Digital image processing of watershed image segmentation method to achieve source matlab)
    2008-06-18 11:55:47下载
    积分:1
  • SAR原始数据及其RD成算法 raw
    SAR原始数据及其RD成像算法MATLAB程序,SAR原始数据及其RD成像算法MATLAB程序(SAR raw data and its RD imaging algorithm MATLAB, SAR raw data and its RD imaging algorithm MATLAB )
    2020-11-13 23:29:42下载
    积分:1
  • GSO-matlab
    萤火虫算法 GSO算法用matlab编程实现(Firefly algorithm GSO algorithm using matlab programming)
    2013-09-02 15:37:36下载
    积分:1
  • threshold-roc
    一些基本的图像处理算法的matlab实现,包括边缘提取和roc分析等(some basic image processing algorithms to achieve Matlab, including edge detection and analysis roc)
    2006-12-27 10:59:08下载
    积分:1
  • SURF-based-image-stitching
    SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。 (SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching. This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching. )
    2014-08-30 15:12:42下载
    积分:1
  • hyperPpi
    用于高光谱图像处理的端元提取,PPI方法能有效提取端元光谱。(HYPERPPI Performs the pixel purity index (PPI) algorithm Performs the pixel purity index algorithm for endmember finding.)
    2021-04-19 20:18:51下载
    积分:1
  • gudao
    单相光伏发电并网系统在孤岛运行时的simulink仿真(Islanding operation simulation)
    2012-05-03 09:33:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载