diff --git a/examples/common/tengine_operations.h b/examples/common/tengine_operations.h index 43dbfecba4a08cd7236b71cd63917d45c56ff9e9..d943e92a928c03422aaaac9586153021ebc59d71 100644 --- a/examples/common/tengine_operations.h +++ b/examples/common/tengine_operations.h @@ -156,10 +156,10 @@ image imread2tflite(image im, int img_w, int img_h, float* means, float* scale); /* * resize the image, and then return the image type * @param [in] im : input image - * @param [in] h: resized height * @param [in] w: resied width + * @param [in] h: resized height */ -image resize_image(image im, int h, int w); +image resize_image(image im, int w, int h); /** * load image, support JPG, PNG, BMP, TGA formats