Merge pull request #14652 from LaurentBerger:I14644

This commit is contained in:
Alexander Alekhin 2019-05-28 11:11:27 +00:00
commit 571dfa7605

View File

@ -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.
*/