dispose method

void dispose()

Implementation

void dispose() {
  finalizer.detach(this);
  cimgproc.CLAHE_Close(ptr);
}