ImageEn, unit ievision

TIEVisionNNetSuperRes.setChunkSize

TIEVisionNNetSuperRes.setChunkSize

Declaration

procedure setChunkSize(value: int32_t); safecall;

Description

Since upsampling requires a lot of memory, the input image is processed in small pieces.
This method specifies the pixel size of each piece. On a 32-bit system, blocks larger than 128x128 could generate out of memory errors.
The default value is 96 pixels (96x96).
Parameter Description
value Chunk size in pixels