OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateImage
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/
MainPage.xaml.cpp
48
UpdateImage
(groupFaces);
73
UpdateImage
(groupFaces);
79
void FaceDetection::MainPage::
UpdateImage
(const cv::Mat& image) {
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
MainPage.xaml.cpp
51
UpdateImage
(Lena);
85
UpdateImage
(Lena);
160
void OcvImageProcessing::MainPage::
UpdateImage
(const cv::Mat& image)
248
UpdateImage
(Lena);
251
UpdateImage
(ApplyGrayFilter(Lena));
254
UpdateImage
(ApplyCannyFilter(Lena));
257
UpdateImage
(ApplyBlurFilter(Lena));
260
UpdateImage
(ApplyFindFeaturesFilter(Lena));
263
UpdateImage
(ApplySepiaFilter(Lena));
266
UpdateImage
(Lena)
[
all
...]
Completed in 134 milliseconds