Init Tizen 2.2.1
[framework/osp/vision.git] / inc / FUixVisionImageObject.h
index 32ef8b2..21f4109 100644 (file)
@@ -33,11 +33,11 @@ namespace Tizen { namespace Uix { namespace Vision
 {
 /**
  * @class    ImageObject
- * @brief    This class represents a single image object recognized by %ImageRecognizer and provides methods to access information of a recognized image object.
+ * @brief    This class represents a single image object recognized by the %ImageRecognizer class and provides methods to access the information of a recognized image object.
  *
  * @since    2.1
  *
- * The %ImageObject class represents a single image object recognized by ImageRecognizer and provides methods to access information of a recognized image object.
+ * The %ImageObject class represents a single image object recognized by the ImageRecognizer class and provides methods to access the information of a recognized image object.
  *
  */
 class _OSP_EXPORT_ ImageObject
@@ -45,54 +45,54 @@ class _OSP_EXPORT_ ImageObject
 {
 public:
     /**
-     * Gets a unique identifier of the recognized image object in a scene.
+     * Gets the unique identifier of the recognized image object in the scene.
      *
      * @since        2.1
      *
-     * @return       A unique identifier of the recognized image object in a scene
+     * @return       The unique identifier of the recognized image object in the scene
      */
     int GetId(void) const;
 
     /**
-     * Gets a feature index of the recognized image object in feature set.
+     * Gets the feature index of the recognized image object in the feature set.
      *
      * @since        2.1
      *
-     * @return       A feature index of the recognized image object in feature set
+     * @return       The feature index of the recognized image object in the feature set
      */
     int GetFeatureId(void) const;
 
     /**
-     * Gets a transformation matrix 4x4 for 3D pose of the recognized image object.
+     * Gets the transformation matrix 4x4 for the 3D pose of the recognized image object.
      *
      * @since        2.1
      *
-     * @return       A pointer to transformation matrix 4x4 for object position
+     * @return       A pointer to the transformation matrix 4x4 that contains the object position
      */
     const Tizen::Graphics::FloatMatrix4* GetTransformMatrix(void) const;
 
     /**
-     * Gets a transformed quadrilateral of the recognized image object.
+     * Gets the transformed quadrilateral of the recognized image object.
      *
      * @since        2.1
      *
-     * @return       The array list of 4 points of the quadrilateral of the recognized image object
+     * @return       The array list that contains the 4 points of the quadrilateral of the recognized image object
      */
     const Tizen::Base::Collection::IListT<Tizen::Graphics::FloatPoint>* GetRectangle(void) const;
 
     /**
-     * Compares the calling instance with a specified instance.
+     * Compares the specified instance with the current instance.
      *
      * @since         2.1
      *
-     * @return        @c true if the specified instance of Tizen::Base::Object is equal to the calling %ImageObject instance, @n
+     * @return        @c true if the specified instance of Tizen::Base::Object is equal to the current %ImageObject instance, @n
      *                else @c false
      * @param[in]     obj                 The object to compare
      */
     virtual bool Equals(const Tizen::Base::Object& obj) const;
 
     /**
-     * Gets the hash value of a current instance.
+     * Gets the hash value of the current instance.
      *
      * @since          2.1
      *