python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get regions from points in a mask image?
Point space:
Dilated:
I used dilation (morphological process) but this is not the result i expected. I want more smooth regions, not squares. How to define contours and fill in them? Maybe i can use...

c0dderBoy
Votes: 0
Answers: 0
DBSCAN python, AttributeError: 'numpy.ndarray' object has no attribute 'iloc'
A seen below, I am trying to call out column on Daily Consumption and Month yet I have this error on iloc usage. Please help.
Sabrina Azli
Votes: 0
Answers: 0
sklearn KMeans Clustering - which time series is in which cluster?
I'm using the kmeans clustering from sklearn and it all works fine, I would just like to know which time series is in which cluster. Do you have experience with that?
e.g. My clusters are in the attac...
Stefan 44
Votes: 0
Answers: 1
How to calculate area from noisy points of given function?
I was asked to calculate area from noisy points of given function (the function can represent any closed abstract shape).
im getting function and take something like 1000 noisy points from that functi...
Shalev Levi Sagzan
Votes: 0
Answers: 0