This commit is contained in:
dingpeifei 2021-07-12 16:08:40 +08:00
parent d54eccafd8
commit 7a2221c806
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ struct BoxesConfig {
std::vector<float> prior_scaling;
};
//update run master
/// \brief resizing image by bilinear algorithm, the data type of currently only supports is uint8,
/// the channel of currently supports is 3 and 1.
/// \param[in] src Input image data.