Open lizijue opened 3 years ago
I agree.
Hi, I agree as well. From getting no results however much I adjust the parameters, I wasn't able to get any cloud shadow detection. With an adjustment to line 66 this has been alleviated!
嗨,我也同意。无论我调整多少参数,都没有得到任何结果,我无法获得任何云阴影检测。通过调整到 66 号线,这种情况得到了缓解!
您好 我这边也没有得到任何结果 请问您是怎么解决的呢
嗨,我也同意。无论我调整多少参数,都没有得到任何结果,我无法获得任何云阴影检测。通过调整到 66 号线,这种情况得到了缓解!
您好 我这边也没有得到任何结果 请问您是怎么解决的呢 Line 66: non_pseudo_cloud_shadow_position_mask = cv2.filter2D(final_cloud_mask, -1, spatial_search_kernel) < 0 Correction: non_pseudo_cloud_shadow_position_mask = cv2.filter2D(final_cloud_mask, -1, spatial_search_kernel) > 0