OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sobel_lsz
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/imgproc/src/
corner.cpp
387
const int
sobel_lsz
= 16;
local
389
wholeSize.height >
sobel_lsz
+ (aperture_size >> 1) &&
390
wholeSize.width >
sobel_lsz
+ (aperture_size >> 1))
397
size_t localsize[2] = {
sobel_lsz
,
sobel_lsz
};
Completed in 868 milliseconds