atI16 method
Implementation
int atI16(int i0, {int? i1, int? i2}) => i1 == null
? ccore.cv_Mat_get_i16_1(ref, i0)
: (i2 == null ? ccore.cv_Mat_get_i16_2(ref, i0, i1) : ccore.cv_Mat_get_i16_3(ref, i0, i1, i2));
int atI16(int i0, {int? i1, int? i2}) => i1 == null
? ccore.cv_Mat_get_i16_1(ref, i0)
: (i2 == null ? ccore.cv_Mat_get_i16_2(ref, i0, i1) : ccore.cv_Mat_get_i16_3(ref, i0, i1, i2));