Hey @seungjae24 and @LimHyungTae,
In your python example,
ground = PatchworkPLUSPLUS.getGround()
nonground = PatchworkPLUSPLUS.getNonground()
These lines return ground and nonground points. How can we get their indices in the original input point cloud? I need the indices so that I can get their corresponding intensities.
Thanks in advance for your help!