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

Show in webframe

InFocusBlocks Property








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

Property Value

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

Target Platforms

See Also

Reference

TextBlurDetectorCommand Class
TextBlurDetectorCommand Members

Error processing SSI file