Method | Description | |
---|---|---|
Rectification ( MatrixH homography ) : System.Collections.Generic |
Constructs a new Blend filter.
|
|
Rectification ( double homography ) : System.Collections.Generic |
Constructs a new Blend filter.
|
Method | Description | |
---|---|---|
CalculateNewImageSize ( |
Computes the new image size.
|
|
ProcessFilter ( |
Process the image filter.
|
protected CalculateNewImageSize ( |
||
sourceData | ||
return |
protected ProcessFilter ( |
||
sourceData | ||
destinationData | ||
return | void |
public Rectification ( MatrixH homography ) : System.Collections.Generic | ||
homography | MatrixH | The homography matrix mapping a second image to the overlay image. |
return | System.Collections.Generic |
public Rectification ( double homography ) : System.Collections.Generic | ||
homography | double | The homography matrix mapping a second image to the overlay image. |
return | System.Collections.Generic |