enum P1::ImageSdk::GridType#

Overview#

Grid type of a bitmap buffer. More…

#include <C_P1ImageCommonTypes.h>

enum GridType
{
    Center = 0,
    Corner = 1,
};

Detailed Documentation#

Grid type of a bitmap buffer.

Enum Values#

Center

Value is sampled at center of a pixel. It is similar to an image buffer.

Corner

Value is sampled at corners of a pixel.