Fix data race in `NormalEstimationOMP` on Windows by 7680x4320 · Pull Request #2770 · PointCloudLibrary/pcl
Problem The function computeFeature of the class pcl::NormalEstimationOMP calls the member function computePointNormal. And this computePointNormal accesses the member variable xyz_centroid_ and co...