86 const unsigned int avg_nb_of_pts_to_estimate = 500,
87 std::optional<std::reference_wrapper<
vpImage<vpRGBa> > > heat_map = {});
103 const unsigned int avg_nb_of_pts_to_estimate = 500,
104 std::optional<std::reference_wrapper<
vpImage<vpRGBa> > > heat_map = {});
119 const unsigned int &avg_nb_of_pts_to_estimate = 500,
120 std::optional<std::reference_wrapper<
vpImage<vpRGBa> > > heat_map = {});
124 static constexpr auto MinPointNbToEstimatePlane { 20u };
126 static constexpr auto MaxSubSampFactorToEstimatePlane { 20u };
static std::optional< vpPlane > estimatePlane(const vpImage< uint16_t > &I_depth_raw, double depth_scale, const vpCameraParameters &depth_intrinsics, const vpPolygon &roi, const unsigned int avg_nb_of_pts_to_estimate=500, std::optional< std::reference_wrapper< vpImage< vpRGBa > > > heat_map={})