diff --git a/cpp/include/weather.hpp b/cpp/include/weather.hpp index c541891..82e09a4 100644 --- a/cpp/include/weather.hpp +++ b/cpp/include/weather.hpp @@ -56,11 +56,6 @@ snow(torch::Tensor point_cloud, rain(torch::Tensor point_cloud, std::string_view noise_filter_path, uint32_t num_drops_sigma, float precipitation_sigma, float prob); -[[nodiscard]] torch::Tensor -snow(torch::Tensor point_cloud, - const cpp_utils::distribution_ranges &dims, uint32_t num_drops, - float precipitation, int32_t scale, float max_intensity = 1); - [[nodiscard]] std::optional snow(torch::Tensor point_cloud, std::string_view noise_filter_path, uint32_t num_drops_sigma, float precipitation_sigma, int32_t scale,