OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:measure_sharp
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/modules/ocl/
cv_image_sharp.h
37
float
measure_sharp
(const cv::Mat &image);
cv_image_sharp.cpp
51
CVImageSharp::
measure_sharp
(const cv::Mat &image)
function in class:XCam::CVImageSharp
/external/libxcam/tests/
test-image-deblurring.cpp
162
float input_sharp = sharp->
measure_sharp
(input_image);
163
float output_sharp = sharp->
measure_sharp
(output_image);
Completed in 732 milliseconds