I have some data about a set of coordinates, like {(x=1, y=2), (x=3, y=4), ...}
. I projected these coordinates on the picture. Then I would like to count these point in different position. My idea is below
First, separate the picture from several pixel parts based on 10 pixels. Second, count the point inside the pixel box.
I am new in these area, and I use python
a lot. I think this may be computer graphic problem.
I am not asking for a code solution. I just want to know which libraries or approaches that are related.
Anyone could give me a hint would be highly appreciated. Thanks.