Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PointCloudLayer) add points filtre based on classification #2374

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ftoromanoff
Copy link
Contributor

@ftoromanoff ftoromanoff commented Jul 30, 2024

Any classification scheme used for PointCloudLayer havea property 'visible' for each class.
This PR aims at using this value to filter point whichever the visualization mode choosen.

In other word, if a class has its property 'visible' set to false, we want to discard all points having the value in the rendering, (even if we choose to use the 'intensity' rendering)

In this PR, I used migrate all PointCloud examples to lilGUI instead of datGUI

@ftoromanoff ftoromanoff force-pushed the filtrePoint branch 2 times, most recently from 136f787 to 3e463fa Compare July 31, 2024 13:09
@ftoromanoff ftoromanoff marked this pull request as ready for review August 1, 2024 14:33
@ftoromanoff ftoromanoff changed the title Filtre point (PointCloudLayer) add points filtre based on classification Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant