登录
首页 » matlab » Tensor-Voting

Tensor-Voting

于 2011-11-03 发布 文件大小:19KB
0 256
下载积分: 1 下载次数: 218

代码说明:

  张量投票算法,对连接断裂的线段有很好的效果(Tensor Voting)

文件列表:

1122.fig,9918,2011-10-19
calc_ortho_extreme.m,1095,2011-06-14
calc_refined_field.m,513,2011-10-11
calc_sparse_field.m,225,2011-10-11
calc_vote_ball.m,1876,2011-06-14
calc_vote_stick.m,2724,2011-06-14
convert_tensor_ev.m,1387,2011-06-14
create_ball_tensorfield.m,580,2011-10-11
create_cached_vf.m,316,2011-06-14
create_stick_tensorfield.m,2929,2011-10-13
demo.m,752,2011-06-14
encode.m,581,2011-06-14
find_features.m,1246,2011-10-10
ft.m,303,2011-06-14
read_dot_edge_file.m,961,2011-06-14
remove.m,667,2011-06-14
show_tensorfield.m,436,2011-06-14
TC.m,274,2011-06-14

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

发表评论

0 个回复

  • singalframenuc
    通过统计直方图并作相应的处理完成了红外图像非均匀性校正,特别是针对红外图像中常见的条纹非均匀性(Through statistical histogram and processed accordingly infrared image non-uniformity correction, especially for the common striped infrared image non-uniformity)
    2021-02-10 16:29:52下载
    积分:1
  • 校正
    说明:  toolbox_calib图像畸变矫正工具箱(Image distortion correction toolbox)
    2020-04-24 18:33:50下载
    积分:1
  • 77239991phd_TBD
    检测前跟踪,使用phd方法,phd实现是检测前跟踪是最新技术,可以提高跟踪性能(Detected before tracking method using phd, phd implementation is detected before tracking is the latest technology that can improve the tracking performance)
    2014-04-25 20:28:40下载
    积分:1
  • 之运动目标检测
    说明:  基于matlab实现对将视频以帧为单位截取为图片,用背景差分法进行比对,实现对运动目标的检测。含代码,运算结果。(Based on MATLAB, the video is captured as a picture by frame, and compared with the background difference method to achieve the detection of moving objects. Including code and operation result.)
    2021-03-21 17:39:17下载
    积分:1
  • CGAL-4.5
    CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和三维的点,2D加权Voronoi图,分割Voronoi图等),多边形(布尔操作,偏置),多面体(布尔运算),曲线整理及其应用,网格生成(二维Delaunay网格生成和三维表面和体积网格生成等),几何处理(表面网格简化,细分和参数化等),凸壳算法(2D,3D和dD),搜索结构(近邻搜索,kd树等),插值,形状分析,拟合,距离等。(The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... More on the projects using CGAL web page. The Computational Geometry Algorithms Library (CGAL), offers data structures and algorithms like triangulations (2D constrained triangulations, and Delaunay triangulations and periodic triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), polygons (Boolean operations, offsets, straight skeleton), polyhedra (Boolean operations), arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums), mesh generation (2D Del)
    2014-12-11 14:45:21下载
    积分:1
  • sift-0.9.0
    sift 图像特征提取算法源码,对研究sift算法很有帮助。(The source code of sift image feature extraction algorithm is very helpful to the research of sift algorithm.)
    2018-12-25 10:50:31下载
    积分:1
  • ImageMagick-6.8.6-7.tar
    ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
    2013-08-03 05:33:24下载
    积分:1
  • cvpr09-(matlab)
    何凯明的基于暗原色先验的去雾代码,去雾效果很好(Kaiming dark colors based on a priori defogging code defogging good effect)
    2016-02-13 15:14:54下载
    积分:1
  • SPIHT2
    根据paper思想,自己编写的SPIHT编解码。可以处理不同图像大小的小波系数,严格按照paper中的算法编写。细节见说明文档(under the paper thinking, their preparation SPIHT codec. Image can handle different sizes of the wavelet coefficients and strictly according to the paper prepared algorithm. For details, see the documentation)
    2007-04-18 11:41:46下载
    积分:1
  • 最小二乘法估计仿射矩阵
    目前MATLAB里边对于多点计算仿射矩阵普遍采用RANSAC法,但是比较麻烦计算量也相对较大,通过最小二乘法来进行仿射矩阵的估计能够大大提高该效率,所以奉上自己在实验室写的仿射矩阵估计函数,来弥补matlab函数库在这方面的不足。(The MATLAB inside for calculating affine matrix commonly used RANSAC method, but more trouble calculation is relatively large, estimated by the least squares method to the affine matrix can greatly improve the efficiency, so give yourself in laboratory to write the estimated affine matrix function, to compensate for the lack of MATLAB Library in this area.)
    2018-02-01 17:11:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载