Fixed compiling error

This commit is contained in:
Gines Hidalgo
2020-04-04 18:38:17 -04:00
parent d4db1c9fe4
commit 4902c033c4
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
try
{
// logging_level
op::Matrix opImg = op::loadImage(FLAGS_image_path, getCvLoadImageGrayScale());
op::Matrix opImg = op::loadImage(FLAGS_image_path, op::getCvLoadImageGrayScale());
cv::Mat img = OP_OP2CVMAT(opImg);
if(img.empty())
op::error("Could not open or find the image: " + FLAGS_image_path, __LINE__, __FUNCTION__, __FILE__);