python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to subset polygons due to area covered
I would like to get the maximum percentage polygons of a sf object are overlapped by other polygons of the same sf object. The idea is to then subset the sf object for polygons which are overlapped by...
RasK
Votes: 0
Answers: 1
Can anyone inform me on how to calculate the area of the segmented region?
I have done segmentation of tumor kind for the slice of the MR images . I want to calculate the area of the segmented region in Python. Can anyone help me in this regard?
Pic of Segmented brain tumor
ELİF ÖZCAN
Votes: 0
Answers: 2
ST_AREA is not enough precise
I am trying to save polygon area when a new polygon has been created by the user. I found that there is a function for this purpose - ST_AREA, but when I check if it is calculating correct I find some...
Даяна Димитрова
Votes: 0
Answers: 1