OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptvec
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/calib3d/perf/
perf_cicrlesGrid.cpp
32
vector<Point2f>
ptvec
;
local
33
ptvec
.resize(gridSize.area());
37
declare.in(frame).out(
ptvec
);
39
TEST_CYCLE() ASSERT_TRUE(findCirclesGrid(frame, gridSize,
ptvec
, CALIB_CB_CLUSTERING | CALIB_CB_ASYMMETRIC_GRID));
41
SANITY_CHECK(
ptvec
, 2);
/external/opencv3/samples/cpp/
3calibration.cpp
273
vector<Point2f>
ptvec
;
local
276
bool found = findChessboardCorners( view, boardSize,
ptvec
, CALIB_CB_ADAPTIVE_THRESH );
278
drawChessboardCorners( view, boardSize, Mat(
ptvec
), found );
281
imgpt[k1][i].resize(
ptvec
.size());
282
std::copy(
ptvec
.begin(),
ptvec
.end(), imgpt[k1][i].begin());
/external/opencv3/modules/java/src/
imgproc.cpp
604
// void insert(vector_Point2f
ptvec
)
615
std::vector<Point2f>
ptvec
;
local
617
Mat_to_vector_Point2f( ptvec_mat,
ptvec
);
619
me->insert(
ptvec
);
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 553 milliseconds