![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
Functions | |
void | siftWrapper (const Mat &img, vector< KeyPoint > &keypoints, Mat &descriptor) |
void | oclSiftWrapper (const Mat &img, vector< KeyPoint > &keypoints, Mat &descriptor) |
void | match2img (const char *img1, const char *img2, Mat &output) |
void | oclMatch2img (const char *img1_p, const char *img2_p, Mat &output) |
void | drawKeypointsMine (Mat &img, vector< KeyPoint > keypoint, Mat &output) |
void drawKeypointsMine | ( | Mat & | img, |
vector< KeyPoint > | keypoint, | ||
Mat & | output | ||
) |
Draws keypoints
img | Source image |
keypoint | Keypoints from the source image |
output | Output image |
void match2img | ( | const char * | img1, |
const char * | img2, | ||
Mat & | output | ||
) |
Match 2 image (Native)
img1 | 1st image's path |
img2 | 2nd image's path |
output | Match result |
void oclMatch2img | ( | const char * | img1_p, |
const char * | img2_p, | ||
Mat & | output | ||
) |
Match 2 image (OpenCL)
img1_p | 1st image's path |
img2_p | 2nd image's path |
output | Match result |
void oclSiftWrapper | ( | const Mat & | img, |
vector< KeyPoint > & | keypoints, | ||
Mat & | descriptor | ||
) |
Wrapper function for extractSiftFeatures (OpenCL)
img | Source image, rgb only |
keypoints | Vector for store sift feature point |
descriptor | Mat for store sift descriptor, each row for a keypoint |
void siftWrapper | ( | const Mat & | img, |
vector< KeyPoint > & | keypoints, | ||
Mat & | descriptor | ||
) |
Wrapper function for extractSiftFeatures (Native)
img | Source image, rgb only |
keypoints | Vector for store sift feature point |
descriptor | Mat for store sift descriptor, each row for a keypoint |