hardcoded paths fixed
authorVitalij Tymchyshyn <v.tymchyshyn@samsung.com>
Wed, 20 Mar 2013 16:29:55 +0000 (01:29 +0900)
committerVitalij Tymchyshyn <v.tymchyshyn@samsung.com>
Wed, 20 Mar 2013 16:29:55 +0000 (01:29 +0900)
Change-Id: I8bc97063073d8134f6c709184d258b35cc5d5563

inc/FUixVisionImageFeatureManager.h
inc/FUixVisionImageRecognizer.h
inc/FUixVisionQrCodeRecognizer.h
lib/armv7-a/libarengine.so
lib/x86/libarengine.so

index 1817fb3..6967eb8 100644 (file)
@@ -131,7 +131,7 @@ public:
      *
      * @param[in]   imagePath            Input image file path
      *
-     * @exception   E_INVALID_ARG            A specified input parameter is invalid.
+     * @exception   E_INVALID_ARG        A specified input parameter is invalid.
      *
      * @remarks     The specific error code can be accessed using the GetLastResult() method.
      *              Input image file must be one of the supported image file formats.
@@ -185,7 +185,7 @@ public:
      *
      * @exception   E_SUCCESS                The method is successful.
      * @exception   E_INVALID_ARG            A specified input parameter is invalid.
-     * @exception   E_OUT_OF_MEMORY              The memory is insufficient.
+     * @exception   E_OUT_OF_MEMORY          The memory is insufficient.
      *
      * @remarks     Calling this method actually means 'Mark As Delete Feature'.
      *              And the marked feature data will be deleted after calling Flush();
index cd16b3d..ef11c30 100644 (file)
@@ -132,7 +132,6 @@ public:
      */
     void SetMultiTrackingEnabled(bool enable);
 
-
     /**
      * Sets width and height of input image
      *
@@ -149,7 +148,6 @@ public:
      */
     result SetImageSize(int width, int height);
 
-
     /**
      * Sets ImageFeatureManager instance for initialization
      *
@@ -188,7 +186,7 @@ public:
      *                                 Valid range of this parameter is 0 to (number of the recognized image objects - 1).
      * @exception    E_SUCCESS         The method is successful.
      *
-     * @see                             GetRecognizedObjectCount(void)
+     * @see          GetRecognizedObjectCount(void)
      */
     const ImageObject* GetRecognizedObject(int index) const;
 
index 82e952c..df9c5f9 100644 (file)
@@ -25,6 +25,7 @@
 #include <FBaseObject.h>
 #include <FUixVisionQrCodeObject.h>
 #include <FBase.h>
+#include <FGraphics.h>
 
 namespace Tizen { namespace Uix { namespace Vision
 {
index 8040d5f..08fca62 100755 (executable)
Binary files a/lib/armv7-a/libarengine.so and b/lib/armv7-a/libarengine.so differ
index 2b2f35a..21cfa1a 100755 (executable)
Binary files a/lib/x86/libarengine.so and b/lib/x86/libarengine.so differ