dispose method

void dispose()

Implementation

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