/external/opencv3/doc/py_tutorials/py_imgproc/py_geometric_transformations/ |
py_geometric_transformations.markdown | 103 output image. To find the transformation matrix, we need three points from input image and their 107 Check below example, and also look at the points I selected (which are marked in Green color): 130 straight even after the transformation. To find this transformation matrix, you need 4 points on the 131 input image and corresponding points on the output image. Among these 4 points, 3 of them should not
|
/external/opencv3/modules/calib3d/test/ |
test_modelest.cpp | 139 //generate points in a general position (i.e. no three points can lie on the same line.) 147 // for each line check that all other points don't belong to it 179 //create points in a degenerate position (there are at least 3 points belonging to the same line)
|
/external/skia/src/pathops/ |
SkOpEdgeBuilder.cpp | 61 // very tiny points cause numerical instability : don't allow them 102 continue; // skip degenerate points 112 continue; // skip degenerate points 122 continue; // skip degenerate points 134 continue; // skip degenerate points
|
/external/zlib/src/as400/ |
bndsrc | 4 /* Version 1.1.3 entry points. */ 90 /* Version 1.2.1 additional entry points. */ 133 /* Version 1.2.5 additional entry points. */ 183 /* Version 1.2.6 additional entry points. */ 206 /* Version 1.2.8 additional entry points. */
|
/frameworks/base/core/java/android/net/ |
ProxyInfo.java | 61 * Constructs a {@link ProxyInfo} object that points at a Direct proxy 69 * Constructs a {@link ProxyInfo} object that points at a Direct proxy 91 * Create a ProxyProperties that points at a HTTP Proxy. 102 * Create a ProxyProperties that points at a PAC URL. 116 * Create a ProxyProperties that points at a PAC URL.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
HermiteInterpolator.java | 67 * {@link #mP2X}, and {@link #mP2Y}. The slope of the tangents at start and end points will be 70 * @param p0 the index just before interpolation interval. If <code>p1</code> points the start 71 * of valid points, <code>p0</code> must be less than <code>minPos</code> of 75 * @param p3 the index just after interpolation interval. If <code>p2</code> points the end of 76 * valid points, <code>p3</code> must be equal or greater than <code>maxPos</code> of
|
/external/chromium-trace/catapult/third_party/flot/ |
jquery.flot.js | 560 points: { 602 minBorderMargin: null, // in pixels, null means taken from points radius 1107 s.datapoints = { points: [] }; property in class:s.datapoints [all...] |
API.md | 65 data format is an array of points: 87 line segment end, i.e. the points before and after the null value are 90 Lines and points take two coordinates. For filled lines and bars, you 103 points: specific points options 167 points: { show: true } 342 that the scaling algorithm will add to avoid that the outermost points 352 suppress weekends or compress far away points with a logarithm or some 518 Generally, the various interfaces in Flot dealing with data points 731 lines, points, bars: [all...] |
/external/icu/icu4c/source/common/ |
unormimp.h | 120 _NORM_INDEX_COMBINE_FWD_COUNT, /* number of code points that combine forward */ 121 _NORM_INDEX_COMBINE_BOTH_COUNT, /* number of code points that combine forward and backward */ 122 _NORM_INDEX_COMBINE_BACK_COUNT, /* number of code points that combine backward */ 363 * These cc's are the cc's of the first and last code points in the 392 * // s points to the single-unit string 418 * code points get a 0 bit. 425 * This array maps from code points c to sets of code points (USerializedSet). 426 * The result sets are the code points whose canonical decompositions start 441 * - a sorted search table for BMP code points whose results ar [all...] |
/external/opencv3/modules/calib3d/src/ |
triangulate.cpp | 69 CV_Error( CV_StsOutOfRange, "Number of points must be more than zero" ); 72 CV_Error( CV_StsUnmatchedSizes, "Number of points must be the same" ); 75 CV_Error( CV_StsUnmatchedSizes, "Number of proj points coordinates must be == 2" ); 78 CV_Error( CV_StsUnmatchedSizes, "Number of world points coordinates must be == 4" ); 120 /* Points was reconstructed. Try to reproject points */ 171 * is the geometric distance between points a and b) subject to the epipolar constraint 175 * points1_ : 1xN matrix containing the first set of points 176 * points2_ : 1xN matrix containing the second set of points 177 * new_points1 : the optimized points1_. if this is NULL, the corrected points are placed back in points1 [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
screen_finder.py | 186 points = np.vstack(intersections[:, 0].flat) 187 if (self._prev_corners is not None and len(points) >= 4 and 188 not self._HasMovedFast(points, self._prev_corners)): 235 these pairs helps dramatically reduce the number of points we have to 236 process, as these points could not represent screen corners anyways. 240 points and the lines that intersect there of all lines in the array that 391 intersections: The numpy array of points, and the lines that intersect 400 points = np.vstack(intersections[:, 0].flat) 405 line1a1 = np.pi - np.arctan2(lines1[:, 1] - points[:, 1], 406 lines1[:, 0] - points[:, 0] [all...] |
/external/opencv3/modules/viz/include/opencv2/viz/ |
widgets.hpp | 197 /** @brief Transforms internal widget data (i.e. points, normals) using the given transform. 390 WPolyLine(InputArray points, InputArray colors); 393 @param points Point set. 396 WPolyLine(InputArray points, const Color &color = Color::white()); 676 @param cloud Set of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4. 679 Points in the cloud belong to mask when they are set to (NaN, NaN, NaN). 684 @param cloud Set of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4. 687 Points in the cloud belong to mask when they are set to (NaN, NaN, NaN). 692 @param cloud Set of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4. 696 Points in the cloud belong to mask when they are set to (NaN, NaN, NaN) [all...] |
/external/ImageMagick/coders/ |
dds.c | 2801 points[16]; local [all...] |
/external/boringssl/src/crypto/ec/ |
wnaf.c | 254 /* TODO: This function used to take |points| and |scalars| as arrays of 258 const EC_POINT **points = p != NULL ? &p : NULL; local 290 /* num_val will be the total number of temporarily precomputed points */ 310 /* All points we precompute now go into a single array 'val'. 'val_sub[i]' is 319 /* allocate points for precomputation */ 341 * val_sub[i][0] := points[i] 342 * val_sub[i][1] := 3 * points[i] 343 * val_sub[i][2] := 5 * points[i] 348 if (!EC_POINT_copy(val_sub[i][0], points[i])) {
|
/external/freetype/include/ |
ftstroke.h | 538 * with the stroker. It returns the number of points and 551 * The number of points. 565 * points, while the `right' border becomes empty. 587 * Note that this function appends the border points and 611 * points, while the `right' border becomes empty. 629 * with the stroker. It returns the number of points and 630 * contours necessary to export all points/borders from the stroked 639 * The number of points. 662 * Note that this function appends the border points and
|
/external/icu/icu4c/source/common/unicode/ |
uchriter.h | 23 * characters (code units or code points) in a UChar array. 252 * code points to return, returns DONE. 265 * no more code points to return, returns DONE. 272 * Returns FALSE if there are no more code units or code points 276 * @return FALSE if there are no more code units or code points 294 * code points to return, returns DONE. 301 * Returns FALSE if there are no more code units or code points 305 * @return FALSE if there are no more code units or code points 327 * The movement is expressed in numbers of code points forward
|
utf8.h | 213 * The result is undefined if the offset points to an illegal UTF-8 238 * If the offset points to an illegal UTF-8 byte sequence, then 265 * If the offset points to an illegal UTF-8 byte sequence, then 297 * The result is undefined if the offset points to a trail byte 332 * If the offset points to a trail byte or an illegal UTF-8 sequence, then 379 * If the offset points to a trail byte or an illegal UTF-8 sequence, then 422 * The offset points to the current end of the string contents 454 * The offset points to the current end of the string contents 527 * i.e., move forward by n code points. 533 * @param n number of code points to ski [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/ |
TimeOfImpact.java | 159 // System.out.printf("Dist: %f at points %f, %f and %f, %f. %d iterations\n", 209 // Compute the initial separation of the witness points. 304 POINTS, FACE_A, FACE_B; 352 m_type = Type.POINTS; 366 // Two points on B and one on A. 392 // Two points on A and one or two points on B. 430 case POINTS: { 492 case POINTS: {
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btBox2dBox2dCollisionAlgorithm.cpp | 69 // refreshContactPoints is only necessary when using persistent contact points. otherwise all points are newly added 103 // Start with no output points 106 // Calculate the distance of end points to the line 110 // If the points are behind the plane 114 // If the points are on different sides of the plane 304 // The normal points from 1 to 2 396 // Now clipPoints2 contains the clipped points. 407 //b2ManifoldPoint* cp = manifold->points + pointCount;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftstroke.h | 538 * with the stroker. It returns the number of points and 551 * The number of points. 565 * points, while the `right' border becomes empty. 587 * Note that this function appends the border points and 611 * points, while the `right' border becomes empty. 629 * with the stroker. It returns the number of points and 630 * contours necessary to export all points/borders from the stroked 639 * The number of points. 662 * Note that this function appends the border points and
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftstroke.h | 538 * with the stroker. It returns the number of points and 551 * The number of points. 565 * points, while the `right' border becomes empty. 587 * Note that this function appends the border points and 611 * points, while the `right' border becomes empty. 629 * with the stroker. It returns the number of points and 630 * contours necessary to export all points/borders from the stroked 639 * The number of points. 662 * Note that this function appends the border points and
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftstroke.h | 538 * with the stroker. It returns the number of points and 551 * The number of points. 565 * points, while the `right' border becomes empty. 587 * Note that this function appends the border points and 611 * points, while the `right' border becomes empty. 629 * with the stroker. It returns the number of points and 630 * contours necessary to export all points/borders from the stroked 639 * The number of points. 662 * Note that this function appends the border points and
|
/external/opencv3/modules/imgproc/src/ |
convhull.cpp | 131 Mat points = _points.getMat(); local 132 int i, total = points.checkVector(2), depth = points.depth(), nout = 0; 149 Point* data0 = points.ptr<Point>(); 153 CV_Assert(points.isContinuous()); 238 // if all the points lie on the same line, then 240 // (except the exteme points). 267 Mat points = _points.getMat(); local 268 int i, j = 0, npoints = points.checkVector(2, CV_32S); 281 const Point* ptr = points.ptr<Point>() [all...] |
/external/valgrind/memcheck/tests/x86-linux/ |
scalar.stderr.exp | 29 Syscall param read(buf) points to unaddressable byte(s) 49 Syscall param write(buf) points to unaddressable byte(s) 65 Syscall param open(filename) points to unaddressable byte(s) 99 Syscall param waitpid(status) points to unaddressable byte(s) 115 Syscall param creat(pathname) points to unaddressable byte(s) 131 Syscall param link(oldpath) points to unaddressable byte(s) 136 Syscall param link(newpath) points to unaddressable byte(s) 148 Syscall param unlink(pathname) points to unaddressable byte(s) 168 Syscall param execve(filename) points to unaddressable byte(s) 180 Syscall param chdir(path) points to unaddressable byte(s [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/ |
b2ContactSolver.cpp | 108 b2ManifoldPoint* cp = manifold->points + j; 109 b2VelocityConstraintPoint* vcp = vc->points + j; 187 b2VelocityConstraintPoint* vcp = vc->points + j; 189 vcp->rA = worldManifold.points[j] - cA; 190 vcp->rB = worldManifold.points[j] - cB; 217 // If we have two points, then prepare the block solver. 220 b2VelocityConstraintPoint* vcp1 = vc->points + 0; 221 b2VelocityConstraintPoint* vcp2 = vc->points + 1; 276 b2VelocityConstraintPoint* vcp = vc->points + j; 320 b2VelocityConstraintPoint* vcp = vc->points + j [all...] |