OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pm_g1
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.h
24
void
pm_g1
(const cv::Mat& Lx, const cv::Mat& Ly, cv::Mat& dst, float k);
nldiffusion_functions.cpp
94
void
pm_g1
(const cv::Mat& Lx, const cv::Mat& Ly, cv::Mat& dst, float k) {
function in namespace:cv
KAZEFeatures.cpp
126
pm_g1
(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast);
[
all
...]
AKAZEFeatures.cpp
140
pm_g1
(evolution_[i].Lx, evolution_[i].Ly, Lflow, options_.kcontrast);
[
all
...]
Completed in 2911 milliseconds