Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

OutOfFocusBlocks Property








Gets the zones that represent the out-of-focus blocks after the text blur detector command has been applied.
Syntax
public LeadRect[] OutOfFocusBlocks {get;}
'Declaration
 
Public ReadOnly Property OutOfFocusBlocks As LeadRect()
'Usage
 
Dim instance As TextBlurDetectorCommand
Dim value() As LeadRect
 
value = instance.OutOfFocusBlocks
public LeadRect[] OutOfFocusBlocks {get;}
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *outOfFocusBlocks //LeadRect
public ArrayList<LeadRect> getOutOfFocusBlocks()
 get_OutOfFocusBlocks(); 
public:
property array<LeadRect>^ OutOfFocusBlocks {
   array<LeadRect>^ get();
}

Property Value

An array of LeadRect, each of which contains the 4 corners of an out-of-focus block.
Example
Refer to TextBlurDetectorCommand.
Requirements

Target Platforms

See Also

Reference

TextBlurDetectorCommand Class
TextBlurDetectorCommand Members

Error processing SSI file