dispose method

void dispose()

Implementation

void dispose() {
  finalizer.detach(this);
  cfeatures2d.BFMatcher_Close(ptr);
}