public class SparseMatchInterpolator extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
SparseMatchInterpolator(long addr) |
Modifier and Type | Method and Description |
---|---|
static SparseMatchInterpolator |
__fromPtr__(long addr) |
protected void |
finalize() |
void |
interpolate(Mat from_image,
Mat from_points,
Mat to_image,
Mat to_points,
Mat dense_flow)
Interpolate input sparse matches.
|
clear, empty, getDefaultName, getNativeObjAddr, save
public static SparseMatchInterpolator __fromPtr__(long addr)
public void interpolate(Mat from_image, Mat from_points, Mat to_image, Mat to_points, Mat dense_flow)
from_image
- first of the two matched images, 8-bit single-channel or three-channel.from_points
- points of the from_image for which there are correspondences in the
to_image (Point2f vector, size shouldn't exceed 32767)to_image
- second of the two matched images, 8-bit single-channel or three-channel.to_points
- points in the to_image corresponding to from_points
(Point2f vector, size shouldn't exceed 32767)dense_flow
- output dense matching (two-channel CV_32F image)Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2