public class MatteGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MatteGenerator.MatteType
An enumerator for various matte algorithms.
|
| Constructor and Description |
|---|
MatteGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static FImage |
generateMatte(FImage image,
MatteGenerator.MatteType type,
Object... args)
Generate a matte into the given
FImage. |
static FImage |
generateMatte(MBFImage image,
int band,
MatteGenerator.MatteType type,
Object... args)
Generate a matte into the given image on the given band.
|
public MatteGenerator()
public static FImage generateMatte(MBFImage image, int band, MatteGenerator.MatteType type, Object... args)
image - The image to write the matte intoband - The band of the image to write the matte intotype - The type of the matte to drawargs - The arguments for the matte generatorpublic static FImage generateMatte(FImage image, MatteGenerator.MatteType type, Object... args)
FImage.image - The image to write the matte intotype - The type of the matte to drawargs - The arguments for the matte generator