algorithm - RANSAC differentiating between line and plane -
i trying extract planes 3d point dataset containing power cables. power cables getting extracted planes. question possible use ransac differentiate between line , plane. can perform eigen value based analysis looking way perform part of ransac algorithm itself.
found out simple solution. posting others help. ransac starts finding plane 3 points. find 2 vectors 3 points. can check dot product of 2 vectors find if close 1. if are, represent line.
Comments
Post a Comment