X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Multimedia.Vision%2FMediaVision%2FImageFillConfiguration.cs;h=2eabbb5ccf59e3cf127d7f34066d95ddc0fe05de;hb=bf0dc32c2ce4f0169fae2157907a81cb253c5a71;hp=3b22467afd8997f176d7cda0e39d22a73b4d5f20;hpb=588caa1040fe912bbea357bbd3db7959eb661864;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs b/src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs index 3b22467..2eabbb5 100755 --- a/src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs +++ b/src/Tizen.Multimedia.Vision/MediaVision/ImageFillConfiguration.cs @@ -14,12 +14,14 @@ * limitations under the License. */ -namespace Tizen.Multimedia +using System; + +namespace Tizen.Multimedia.Vision { /// /// Represents a configuration of fill operations of instances. /// - /// 3 + /// 3 public class ImageFillConfiguration : EngineConfiguration { private const string KeyScaleFactor = "MV_IMAGE_RECOGNITION_OBJECT_SCALE_FACTOR"; @@ -28,7 +30,7 @@ namespace Tizen.Multimedia /// /// A read-only field that represents the default value of . /// - /// 3 + /// 3 public static readonly double DefaultScaleFactor = 1.2; /// @@ -40,8 +42,8 @@ namespace Tizen.Multimedia /// /// Initializes a new instance of the class. /// - /// The feature is not supported. - /// 3 + /// The feature is not supported. + /// 3 public ImageFillConfiguration() : base("image_recognition") { } @@ -52,7 +54,7 @@ namespace Tizen.Multimedia /// The default value is 1.2. /// /// The already has been disposed of. - /// 3 + /// 3 public double ObjectScaleFactor { get @@ -72,7 +74,7 @@ namespace Tizen.Multimedia /// The default value is 1000. /// /// The already has been disposed of. - /// 3 + /// 3 public int ObjectMaxKeyPoints { get