diff --git a/modules/dnn/include/opencv2/dnn/all_layers.hpp b/modules/dnn/include/opencv2/dnn/all_layers.hpp index 72064843b9..c0ed2e028c 100644 --- a/modules/dnn/include/opencv2/dnn/all_layers.hpp +++ b/modules/dnn/include/opencv2/dnn/all_layers.hpp @@ -608,7 +608,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN }; /** - * @brief Bilinear resize layer from https://github.com/cdmh/deeplab-public + * @brief Bilinear resize layer from https://github.com/cdmh/deeplab-public-ver2 * * It differs from @ref ResizeLayer in output shape and resize scales computations. */