OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
Static Public Member Functions | |
static void | drawKeypoints (Mat image, MatOfKeyPoint keypoints, Mat outImage) |
Draws keypoints. | |
static void | drawKeypoints (Mat image, MatOfKeyPoint keypoints, Mat outImage, in Vec4d color) |
Draws keypoints. | |
static void | drawKeypoints (Mat image, MatOfKeyPoint keypoints, Mat outImage, in Vec4d color, int flags) |
Draws keypoints. | |
static void | drawKeypoints (Mat image, MatOfKeyPoint keypoints, Mat outImage, in(double v0, double v1, double v2, double v3) color) |
Draws keypoints. | |
static void | drawKeypoints (Mat image, MatOfKeyPoint keypoints, Mat outImage, in(double v0, double v1, double v2, double v3) color, int flags) |
Draws keypoints. | |
static void | drawKeypoints (Mat image, MatOfKeyPoint keypoints, Mat outImage, Scalar color) |
Draws keypoints. | |
static void | drawKeypoints (Mat image, MatOfKeyPoint keypoints, Mat outImage, Scalar color, int flags) |
Draws keypoints. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, in Vec4d matchColor) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, in Vec4d matchColor, in Vec4d singlePointColor) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, in Vec4d matchColor, in Vec4d singlePointColor, MatOfByte matchesMask) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, in Vec4d matchColor, in Vec4d singlePointColor, MatOfByte matchesMask, int flags) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, in(double v0, double v1, double v2, double v3) matchColor) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor, MatOfByte matchesMask) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor, MatOfByte matchesMask, int flags) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, in Vec4d matchColor) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, in Vec4d matchColor, in Vec4d singlePointColor) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, in Vec4d matchColor, in Vec4d singlePointColor, MatOfByte matchesMask) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, in Vec4d matchColor, in Vec4d singlePointColor, MatOfByte matchesMask, int flags) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, in(double v0, double v1, double v2, double v3) matchColor) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor, MatOfByte matchesMask) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor, MatOfByte matchesMask, int flags) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, Scalar matchColor) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, Scalar matchColor, Scalar singlePointColor) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, Scalar matchColor, Scalar singlePointColor, MatOfByte matchesMask) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, int matchesThickness, Scalar matchColor, Scalar singlePointColor, MatOfByte matchesMask, int flags) |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, Scalar matchColor) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, Scalar matchColor, Scalar singlePointColor) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, Scalar matchColor, Scalar singlePointColor, MatOfByte matchesMask) |
Draws the found matches of keypoints from two images. | |
static void | drawMatches (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, MatOfDMatch matches1to2, Mat outImg, Scalar matchColor, Scalar singlePointColor, MatOfByte matchesMask, int flags) |
Draws the found matches of keypoints from two images. | |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, in Vec4d matchColor) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, in Vec4d matchColor, in Vec4d singlePointColor) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, in Vec4d matchColor, in Vec4d singlePointColor, List< MatOfByte > matchesMask) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, in Vec4d matchColor, in Vec4d singlePointColor, List< MatOfByte > matchesMask, int flags) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, in(double v0, double v1, double v2, double v3) matchColor) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor, List< MatOfByte > matchesMask) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, in(double v0, double v1, double v2, double v3) matchColor, in(double v0, double v1, double v2, double v3) singlePointColor, List< MatOfByte > matchesMask, int flags) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, Scalar matchColor) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, Scalar matchColor, Scalar singlePointColor) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, Scalar matchColor, Scalar singlePointColor, List< MatOfByte > matchesMask) |
static void | drawMatchesKnn (Mat img1, MatOfKeyPoint keypoints1, Mat img2, MatOfKeyPoint keypoints2, List< MatOfDMatch > matches1to2, Mat outImg, Scalar matchColor, Scalar singlePointColor, List< MatOfByte > matchesMask, int flags) |
Static Public Attributes | |
const int | DrawMatchesFlags_DEFAULT = 0 |
const int | DrawMatchesFlags_DRAW_OVER_OUTIMG = 1 |
const int | DrawMatchesFlags_DRAW_RICH_KEYPOINTS = 4 |
const int | DrawMatchesFlags_NOT_DRAW_SINGLE_POINTS = 2 |
|
static |
Draws keypoints.
image | Source image. |
keypoints | Keypoints from the source image. |
outImage | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
color | Color of keypoints. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. See details above in drawMatches . |
|
static |
Draws keypoints.
image | Source image. |
keypoints | Keypoints from the source image. |
outImage | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
color | Color of keypoints. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. See details above in drawMatches . |
|
static |
Draws keypoints.
image | Source image. |
keypoints | Keypoints from the source image. |
outImage | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
color | Color of keypoints. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. See details above in drawMatches . |
|
static |
Draws keypoints.
image | Source image. |
keypoints | Keypoints from the source image. |
outImage | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
color | Color of keypoints. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. See details above in drawMatches . |
|
static |
Draws keypoints.
image | Source image. |
keypoints | Keypoints from the source image. |
outImage | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
color | Color of keypoints. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. See details above in drawMatches . |
|
static |
Draws keypoints.
image | Source image. |
keypoints | Keypoints from the source image. |
outImage | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
color | Color of keypoints. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. See details above in drawMatches . |
|
static |
Draws keypoints.
image | Source image. |
keypoints | Keypoints from the source image. |
outImage | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
color | Color of keypoints. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. See details above in drawMatches . |
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
Draws the found matches of keypoints from two images.
img1 | First source image. |
keypoints1 | Keypoints from the first source image. |
img2 | Second source image. |
keypoints2 | Keypoints from the second source image. |
matches1to2 | Matches from the first image to the second one, which means that keypoints1[i] has a corresponding point in keypoints2[matches[i]] . |
outImg | Output image. Its content depends on the flags value defining what is drawn in the output image. See possible flags bit values below. |
matchColor | Color of matches (lines and connected keypoints). If matchColor==Scalar.all(-1) , the color is generated randomly. |
singlePointColor | Color of single keypoints (circles), which means that keypoints do not have the matches. If singlePointColor==Scalar.all(-1) , the color is generated randomly. |
matchesMask | Mask determining which matches are drawn. If the mask is empty, all matches are drawn. |
flags | Flags setting drawing features. Possible flags bit values are defined by DrawMatchesFlags. |
This function draws matches of keypoints from two images in the output image. Match is a line connecting two keypoints (circles). See cv::DrawMatchesFlags.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |