atI8 method
Implementation
int atI8(int i0, {int? i1, int? i2}) => i1 == null
? ccore.cv_Mat_get_i8_1(ref, i0)
: (i2 == null ? ccore.cv_Mat_get_i8_2(ref, i0, i1) : ccore.cv_Mat_get_i8_3(ref, i0, i1, i2));
int atI8(int i0, {int? i1, int? i2}) => i1 == null
? ccore.cv_Mat_get_i8_1(ref, i0)
: (i2 == null ? ccore.cv_Mat_get_i8_2(ref, i0, i1) : ccore.cv_Mat_get_i8_3(ref, i0, i1, i2));