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 find region-level geometry in sf package in R
I want to plot a geospatial map using sf and plotly package. However, I don't have country-level data, only region-level data (Asia, Europe, Latin America, etc.). This is the mock-up of the dataset I ...
amedicalenthusiast
Votes: 0
Answers: 1
How to separate overlapping objects in image using scikit-image?
Since i'm relatively new to image analyses, i'm having some questions about the separation of overlapping objects using scikit image (not cv2). With the code below I try to illustrate all the 11 coins...
Paul Engelbert
Votes: 0
Answers: 0
Get PIXEL VALUES of a circle located?
I have parameters of circle on a image: radius and coordinates of center. Is it possible to return the location of pixels along a circle? I need to get the all pixel values along the circle line.
I tr...
Andrii Hryvachevskyi
Votes: 0
Answers: 2
How to uniquely identify an image in sikuli on windows 10. I'm getting an exception
I have two similar images, one image is on the left and one is on the right hand side of the screen. I want to click on the image on the left.
My idea in the code is to create a region for the image o...
rich25
Votes: 0
Answers: 1