backgroundRemoval static method
Implementation
static BackgroundRemoval backgroundRemoval(
{bool? fineEdges, List<ForegroundObject>? hints}) {
return BackgroundRemoval(fineEdges: fineEdges, hints: hints);
}
static BackgroundRemoval backgroundRemoval(
{bool? fineEdges, List<ForegroundObject>? hints}) {
return BackgroundRemoval(fineEdges: fineEdges, hints: hints);
}