add image, qr header and doxygen fixed
authorYoungil Shin <yi.shin@samsung.com>
Mon, 8 Apr 2013 08:25:46 +0000 (17:25 +0900)
committerYoungil Shin <yi.shin@samsung.com>
Mon, 8 Apr 2013 08:37:34 +0000 (17:37 +0900)
Change-Id: I5245ea4f6d88a7b7f18c9a7d6b69706ada8e7d05
Signed-off-by: Youngil Shin <yi.shin@samsung.com>
inc/FUixVision.h

index 8845030..9de9d69 100755 (executable)
 #include <FUixVisionFaceRecognizer.h>
 #include <FUixVisionFaceBuffer.h>
 #include <FUixVisionFaceComponentsPosition.h>
+#include <FUixVisionImageFeatureInfo.h>
+#include <FUixVisionImageObject.h>
+#include <FUixVisionImageFeatureManager.h>
+#include <FUixVisionImageRecognizer.h>
+#include <FUixVisionQrCodeGenerator.h>
+#include <FUixVisionQrCodeObject.h>
+#include <FUixVisionQrCodeRecognizer.h>
+#include <FUixVisionQrCodeTypes.h>
 
 /**
  * @namespace Tizen::Uix::Vision
- * @brief      This namespace contains the classes for the face and its related functions.
+ * @brief      This namespace contains the classes for vision and its related functions.
  * @since      2.0
  *
  * @remarks    @b Header @b %file: @b \#include @b <FUix.h> @n
- *          @b Library : @b osp-face
+ *          @b Library : @b osp-face @b osp-vision
  *
- * The %Vision namespace provides the ability to automatically detect and trace faces in a still image or a video stream.
+ * The %Vision namespace provides the ability to automatically detect and trace natural objects including faces, image and QR Code in a still image or a video stream.
  * @n
- * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/uix/face_detector_recognizer.htm">Face Detector and Recognizer</a>.
+ * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/uix/face_detector_recognizer.htm">Face Detector and Recognizer</a>, <a href="../org.tizen.native.appprogramming/html/guide/uix/vision/image_reconizer_feature_manager.htm">Image recognizer and feature manager</a> and <a href="../org.tizen.native.appprogramming/html/guide/uix/vision/qr_code_recognizer_generator.htm">QR code recognizer and generator</a>
  *
  * The following diagram illustrates the relationships between the classes belonging to the %Vision namespace.
  * @image html uix_vision_namespace_classdiagram.png