photo

Avinash Andhale


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

提问


i have detected a object in a scene image , now i want to find centroid coordinates of this object in a whole image . How do i get this ?
A = imread('11.jpg'); boxImage=rgb2gray(A); figure; imshow(boxImage); title('Image of a Object to be Detected'); ...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
Centroid detection for irregular shape objects
i want to find centroid of the detected object in a image ..How to do that ?

7 years 前 | 0