搜索资源列表
质心算法
这是用matlab编写的质心程序
无线传感器网络中一种基于三边测量法和质心算法的节点定位算法
- 针对无线传感器网络在节点均匀分布的情况下节点定位精度较差的问题,提出了三边质心定位算法.该算法利用节点均匀分布的先验信息将质心定位思想引入到三边测量法中,通过计算相交圆的公共区域的质心来提高对未知节点位置估算的精度.仿真结果表明,三边质心定位算法与三边测量法相比有效地降低了未 知节点的位置误差,提高定位精度.
lanstoolbox
- 计算图像的质心,各种矩以及基于矩的图像重构算法,对模式识别和图像处理有较大的研究价值。-calculated image of the center of mass, and for the moment the various moments of image reconstruction algorithm, on Pattern Recognition and Image Processing of a larger resear
vision
- 本程序实现了基于质心法的目标跟踪,由于算法比较简单,因此背景颜色必须简单,最好是纯白色的。本程序先经过对视频图像的灰度化,二值化等一些图像处理,然后找出质心。程序中用到了Opencv库函数-Realize this procedure based on the quality of target tracking-force, due to relatively simple algorithm, so the need for a s
ECZX
- 传感器网络质心定位算法扩展,减小了定位误差,C++实现-Sensor network expansion centroid location algorithm to reduce the location error, C++ to achieve
234
- 本设计是针对第二题采用了两种算法用来识别各种水果。第一种算法是质心法,第二种方法是相关匹配法。 质心法 一.算法思想 质心法的优点在于图像经过任何旋转后,图像边缘到质心的距离求和始终为一个固定值,这样利用这一个特性,就可以辨识出各个图像。 -This design is the second title for the two algorithms used to identify a variety of fruits
qq1_1
- 多边算法(3 4) 最小二乘算法 质心算法主程序的调用程序-Multilateral algorithm (3 4) centroid algorithm least-squares algorithm of the main program calls the procedure
qq1_2
- 3种定位算法(多边:3 边及4边 最小二乘 质心)的主程序-Location algorithm of three kinds of main program
fangzheni
- 质心加权算法 质心加权算法 -Weighted centroid algorithm weighted centroid algorithm weighted centroid algorithm weighted centroid algorithm
zhixinsuanfa2
- 无线传感器网络中质心算法,并有锚节点比例和误差分析-Wireless sensor networks centroid algorithm, and a percentage of anchor nodes and error analysis
camshiftdemo
- Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski
localization
- 实现无线传感器网络或者蜂窝网中的三种节点定位算法:CLS、质心算法、DV-Hop算法-Wireless sensor networks or cellular networks of the three localization algorithms: CLS, centroid algorithm, DV-Hop Algorithm
centriod
- 关于无线传感器网络非测距定位的质心算法实现-centroid location algorithm for wireless sensor networks
Centroid_W
- 加权质心定位算法,Matlab程序,应用于无线传感器定位-Weighted centroid location algorithm, Matlab program, used wireless sensor positioning
CVMoments
- 本工程是利用c#实现了经典的均值偏移算法目标跟踪,特征数自定义,同时将背景二值化,显示目标的质心-this project use C# complise the mean shift algorithm ,the target track is very well
基于opencv的质心算法
- C++语言,用于图像处理,求解图片的质心,二维定位,(For image processing, the centroid of the image is solved, two-dimensional location)
目标定位跟踪算法及仿真程序(修改后)
- 目标定位跟踪算法及仿真程序 以质心算法为例,内含程序(Target location tracking algorithm and simulation program)
SS
- 加权质心定位算法(zhixin.m)、最小均方误差的二维定位算法(LSM2.m)、最小均方误差的三维定位算法(LSM3.m)、最小二乘/极大似然用于目标跟踪(MLS1.m)、最小二乘/极大似然用于纯方位目标跟踪(MLS2.m)(Weighted centroid positioning algorithm)
普通的质心算法
- 这是一种质心算法,通过编程实现算法,可用(Centroid algorithm,This is a centroid algorithm that is implemented by programming and is available.)
canny
- 基于canny算法的物体边缘提取,可用于提取质心及提取物体尺寸。(Object edge extraction based on Canny algorithm.)