| Modifier and Type | Method and Description |
|---|---|
static Picture |
Recursion.downsample(Picture p,
int n)
Downsample a picture
n times by a factor of 2
using recursion. |
| Modifier and Type | Method and Description |
|---|---|
static Picture |
Recursion.downsample(Picture p,
int n)
Downsample a picture
n times by a factor of 2
using recursion. |
| Constructor and Description |
|---|
Picture(Picture pic)
Initializes a new picture that is a deep copy of pic.
|