VecKeyPoint constructor

VecKeyPoint([
  1. int length = 0
])

Implementation

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