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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -