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
When I try to use PointCloudGeometryHandlerCustom Visual Studio says that there no appropriate default constructor available for its base class. The problem, I think, in this part of code:
Also there is a problem with PointCloudColorHandlerHSVField - the linker says that there are problems with getGeometry in PointCloudGeometryHandlerXYZ when I try to add point cloud with hsv field to PCLVisualizer with default geometry handler
Visual Studio 2015, Windows 10
The text was updated successfully, but these errors were encountered:
When I try to use PointCloudGeometryHandlerCustom Visual Studio says that there no appropriate default constructor available for its base class. The problem, I think, in this part of code:
There is no call to base class constructor, that takes pointer to cloud, like it written in
Also there is a problem with PointCloudColorHandlerHSVField - the linker says that there are problems with getGeometry in PointCloudGeometryHandlerXYZ when I try to add point cloud with hsv field to PCLVisualizer with default geometry handler
Visual Studio 2015, Windows 10
The text was updated successfully, but these errors were encountered: