docs: Fix typo 50/275350/4 accepted/tizen/unified/20220525.210651 submit/tizen/20220523.060800
authorHyunsoo Park <hance.park@samsung.com>
Mon, 23 May 2022 05:36:24 +0000 (14:36 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Mon, 23 May 2022 05:48:29 +0000 (14:48 +0900)
[Version] 0.12.7-0
[Issue type] Fix typo

Change-Id: I894675ef5904bd9d10a9b4d40218eafed81db989
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
doc/mediavision_doc.h
include/mv_barcode_detect.h
packaging/capi-media-vision.spec

index 371d227ff63c282f371e6d2470be79703e382a4d..7691efd251a30159c44f96ab5a8e23e3d4977f67 100644 (file)
  * @section CAPI_MEDIA_VISION_INFERENCE_MODULE_OVERVIEW Overview
  * @ref CAPI_MEDIA_VISION_INFERENCE_MODULE contains #mv_inference_h handle to perform
  * Image Classification, Object Detection, Face and Facial Landmark detection.
- * Inference handle should be created with mv_inference_create() and destoryed with
+ * Inference handle should be created with mv_inference_create() and destroyed with
  * mv_inference_destroy(). #mv_inference_h should be configured by calling
  * mv_inference_configure(). After configuration, #mv_inference_h should be prepared by
  * calling mv_inference_prepare() which loads models and set required parameters.
index 61944ba8d750da69b8917d4305ed5059203d138f..b34f946cab53dfa43b192400d078f163e05bd76a 100644 (file)
@@ -58,7 +58,7 @@ extern "C" {
  *        to set rotation count attribute of the engine configuration.
  * @details If #MV_BARCODE_DETECT_ATTR_ROTATION_DEGREES, #MV_BARCODE_DETECT_ATTR_ROTATION_COUNT,
  *          and #MV_BARCODE_DETECT_ATTR_ROTATION_DIRECTION are set to
- *          20, 9, and MV_BARCODE_DETECT_ATTR_ROTATION_CLOCKWISE, repectively,\n
+ *          20, 9, and MV_BARCODE_DETECT_ATTR_ROTATION_CLOCKWISE, respectively,\n
  *          detection will be tried with 20, 40, 60, ... 180 degrees as well as 0 degrees.\n
  *          Similarly, -20, -40, -60, ... will be tried for #MV_BARCODE_DETECT_ATTR_ROTATION_COUNTER_CLOCKWISE and
  *          -20, +20, -40, +40, ... will be tried iteratively for #MV_BARCODE_DETECT_ATTR_ROTATION_ALL.
index 22b0ee541b812f22069f58cea40a1a8c451f6187..0f3216ebbcaa075adbeedb7929d3cdfee1158ecb 100644 (file)
@@ -1,6 +1,6 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
-Version:     0.12.6
+Version:     0.12.7
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause