freeNative method
Frees the native resources owned by this object. Subclasses implement the concrete free logic here; callers must use dispose instead.
Implementation
@override
void freeNative() {
finalizer.detach(this);
cfeatures2d.cv_BRISK_close(ptr);
}