matlab代码实现光斑的中心提取我要分享

Matlab code to realize the center extraction of light spot

二值图像重心 圆拟合-重心法 light_spot_center 图像-拟合

关注次数: 524

下载次数: 3

文件大小: 9K

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:光斑的中心提取:重心法和圆拟合。先用多次迭代求阈值并且对图像二值化,再用重心法和圆拟合提取光斑中心。


English Description:

The center extraction of facula: barycenter method and circle fitting. Firstly, the threshold value is obtained by multiple iterations and the image is binarized. Then the center of spot is extracted by center of gravity method and circle fitting.


代码预览

新建文件夹

..........\circfit.m

..........\gray1.m

..........\gray11.m

..........\optimumthreshold.m