python-pcl icon indicating copy to clipboard operation
python-pcl copied to clipboard

cropbox example failed

Open niranjanreddy891 opened this issue 7 years ago • 5 comments

AttributeError: 'pcl._pcl.CropBox' object has no attribute 'Filtering' It throws this error

niranjanreddy891 avatar Mar 29 '18 05:03 niranjanreddy891

I got the same error

jdclzl avatar Apr 12 '18 08:04 jdclzl

Try to use "outcloud = clipper.filter()" instead. That worked for me.

nikos1988 avatar Nov 15 '18 14:11 nikos1988

Thank you @nikos1988 ! It works. Now I get this output: Bildschirmfoto von 2020-05-11 13-54-33 Is that the output I have to expect? Thank you in advance.

Me817 avatar May 11 '20 12:05 Me817

Try to use "outcloud = clipper.filter()" instead. That worked for me.

do you know how to run the " crophull.py" , i found out it didnt work...how to set the "points_2" and "the vertices_point_1"

chizao89757 avatar Apr 12 '21 08:04 chizao89757

@chizao89757 Were you able to run " crophull.py"? It does not filter out.

omair50 avatar Jun 29 '21 17:06 omair50