登录
首页 » Java » ij-ridgedetection-master

ij-ridgedetection-master

于 2019-03-08 发布
0 267
下载积分: 1 下载次数: 3

代码说明:

说明:  提取亚像素精度的中心线的线检测算法,适用于线结构光的中心提取(Line detection algorithm for extracting sub-pixel centerline is suitable for extracting the centerline of line structured light.)

文件列表:

ij-ridgedetection-master\.gitignore, 77 , 2017-10-26
ij-ridgedetection-master\.travis\build.sh, 121 , 2017-10-26
ij-ridgedetection-master\.travis\signingkey.asc.enc, 9632 , 2017-10-26
ij-ridgedetection-master\.travis.yml, 2972 , 2017-10-26
ij-ridgedetection-master\LICENSE.txt, 17987 , 2017-10-26
ij-ridgedetection-master\pom.xml, 3035 , 2017-10-26
ij-ridgedetection-master\README.md, 384 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\AbstractOverlapResolver.java, 1621 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Chord.java, 1255 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Convol.java, 10056 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Correct.java, 77024 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Correction.java, 2377 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Crossref.java, 2006 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\GenericDialogPlus.java, 17278 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Junction.java, 2595 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Junctions.java, 1507 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Line.java, 6492 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\LineDetector.java, 28569 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Lines.java, 1766 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\LinesUtil.java, 5695 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Lines_.java, 27140 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Link.java, 41226 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Normal.java, 5462 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Offset.java, 1078 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Options.java, 6397 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\OverlapOption.java, 1183 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\OverlapResolver.java, 1734 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Position.java, 10560 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Region.java, 1146 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\ResetToDefaultListener.java, 4208 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\SlopeOverlapResolver.java, 32133 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Threshold.java, 2844 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger\Width.java, 18039 , 2017-10-26
ij-ridgedetection-master\src\main\resources\plugins.config, 146 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij\steger, 0 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging\ij, 0 , 2017-10-26
ij-ridgedetection-master\src\main\java\de\biomedical_imaging, 0 , 2017-10-26
ij-ridgedetection-master\src\main\java\de, 0 , 2017-10-26
ij-ridgedetection-master\src\main\java, 0 , 2017-10-26
ij-ridgedetection-master\src\main\resources, 0 , 2017-10-26
ij-ridgedetection-master\src\main, 0 , 2017-10-26
ij-ridgedetection-master\.travis, 0 , 2017-10-26
ij-ridgedetection-master\src, 0 , 2017-10-26
ij-ridgedetection-master, 0 , 2017-10-26

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

发表评论

0 个回复

  • Marching-Cubesof-MC-algorithm
    原创基于c++语言编程实现了MC算法在三维图像处理中的应用,以及有许多二维图像到三维图像表面的重建过程算法。通过VC2008,编译已通过。(I have realized MC algorithm about the application of processing 3-D image based on C++ language also realised the technology on image surface reconstruction from 2-D to 3-D image.They are all compiled successfully using VS2008)
    2012-05-04 22:32:57下载
    积分:1
  • 基于蚁群算法的边缘检测
    基于蚁群算法的图像边缘检测,亲测可用,包含四种图像。(Ant colony algorithm based image edge detection, pro test available.It contains four kinds of images.)
    2018-05-14 17:05:25下载
    积分:1
  • PS
    说明:  可以读取输出浮点型、整型、复数型影像,对于遥感专业的所有影像读入输出MATLAB中有很大帮助。采用振幅离差阈值提取PS点(Can read floating-point, integer, and complex type of image, for all remote sensing professional images into the MATLAB will be very helpful)
    2017-09-19 19:33:44下载
    积分:1
  • Image Classification Based on Neural Network
    运用matlab在遥感图象上运用神经网络方法进行图像分类(Using matlab to classify remote sensing images using neural network method)
    2019-05-03 21:39:27下载
    积分:1
  • 基于稀疏表达的多源数据融合spatiotemporal
    说明:  基于稀疏表达的多源图像数据融合,遥感图像融合(Multi-source image data fusion based on sparse expression, remote sensing image fusion)
    2020-07-13 16:48:52下载
    积分:1
  • ImagefusionPCAandIHS
    给出了图像融合中三种经典的融合算法:加权融合、PCA融合和IHS融合。程序中有比较详细的说明,特别适合初学图像融合者使用(Image fusion are given the convergence of three classical algorithms: weighted fusion, PCA fusion and IHS fusion. Procedures are a more detailed explanation, especially for beginners to use the image fusion)
    2009-10-07 20:53:56下载
    积分:1
  • wenlichengxu
    有关纹理的图像检索算法,利用双树复小波提取图像的纹理特征(Texture image retrieval algorithm using tree complex wavelet extraction image texture features)
    2020-10-28 14:59:58下载
    积分:1
  • gaijin_hessian
    一种改进后的海森矩阵算法代码,针对医学图像处理效果比较好,可以识别较细的血管。(An improved Hessian matrix algorithm code, medical image processing effects for better, you can identify smaller vessels.)
    2015-12-16 22:28:43下载
    积分:1
  • narrowband
    说明:  水平集图像分割方法中的窄带技术的MATLAB代码实现(Level set image segmentation methods narrowband technology MATLAB code)
    2008-10-02 10:04:49下载
    积分:1
  • yanseshiqu
    说明:  用delphi编程实现图像的颜色拾取,这是一个很好的图像处理程序(Delphi programming with the color of the image pick-up, this is a very good image processing program)
    2011-04-01 20:02:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载