VecKeyPoint constructor
VecKeyPoint([
- int length = 0
Implementation
factory VecKeyPoint([int length = 0]) =>
VecKeyPoint.fromPointer(ccore.std_VecKeyPoint_new(length), length: length);
factory VecKeyPoint([int length = 0]) =>
VecKeyPoint.fromPointer(ccore.std_VecKeyPoint_new(length), length: length);