LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MarkDetectedCount Property

Show in webframe







Gets or sets the number of detected registration marks inside the search area.
Syntax
public int MarkDetectedCount {get; set;}
'Declaration
 
Public Property MarkDetectedCount As Integer
'Usage
 
Dim instance As SearchRegistrationMarksCommandData
Dim value As Integer
 
instance.MarkDetectedCount = value
 
value = instance.MarkDetectedCount
public int MarkDetectedCount {get; set;}
@property (nonatomic, assign) unsigned int markDetectedCount;
public int getMarkDetectedCount()
public void setMarkDetectedCount(int value)
            
 
get_MarkDetectedCount();
set_MarkDetectedCount(value);
Object.defineProperty('MarkDetectedCount');
public:
property int MarkDetectedCount {
   int get();
   void set (    int value);
}

Property Value

The number of detected registration marks inside the search area.
Remarks
This property will be updated by the SearchRegistrationMarksCommand. This property indicates how many elements of the MarkDetectedPoints array will be filled. For more information, refer to Detecting Registration Marks.
Example
Refer to ApplyTransformationParametersCommand()
Requirements

Target Platforms

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.