VS2015+Qt5.7.0+PCL1.8.1+VTK8.0 environment configuration steps

Congratulations on finding this article. In my recent work, I need to use QT to write many functions about point cloud processing. There are too many pits in this process. (unable to resist the temptation to make complaints about PCL+VTK, the direct pop-up display of the point cloud is very simple. However, embedding VTK into Qt to display ...

Posted by killfall on Thu, 25 Nov 2021 19:13:57 -0800

VTK notes - use the vtkSplineFilter class to work with 3D space curves

Note before VTK notes - graph correlation - segment smoothing - vtkSplineFilter class I learned that vtkSplineFilter class is used to refine the input data of multiple line segments and output a set of points with more line segments; vtkSplineFilter can be used not only for interpolation, but also for sampling; The interpolation or sampling met ...

Posted by Lagreca on Sat, 20 Nov 2021 18:00:21 -0800