OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawKeypoints
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/modules/features2d/src/
draw.cpp
91
void
drawKeypoints
( InputArray image, const std::vector<KeyPoint>& keypoints, InputOutputArray outImage,
162
drawKeypoints
( _outImg1, keypoints1, _outImg1, singlePointColor, flags | DrawMatchesFlags::DRAW_OVER_OUTIMG );
165
drawKeypoints
( _outImg2, keypoints2, _outImg2, singlePointColor, flags | DrawMatchesFlags::DRAW_OVER_OUTIMG );
/external/opencv3/modules/java/src/
features2d+Features2d.java
25
// C++: void
drawKeypoints
(Mat image, vector_KeyPoint keypoints, Mat outImage, Scalar color = Scalar::all(-1), int flags = 0)
28
//javadoc:
drawKeypoints
(image, keypoints, outImage, color, flags)
29
public static void
drawKeypoints
(Mat image, MatOfKeyPoint keypoints, Mat outImage, Scalar color, int flags)
37
//javadoc:
drawKeypoints
(image, keypoints, outImage)
38
public static void
drawKeypoints
(Mat image, MatOfKeyPoint keypoints, Mat outImage)
108
// C++: void
drawKeypoints
(Mat image, vector_KeyPoint keypoints, Mat outImage, Scalar color = Scalar::all(-1), int flags = 0)
features2d.cpp
279
// void
drawKeypoints
(Mat image, vector_KeyPoint keypoints, Mat outImage, Scalar color = Scalar::all(-1), int flags = 0)
296
cv::
drawKeypoints
( image, keypoints, outImage, color, (int)flags );
321
cv::
drawKeypoints
( image, keypoints, outImage );
[
all
...]
/external/opencv3/samples/python2/
find_obj.py
126
cur_vis = cv2.
drawKeypoints
(cur_vis, kp1s, flags=4, color=kp_color)
127
cur_vis[:,w1:] = cv2.
drawKeypoints
(cur_vis[:,w1:], kp2s, flags=4, color=kp_color)
/external/opencv3/samples/cpp/
detect_blob.cpp
188
drawKeypoints
(img, keyImg, result);
/external/opencv3/modules/features2d/misc/java/src/cpp/
features2d_manual.hpp
412
CV_EXPORTS_W void
drawKeypoints
( const Mat& image, const std::vector<KeyPoint>& keypoints, Mat& outImage,
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 397 milliseconds