You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you to all the developers who have worked on this project. It is amazing.
I am attempting to use the visualizer to select a range of indices. It is working well until I introduce a PassThrough filter. Then something happens I do not understand and would appreciate any feedback on.
I use setKeepOrganized(true); and the filter keeps the size of the points the same. The clouds are organized; 320x240. I am not processing normals. (ProcessNormals_=false;)
Since a picture is worth a thousand words I have attached two images showing the result of a select with and without a filter applied. The cloud processing code is below each image.
I am using PCL-1.12.0-AllInOne-msvc2019-win64.exe library.
This is the code that is not working as expected after applying a filter.
Hello, thank you to all the developers who have worked on this project. It is amazing.
I am attempting to use the visualizer to select a range of indices. It is working well until I introduce a PassThrough filter. Then something happens I do not understand and would appreciate any feedback on.
I use setKeepOrganized(true); and the filter keeps the size of the points the same. The clouds are organized; 320x240. I am not processing normals. (ProcessNormals_=false;)
Since a picture is worth a thousand words I have attached two images showing the result of a select with and without a filter applied. The cloud processing code is below each image.
I am using PCL-1.12.0-AllInOne-msvc2019-win64.exe library.
This is the code that is not working as expected after applying a filter.
This is the code that is working as expected, no filters.
Here is most of the supporting code;
The text was updated successfully, but these errors were encountered: