Skip to content

3D Point Cloud Plane-Fitting RANSAC-like Algorithm for Kinect V2 in Processing

Notifications You must be signed in to change notification settings

rocketcrane/kinect_processing_plane_fitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plane Fitting Algorithm (RANSAC-like) for 3D Point Clouds in Processing Java

I couldn't find any plane-fitting algorithms for Processing, so I wrote my own.

Released under GPL-3.0-or-later.

There are two Processing sketches in this repo: one that fits a plane from the Kinect V2 point cloud using the KinectPV2 library, and one that fits a plane from a generated point cloud.

The algorithm is currently a RANSAC with a fixed number of iterations.

Enjoy!

About

3D Point Cloud Plane-Fitting RANSAC-like Algorithm for Kinect V2 in Processing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published