OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pts3
(Results
26 - 26
of
26
) sorted by null
1
2
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
cloning_gui.cpp
109
const Point*
pts3
[1] = {&pts[0]};
local
110
polylines( img1,
pts3
, &numpts,1, 1, Scalar(0,0,0), 2, 8, 0);
467
const Point*
pts3
[1] = {&pts[0]};
local
468
polylines( img1,
pts3
, &numpts,1, 1, Scalar(0,0,0), 2, 8, 0);
Completed in 59 milliseconds
1
2