backgroundRemoval static method

BackgroundRemoval backgroundRemoval({
  1. bool? fineEdges,
  2. List<ForegroundObject>? hints,
})

Implementation

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