OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstPoints
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp
115
CFX_PointF
dstPoints
[3];
116
dstPoints
[0].Set(0, 0);
117
dstPoints
[1].Set(srcRect.width, 0);
118
dstPoints
[2].Set(0, srcRect.height);
119
matrix.TransformPoints(
dstPoints
, 3);
120
m_pGraphics->DrawImage(pGdiImg->m_pImage, (Gdiplus::PointF*)
dstPoints
, 3,
/external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp
263
@param
dstPoints
Coordinates of the points in the target plane, a matrix of the type CV_32FC2 or
272
\f[\| \texttt{
dstPoints
} _i - \texttt{convertPointsHomogeneous} ( \texttt{H} * \texttt{srcPoints} _i) \| > \texttt{ransacReprojThreshold}\f]
273
then the point \f$i\f$ is considered an outlier. If srcPoints and
dstPoints
are measured in pixels,
323
CV_EXPORTS_W Mat findHomography( InputArray srcPoints, InputArray
dstPoints
,
329
CV_EXPORTS Mat findHomography( InputArray srcPoints, InputArray
dstPoints
,
[
all
...]
/external/opencv3/modules/java/src/
calib3d+Calib3d.java
[
all
...]
calib3d.cpp
[
all
...]
/external/opencv3/modules/calib3d/src/
circlesgrid.cpp
823
std::vector<Point2f>
dstPoints
;
834
dstPoints
.push_back(offset + Point2f(edgeLength * j, edgeLength * i));
838
Mat H = findHomography(Mat(centers), Mat(
dstPoints
), RANSAC);
839
//Mat H = findHomography( Mat( corners ), Mat(
dstPoints
) );
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 3056 milliseconds