feret-value

'RegionProperties' object has no attribute 'feret_diameter_max'

'RegionProperties' object has no attribute 'feret_diameter_max' Question: I’m having some issues with calculating Feret diameter with skimage. All other prop regions (area, centroid, etc.) work fine so I am not sure what the issue is? I’m on Phyton 3.8.3. and skimage 0.17.2 My code looks something like this: import skimage.io as io import skimage.measure as …

Total answers: 1

Extracting the dimensions of a rectangle

Extracting the dimensions of a rectangle Question: So I’m working on an image processing project with sonar images. To be more specific, I am trying to extract the dimensions of an image of a pool taken by a sonar scanner. I was able to extract the rectangular region of the pool but I can not …

Total answers: 3