How to get cell x/y coordinates #1197
Answered
by
EricThomson
zhouyi0812
asked this question in
Q&A
|
Hello! I wonder how can get the single x and y coordinates for each cell on CaIman? Here is my code for contour, but each cell has so many coordinates for it. idx = cnm.estimates.idx_components[0] |
Answered by
EricThomson
Oct 16, 2023
Replies: 1 comment
|
What you are calling Note these kinds of caiman usage questions are better suited for GitHub Discussions. Issues are more for raising software problems/bugs/feature requests. People will be more likely to search/find answers to these types of questions there moving forward. |
0 replies
Answer selected by
zhouyi0812
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you are calling
contour_dictis a coordinates dictionary that includesCoMkey which is the center of mass. Generally you can docontour_dict.keys()to find what it includes.Note these kinds of caiman usage questions are better suited for GitHub Discussions. Issues are more for raising software problems/bugs/feature requests. People will be more likely to search/find answers to these types of questions there moving forward.