rc / gensei-migrated

Automatically exported from code.google.com/p/gensei
0 stars 0 forks source link

count sections where each object is intersected #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Also print a warning if an object is not intersected at all:
"Due to a low sampling frequency, some of the objects were not sectioned!
Please increase the number of sections."

Original issue reported on code.google.com by robert.c...@gmail.com on 7 Jul 2009 at 5:13

GoogleCodeExporter commented 9 years ago
Currently, the intersections are lister for each object of each class 
separately.
Could the number of intersections be summarized per axis and per class, please?
Example:   

Intersected objects per axis:
Axis x
    Class 1: 3
    Class 2: 10
    Class 3: 0
Axis y
    Class 1: 3
    Class 2: 10
    Class 3: 0
...

Original comment by zto...@gmail.com on 8 Jul 2009 at 11:55

GoogleCodeExporter commented 9 years ago
No problem. A histogram could also be used to visualize the numbers of 
intersections.

Original comment by robert.c...@gmail.com on 8 Jul 2009 at 1:07

GoogleCodeExporter commented 9 years ago
The intersection statistics is there, try it, please, as usual, and close this 
issue
if it works ok. (No histogram figure yet)

Original comment by robert.c...@gmail.com on 15 Jul 2009 at 8:33

GoogleCodeExporter commented 9 years ago
Ok, thank you. The histogram would be nice in the future.

Original comment by zto...@gmail.com on 16 Jul 2009 at 9:34