pyRANSAC-3D icon indicating copy to clipboard operation
pyRANSAC-3D copied to clipboard

How to find other planes of an object?

Open jiunyen-ching opened this issue 2 years ago • 1 comments

Hi, I was able to run test_plane.py and obtain this output

image

I was wondering how to automatically obtain the other 2 planes (highlighted in pink and purple rectangles) in this particular case

image

Thanks!

jiunyen-ching avatar Nov 30 '21 16:11 jiunyen-ching

Hi, you just have to use the planar fit in a for loop. Remember to remove the previous fitted points after each iteration. I'll see if we can add this functionality in pyRANSAC3D in a future version.

leomariga avatar Mar 20 '22 22:03 leomariga