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

搜索资源列表

  1. Gcenter

    2下载:
  2. 图像的重心区域检测 matlab程序实现 可以检测重心区域并设置成希望颜色,对单景物背景图像效果极佳-regional focus image detection Matlab program can detect regional focus and set hope that the color of single features excellent background images
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:49615
    • 提供者:周贤
  1. 22219011211120071115164509189959

    0下载:
  2. SUSAN算子用于角点检测的基本步骤: 1) 对于感兴趣的每个象素点(一般的情况就是图像中的每个象素点)作用一圆模板; 2) 根据亮度比较函数计算圆模板中的USAN区域; 3) 根据几何阈值,计算象素点的初始响应; 4) 使用USAN重心与核中心的距离法则去除伪角点,使用USAN重心与核中心的连线上的每个点都必须在USAN区域来保证算法的一致性(即USAN区域的相连性) 5) 对每个象素点的响应,使用 (或更大)的窗口搜索局部极大值,进行非极大值抑制
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:55595
    • 提供者:张妙言
  1. zhongxin

    1下载:
  2. 自己写的计算一副图像重心的小程序,绝对有用。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:16628
    • 提供者:李小军
  1. MathModel

    0下载:
  2. 处理不规则物体圆心.给出一个若干简单图形的图像,扫描出该图像的重心.原创代码,转载请注明来源于bosnma.com
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:571789
    • 提供者:kim
  1. VideosTargetDetection.rar

    0下载:
  2. 1. 静态背景下的背景预测法目标检测2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法4. 重心多目标跟踪方法 ,1. Static background prediction in the context of target detection method 2. Static background frame difference method for target detection 3. Mean Shift Object Tracking Method 4.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1459767
    • 提供者:郭强
  1. seachcenter

    0下载:
  2. 用matlab编的 找二值图像的重心 可以下下来-Made use of the matlab binary image to find the center of gravity can be down to see the next
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:129714
    • 提供者:yukuncheng
  1. jackcheng

    0下载:
  2. 搜索图像的重心 用matlab编的 可以参考参考-The focus of the search images for use in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13238
    • 提供者:yukuncheng
  1. weight_centre

    1下载:
  2. 通过重心法确定光斑图像的中心。根据个像素的灰度值和所在的位置乘积和总面值作比,进而求得重心。-Through the center of gravity method to determine the center of the image spot. According to the gray-scale pixel value and the location of the product and the total for more than face value, and then ge
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:54411
    • 提供者:孟合民
  1. contour

    0下载:
  2. 利用opencv找出图像中所有的闭合轮廓,并找到每个轮廓的重心,长轴,短轴及其对应的坐标值-Using opencv find image all closed contour and find every contour of gravity center, long axis, short axis and its corresponding coordinates
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:3100931
    • 提供者:刘晓倩
  1. zhongxinfa

    0下载:
  2. 在DSP中实现基于帧间差分后二值图像的跟踪加框处理,原理是计算出目标(灰度为255)重心坐标后,对其进行加框处理。-In the DSP-based frame difference in the binary image of the track after the framing treatment, the principle is to calculate the target (gray 255) the center of gravity coordinates, its frami
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:389196
    • 提供者:bonn
  1. gaizhixin

    0下载:
  2. 一种图像质心的 改进方法,可用于图像水印的归一化变换方法中-An image centroid method can be used to image watermarking normalized transform method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:795
    • 提供者:韩宁
  1. lxxx

    0下载:
  2. 图像的特征提取程序,包括图像的重心,直方图,一阶矩等-Image feature extraction procedures, including the focus of the image, histogram, such as first-order moment
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:48118
    • 提供者:郝丽
  1. Exam

    0下载:
  2. 迷宫算法遍历二值图像区域,获取面积并输出,稍加修改可以得到区域面积,重心等信息-Maze traversal algorithm for binary image region, access to the area and output, can be slightly modified area, the focus of information
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:43140
    • 提供者:lv
  1. light_spot_center

    0下载:
  2. 光斑的中心提取:重心法和圆拟合。先用多次迭代求阈值并且对图像二值化,再用重心法和圆拟合提取光斑中心。-light spot method:median point ,circle fitting
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:9357
    • 提供者:jinzhide
  1. ImagePro

    0下载:
  2. 本人研究生阶段做的项目,线结构光视觉传感器的标定中的激光光条中心的提取。 1、通过JPG、PCX、GIF解码方法,来打开BMP、JPG、PCX、GIF格式图像。 2、大津展之法阈值变换,效果较好。 3、三种细化方法,Rosenfold细化、Hildith细化、Pavlidis细化。 4、基于灰度重心法的全分辨率的激光光条中心亚像素坐标的提取。-Calibration
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:555028
    • 提供者:阳刚
  1. Gcenterblock

    0下载:
  2. 计算图像的重心坐标很好的程序,利用重心法,相信不会让你失望的!-Very good image of the center of gravity coordinates calculation process, the center of gravity method, that will not let you down!
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1526345
    • 提供者:韩亚荣
  1. video

    0下载:
  2. 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法(1. Background prediction method background detection in static background 2. Inter-frame difference method target detection in static background 3. Mean Shift The target track
  3. 所属分类:图形图象

    • 发布日期:2017-12-29
    • 文件大小:2615296
    • 提供者:MichaelBeechan
  1. ImageCenter

    0下载:
  2. 先对图像进行处理得到灰度图像,计算图像轮廓并计算图像重心。(Get the image outline and calculate the image center of gravity)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-11
    • 文件大小:7452672
    • 提供者:空白格123
  1. scanning

    1下载:
  2. 阈值重心法实现光带中心线提取,可用于结构光扫描的模型建立,处理二值化图像等。(Threshold barycenter method is used to extract the center line of optical band. It can be used to model structured light scanning and process binary images.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-10-16
    • 文件大小:14336
    • 提供者:琥珀Sora
  1. regionprops求面积和重心

    0下载:
  2. 利用MATLAB中的regionprops函数求取二值化的图像的重心和面积。可以运行(Using the regionprops function in MATLAB, the center of gravity and area of the binary image are calculated. Can run)
  3. 所属分类:Windows编程

    • 发布日期:2019-07-20
    • 文件大小:2048
    • 提供者:空天阔海
« 12 3 »
搜珍网 www.dssz.com