Tagged Questions
0
votes
1answer
105 views
How does DistanceFunction work with images in ClusteringComponents?
Does anyone know the syntax to DistanceFunction? I am trying to define my own function to use with ClusteringComponents; e.g.,
...
6
votes
0answers
179 views
Cluster a signal into areas of equal intensity
Introduction
I have a greyscale photograph that I want to partition into areas of equal intensity.
This means, that the integral over each partition should be (roughly) equal.
There is no unique ...
6
votes
1answer
254 views
Clustering adjacent points in 2D
I need to find all clusters of adjacent white points in a binary image. By term "adjacent" I mean that coordinates of two points differ by no more than 1 (i.e. the points ...
22
votes
4answers
835 views
Clustering of space-time data
Below is an example of a gaze sequence I recorded during a 3 seconds display. That is, where the eye was at every millisecond. While we should have 3000 points, we are missing some due to blinking.
...