acldvppBorderType

The Atlas 200/300/500 Inference Product does not support this enumeration.

The Atlas Training Series Product does not support this enumeration.

enum acldvppBorderType {
    BORDER_CONSTANT = 0, //Constant colored border
    BORDER_REPLICATE,    //Last element replicated throughout, like this: aaaaaa|abcdefgh|hhhhhhh
    BORDER_REFLECT,    //Mirror reflection of the border elements, like this: cba|abcde-fgh|hgf
    BORDER_REFLECT_101   //Mirror reflection of the border elements, but with a slight change like this: cba|abcde-fgh|gf
};