HomeSort by relevance Sort by last modified time
    Searched full:angles (Results 126 - 150 of 263) sorted by null

1 2 3 4 56 7 8 91011

  /development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DialView.java 231 Double startAngle = Math.PI * (9 / 8d); // Angles are in radiansq
  /external/ImageMagick/ImageMagick/api/
feature.html 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /external/ImageMagick/www/api/
feature.html 145 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /external/freetype/src/autofit/
afhints.h 185 * - inflection points (i.e., where the `in' and `out' angles are the
  /external/freetype/src/base/
fttrigon.c 22 /* coordinates. The angles are represented as 16.16 fixed-point values */
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java 502 // Angles are in radians (after multiplying by PI/180)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2TimeOfImpact.cpp 271 // sweep angles.
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.h 344 // all arguments should be normalized angles (i.e. in range [-SIMD_PI, SIMD_PI])
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.h 185 * - inflection points (i.e., where the `in' and `out' angles are the
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
fttrigon.c 22 /* coordinates. The angles are represented as 16.16 fixed-point values */
  /external/opencv3/doc/py_tutorials/py_imgproc/py_houghlines/
py_houghlines.markdown 35 array depends on the accuracy you need. Suppose you want the accuracy of angles to be 1 degree, you
  /external/pdfium/third_party/freetype/src/base/
fttrigon.c 22 /* coordinates. The angles are represented as 16.16 fixed-point values */
  /external/skia/src/pathops/
SkOpAngle.cpp 12 /* Angles are sorted counterclockwise. The smallest angle has a positive x and the smallest
141 // There's not enough information to sort. Get the pairs of angles in opposite planes.
276 // would cause it to intersect one of the adjacent angles
719 // it's likely that a pair of the angles are unorderable
    [all...]
SkPathOpsTypes.h 131 // called in very rare cases where angles are sorted incorrectly -- signfies op will fail
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 40 * The start and end angles of rotation can be controlled to map any circular
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.h 90 // Skips oblique intra modes at angles 27, 63, 117, 153 if the best
  /packages/apps/Camera2/src/com/android/camera/util/
JpegUtilNative.java 214 // Handle negative angles by converting to positive.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XF86keysym.h 194 #define XF86XK_CycleAngle 0x1008FF9C /* cycle through angles */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XF86keysym.h 194 #define XF86XK_CycleAngle 0x1008FF9C /* cycle through angles */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 70 CARDAN_ANGLES_SINGULARITY("Cardan angles singularity"),
94 EULER_ANGLES_SINGULARITY("Euler angles singularity"),
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Math.h 394 /// Normalize the angles.
399 float32 a0, a; ///< world angles
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_detection.cpp 445 // Estimated euler angles
460 // Convert rotation matrix to euler angles
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 185 /* Angles expressed as fixed point radians */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 488 * angles less than or greater than 0 radians rotate the major axis left or right.

Completed in 2286 milliseconds

1 2 3 4 56 7 8 91011