convert binary map from pixel to geometric

1 vue (au cours des 30 derniers jours)
mohammed alany
mohammed alany le 15 Fév 2020
Réponse apportée : Deep le 25 Sep 2024
if i have the binary map bellow
How can represent it in geometric coordinates

Réponses (1)

Deep
Deep le 25 Sep 2024
Hi Mohammed,
As per my understanding, you are trying to extract geometric coordinates of rectangles from an RGB JPEG image using MATLAB. To achieve this, you will need to convert the image to grayscale, create a binary mask using thresholding, and then use the MATLAB function “regionprops” to obtain properties like “BoundingBox” and “Centroid”.
For further guidance, you can refer to the following resources:
Additionally, the "Threshold Intensity Values" section under Chapter 3 of the MATLAB Onramp provides an excellent explanation of intensity thresholding: https://matlabacademy.mathworks.com/details/image-processing-onramp/imageprocessing
Hope this helps!

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by