/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/ |
py_contour_properties.markdown | 5 Diameter, Mask image, Mean Intensity etc. More features can be found at [Matlab regionprops 48 4. Equivalent Diameter 51 Equivalent Diameter is the diameter of the circle whose area is same as the contour area. 53 \f[Equivalent \; Diameter = \sqrt{\frac{4 \times Contour \; Area}{\pi}}\f]
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
AvatarGroupRequestDescriptor.java | 98 final float diameter = (float) ((2 - Math.sqrt(2)) * width); local 99 destArray[0] = new RectF(0, 0, diameter, diameter); 100 destArray[1] = new RectF(width - diameter, height - diameter, width, height);
|
/external/skia/src/effects/ |
SkBlurMask.cpp | 43 * cases broken out separately (width < diameter, width >= diameter): 45 * if (width < diameter) { 51 * for (int x = width; x < diameter; ++x) { 61 * for (int x = 0; x < diameter; ++x) { 66 * for (int x = diameter; x < width; ++x) { 72 * for (int x = 0; x < diameter; ++x) { 83 int diameter = leftRadius + rightRadius; local 84 int kernelSize = diameter + 1; 85 int border = SkMin32(width, diameter); 285 int diameter = radius * 2; local [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/animations/ |
reverse-ripple-animation.html | 64 var diameter = Math.sqrt(2 * size * size); 65 var scaleX = diameter / fromRect.width; 66 var scaleY = diameter / fromRect.height;
|
ripple-animation.html | 68 var diameter = Math.sqrt(2 * size * size); 69 var scaleX = diameter / toRect.width; 70 var scaleY = diameter / toRect.height;
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
CircleImageView.java | 150 private void updateRadialGradient(int diameter) { 151 mRadialGradient = new RadialGradient(diameter / 2, diameter / 2,
|
/device/google/marlin/ |
synaptics_dsxv26.idc | 24 touch.size.calibration = diameter
|
/device/htc/flounder/touch/ |
synaptics_dsx.idc | 24 touch.size.calibration = diameter
|
/device/lge/bullhead/ |
synaptics_rmi4_i2c.idc | 24 touch.size.calibration = diameter
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/ |
ArrowShapeBuilder.java | 33 * @param stemThickness is the percentage of stem diameter compared to cap diameter, must be in (0,1]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
UserAvatarView.java | 109 public void setBadgeDiameter(float diameter) { 110 mDrawable.setBadgeRadius(diameter * 0.5f);
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
RoundedThumbnailView.java | 111 /** The current diameter for the thumbnail image. */ 120 * The beginning diameter of the thumbnail for the stretch phase in 125 * The ending diameter of the thumbnail for the stretch phase in thumbnail 130 * The beginning diameter of the thumbnail for the shrink phase in thumbnail 135 * The ending diameter of the thumbnail for the shrink phase in thumbnail 147 /** The beginning diameter of the ripple ring. */ 149 /** The ending diameter of the ripple ring. */ 158 * The current ripple ring diameter which is updated by the ripple animator 311 // Draw the old thumbnail with the final diameter. 395 * Gets the diameter of the thumbnail image after the revealing animation [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PUserDatabaseHeader.java | 42 * nor a TEL URI. It is a DIAMETER AAA URI.The value of this AAA URI
|
/external/opencv3/modules/core/misc/java/src/java/ |
core+KeyPoint.java | 13 * Diameter of the useful keypoint adjacent area.
|
/external/replicaisland/src/com/replica/replicaisland/ |
SphereCollisionVolume.java | 149 final float diameter = Math.max(horizontalDelta, verticalDelta); local 153 final float newRadius = diameter / 2.0f;
|
/frameworks/base/packages/SystemUI/res/values-sw600dp/ |
dimens.xml | 23 <!-- Diameter of outer shape drawable shown in navbar search--> 26 <!-- Diameter of outer shape drawable shown in navbar search. Should be 1/2 of above value. -->
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
PagingIndicator.java | 69 = new Property<Dot, Float>(Float.class, "diameter") { 486 public void setDiameter(float diameter) { 487 this.mDiameter = diameter; 488 this.mRadius = diameter / 2; 489 this.mArrowImageRadius = diameter / 2 * mArrowToBgRatio;
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
CircularImageView.java | 88 * mask. Only draws a circle with diameter equal to the destination width.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyButtonRipple.java | 90 final float diameter = getRippleSize() * mGlowScale; local 91 final float radius = diameter * .5f;
|
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/ |
PageIndicatorDots.java | 282 float diameter = 2 * mDotRadius; local 289 sTempRect.right = sTempRect.left + diameter;
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
PreviewOverlay.java | 286 // Diameter of Zoom UI as fraction of maximum possible without clipping. 288 // Diameter of Zoom UI donut hole as fraction of Zoom UI diameter.
|
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/ |
minicircle.py | 28 """Derive the mini circle with p1 and p2 composing the diameter.
|
/external/eigen/unsupported/Eigen/ |
BVH | 50 * - Find the diameter of a point cloud (done by looking at the cartesian product and using negative distance as the function)
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
ModelBuilder.java | 386 * @param stemThickness is the percentage of stem diameter compared to cap diameter, must be in (0,1]
413 * @param stemThickness is the percentage of stem diameter compared to cap diameter, must be in (0,1]
|
/external/opencv3/samples/python2/ |
deconvolution.py | 12 [--d <diameter>]
|