Menu

#34 Points with same x,y,z coordinates classified differently

1.0 (rc2)
closed
fixed
program
critical
1.0rc1
defect
2010-11-29
2010-10-31
No

The program pre-processes the points before running the MCC algorithm on them. During this step, the program identifies points at the same X,Y location, and classifies all but the lowest point at each location as non-ground. However, this code assumes no points at the same X,Y location have the same height (i.e., there are no points with the same X,Y,Z coordinates). Therefore, the code incorrectly handles duplicate points (i.e., those with the same X,Y,Z coordinates). For example, a pair of duplicate points (with no other points at that X,Y location) will have one point classified as non-ground during the pre-processing step, while the other point goes through the MCC algorithm.

Related

Wiki: Version

Discussion

  • Jimm Domingo

    Jimm Domingo - 2010-11-29
    • keywords stacked points, duplicate points added
    • owner set to jimm_domingo
    • status changed from new to accepted
     
  • Jimm Domingo

    Jimm Domingo - 2010-11-29
    • status changed from accepted to closed
    • resolution set to fixed
    • milestone set to 1.0 (rc2)

    Fixed in revision r165.

     

    Related

    Commit: [r165]


Log in to post a comment.