StructuredEdgeDetection.fromPointer constructor
Implementation
StructuredEdgeDetection.fromPointer(super.ptr, [bool attach = true]) : super.fromPointer() {
if (attach) finalizer.attach(this, ptr.cast(), detach: this);
}
StructuredEdgeDetection.fromPointer(super.ptr, [bool attach = true]) : super.fromPointer() {
if (attach) finalizer.attach(this, ptr.cast(), detach: this);
}