From 8c93b61e2c12a85fc3a218c9dbb26ed6b06348c8 Mon Sep 17 00:00:00 2001 From: xuning0 Date: Sun, 5 Mar 2017 22:47:49 +0800 Subject: [PATCH] Fix the description of ROI --- doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown b/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown index 19992fc95b..6414dbed37 100644 --- a/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown +++ b/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown @@ -8,7 +8,7 @@ Learn to: - Access pixel values and modify them - Access image properties -- Setting Region of Image (ROI) +- Setting Region of Interest (ROI) - Splitting and Merging images Almost all the operations in this section is mainly related to Numpy rather than OpenCV. A good