public final class Blending extends Object
Constructor and Description |
---|
Blending() |
Modifier and Type | Method and Description |
---|---|
static Bureaucrat |
blend(List<Layer> layers,
boolean respect_current_mask,
Filter<Patch> filter) |
static Bureaucrat |
blend(Set<Patch> patches,
boolean respect_current_mask)
For each file, find the weight for the alpha mask according to
wether the pixel overlaps with other images (weighted alpha
dependent on the distante to the image border and of that on
the other images) or not (full alpha).
|
static void |
blendLayerWise(List<Layer> layers,
boolean respect_current_mask,
Filter<Patch> filter) |
static void |
blendPatches(Set<Patch> patches,
boolean respect_current_mask) |
public static final Bureaucrat blend(List<Layer> layers, boolean respect_current_mask, Filter<Patch> filter)
public static final void blendLayerWise(List<Layer> layers, boolean respect_current_mask, Filter<Patch> filter)
public static final Bureaucrat blend(Set<Patch> patches, boolean respect_current_mask)
Copyright © 2015–2021 Fiji. All rights reserved.