File: sampleconsensus.rst

package info (click to toggle)
python-pcl 0.3.0~rc1%2Bdfsg-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,828 kB
  • sloc: python: 3,094; cpp: 283; makefile: 181; sh: 24; ansic: 12
file content (11 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Sampleconsensus Tutorials
======================

How to use Random Sample Consensus model
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In this tutorial we learn how to use a RandomSampleConsensus with a plane model to obtain the cloud fitting to this model.

* `Original <http://pointclouds.org/documentation/tutorials/random_sample_consensus.php#random-sample-consensus>`_ \
* TestCode : examples/official/SampleConsensus/random_sample_consensus.py