CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - curvature code

搜索资源列表

  1. localized_seg.zip

    0下载:
  2. 基于水平集的彩色图像分割matlab实现算法(包括源码、测试图像),Based on the level set for color image segmentation algorithm matlab (including source code, test images)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:99366
    • 提供者:mei hongyan
  1. Corner

    0下载:
  2. 一种带有自适应阈值和动态支持区域的CSS角点检测算法,其效果被认为优于目前所有的CSS角点检测算法和大多数的其他类型角点检测算法。-a curvature scale space corner detector with adaptive threshold and dynamic region of support, it is considered to be the one of the best corner detection algorithms.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-15
    • 文件大小:920470
    • 提供者:BileiZhu
  1. fast-corner-detect

    1下载:
  2. 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-02-17
    • 文件大小:2283301
    • 提供者:liqi
  1. Curvature

    3下载:
  2. 这是一个曲率算法实现工具,对图像处理有着重要的应用,并有测试代码-This is a curvature algorithm tool for image processing has important applications, and test code
  3. 所属分类:matlab

    • 发布日期:2017-02-10
    • 文件大小:3657
    • 提供者:wang yiren
  1. MCM

    2下载:
  2. 这是一个中值曲率驱动方程MCM滤波器关于有限差分方程的源代码-This is a value-driven equation curvature MCM filters on the finite difference equation source code
  3. 所属分类:matlab

    • 发布日期:2016-01-15
    • 文件大小:1239
    • 提供者:zhangyi
  1. Curvature

    0下载:
  2. This is to compute discrete curvature from STL (tesselated)3D model.
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:3131
    • 提供者:Subbu
  1. GETPoint

    1下载:
  2. 在各种图形中,通过提取点的凹凸部分来鉴别曲线的特征,本节代码利用曲率关系分别提取凹点的个数,判断曲线的弯曲-In a variety of graphics, through the extraction point to identify curves convex-concave part of the characteristics of the code used in this section were extracted from concave curvature of the r
  3. 所属分类:2D Graphic

    • 发布日期:2017-02-10
    • 文件大小:760206
    • 提供者:赵庆祥
  1. findkeypoint

    0下载:
  2. 摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。 -Abstract: The inflection point is a digital
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:180615
    • 提供者:changhe.cheng
  1. listcode

    1下载:
  2. 该代码是图像边缘检测中获得链码的代码,img代表输入图像,Array用来存储链码,x0y0是初始点的坐标,xy用来存储最终点的坐标,Ratio用来计算链码的曲率,代码中有注释相信大家可以看得懂,最近正在写关于相位编码的代码,如果有研究这方面东东的朋友可以多交流-The code is the image edge detection to obtain the chain code of the code, img representative of the input image, Array
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:4973
    • 提供者:zhenqingkai
  1. Project1

    0下载:
  2. 已知经纬度,算出球面距离,其中初始经纬度为角度数,若是弧度数,可将前几行代码注释掉,VS下运行通过,精确度以GPS数据有关,最大可精确至微米级-Known latitude and longitude, calculate the spherical distance, in which the number of initial longitude and latitude for the point of view, if the curvature of a few can be comm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:11883
    • 提供者:赵飞帆
  1. code

    0下载:
  2. 基于boundar边界提取轮廓,采用曲率算法确定可能为指尖或者指根点的区域,采用该程序确定指尖指根区域。-Contour extraction based on boundar border, using the curvature method to determine the root may refer to point fingers or regions that use the procedure to determine the root area fingertips.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:675
    • 提供者:liyan
  1. eye-m

    1下载:
  2. 人眼定位MATLAB源程序 人眼定位MATLAB源程序 -MATLAB source localization of human eyes eyes Eyes Location Location MATLAB MATLAB source code source code source MATLAB Eyes Location
  3. 所属分类:matlab

    • 发布日期:2014-04-28
    • 文件大小:22528
    • 提供者:yjl
  1. tricurv.tar

    0下载:
  2. Function to calculate the principal curvatures on a triangular mesh. Approximations of curvature are based on local (N=1) neighborhood elements and vertices. Note: Directions of curvatures aren t calculated appropriately. Will post an updated ve
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:22688
    • 提供者:tao lu
  1. curvature

    0下载:
  2. MATLAB code for trajectory smoothing and curvature calculation.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:379842
    • 提供者:陈志立
  1. prjTubos

    0下载:
  2. Small code that shows the graph and the calculated points of the sine curve, for a tube with the exact curvature, for cutting at 90 degrees only
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:26210
    • 提供者:rolacucha
  1. Angle-conversion-code

    0下载:
  2. 这是一个关于角度转换为弧度的源代码,适于解决如求sinx,cosx,tanx等的值。-This is a conversion on the angle of curvature of the source code for solving such request sinx, cosx, tanx and other values.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:768
    • 提供者:杨学习
  1. curvature

    7下载:
  2. 计算曲率的matlab代码,有需要的可以作为参考-Calculate the curvature of the Matlab code, there is a need can be used as a reference
  3. 所属分类:matlab

    • 发布日期:2015-11-11
    • 文件大小:1024
    • 提供者:coco
  1. code-of-curvature

    0下载:
  2. 在球面,曲面上计算任意一一点的曲率值,梯度值。-Calculate any point on the sphere, surface curvature values​ ​ , gradient values.​ ​
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:132957
    • 提供者:赵小川
  1. curvature

    0下载:
  2. 数字图像处理中图像分割技术相关代码,包含图像样本-Digital image processing, image segmentation code, including image samples
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4422
    • 提供者:任逸封
  1. curvature-scale-space-descriptors

    1下载:
  2. 图像处理的css曲率尺度空间描述符代码 测试可行-css curvature scale space descr iptors, MATLAB code for all tests
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:103034
    • 提供者:liushoubao
« 12 3 4 »
搜珍网 www.dssz.com