Méthode | Description | |
---|---|---|
Blend ( |
Constructs a new Blend filter.
|
|
Blend ( |
Constructs a new Blend filter.
|
|
Blend ( double homography, |
Constructs a new Blend filter.
|
Méthode | Description | |
---|---|---|
CalculateNewImageSize ( |
Computes the new image size.
|
|
ProcessFilter ( |
Process the image filter.
|
Méthode | Description | |
---|---|---|
distance ( float x1, float y1, float x2, float y2 ) : float |
Computes a distance metric used to compute the blending mask
|
public Blend ( |
||
overlayImage | The overlay image (also called the anchor). | |
Résultat | System |
public Blend ( |
||
homography | The homography matrix mapping a second image to the overlay image. | |
overlayImage | The overlay image (also called the anchor). | |
Résultat | System |
public Blend ( double homography, |
||
homography | double | The homography matrix mapping a second image to the overlay image. |
overlayImage | The overlay image (also called the anchor). | |
Résultat | System |
protected CalculateNewImageSize ( |
||
sourceData | ||
Résultat |
protected ProcessFilter ( |
||
sourceData | ||
destinationData | ||
Résultat | void |