OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scaled_image_data
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/imgproc/src/
lsd.cpp
234
double *
scaled_image_data
;
member in class:cv::LineSegmentDetectorImpl
546
scaled_image_data
= scaled_image.ptr<double>(0);
565
double DA =
scaled_image_data
[addr + img_width + 1] -
scaled_image_data
[addr];
566
double BC =
scaled_image_data
[addr + 1] -
scaled_image_data
[addr + img_width];
[
all
...]
Completed in 129 milliseconds