参考:
https://enpeicv.com/forum.php?mod=viewthread&tid=90&extra=page%3D1
使用SAM算法进行图像分割,计算出分割图像有多少像素,然后根据像素数量计算实际面积
SAM安装及模型下载:
https://github.com/facebookresearch/segment-anything?tab=readme-ov-file
##安装
pip install git+https://github.com/facebookresearch/segment-anything.git
手动离线下载vit-h
SAM 图像分割算法计算物体表面积
1)config_metrics.py 配置比例尺
主要是固定相机,根据拍摄图片,进行像素点选取
import cv