/external/opencv3/doc/py_tutorials/py_feature2d/py_brief/ |
py_brief.markdown | 29 location pairs in an unique way (explained in paper). Then some pixel intensity comparisons are done
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_orb/ |
py_orb.markdown | 25 It computes the intensity weighted centroid of the patch with located corner at center. The
|
/external/opencv3/doc/py_tutorials/py_photo/py_inpainting/ |
py_inpainting.markdown | 42 are meant to be continuous). It continues isophotes (lines joining points with same intensity, just
|
/external/opencv3/doc/tutorials/introduction/display_image/ |
display_image.markdown | 57 - IMREAD_GRAYSCALE ( 0) loads the image as an intensity one
|
/external/webp/src/enc/ |
near_lossless.c | 54 // since that keeps the overall intensity more constant in the
|
/frameworks/av/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 549 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; local 550 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = intensity; 552 buf[yuvTexOffsetU + (y * yuvTexStrideU) + x] = intensity; 558 intensity; [all...] |
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/ |
rgbringcoder.h | 121 * Sets the intensity of the red, green, and blue LEDs. Values can
|
/hardware/bsp/intel/peripheral/libupm/src/tsl2561/ |
tsl2561.h | 113 * light intensity to a digital signal output capable of a direct I2C (TSL2561) interface
|
/hardware/intel/img/psb_video/src/ |
vc1_defs.h | 117 WMF_MVMODE_INTENSITY_COMPENSATION = 4, //!< Intensity Compensation
|
/hardware/qcom/display/msm8226/libqdutils/ |
display_config.cpp | 85 inParcel.writeInt32(hsic_data.intensity);
|
/hardware/qcom/display/msm8994/libqdutils/ |
display_config.cpp | 85 inParcel.writeInt32(hsic_data.intensity);
|
/prebuilts/go/darwin-x86/src/image/color/palette/ |
gen.go | 85 fmt.Fprintln(w, "// intensity resolution. This results in 16 gray shades (4 gray subcubes with")
|
/prebuilts/go/linux-x86/src/image/color/palette/ |
gen.go | 85 fmt.Fprintln(w, "// intensity resolution. This results in 16 gray shades (4 gray subcubes with")
|
/external/v8/benchmarks/ |
raytrace.js | 200 intensity: 10.0, 202 initialize : function(pos, color, intensity) { 205 this.intensity = (intensity ? intensity : 10.0);
|
/external/libopus/celt/ |
celt_encoder.c | 113 int intensity; member in struct:OpusCustomEncoder 757 int intensity, opus_val16 surround_trim) 781 for (i=8;i<intensity;i++) [all...] |
/external/ImageMagick/MagickCore/ |
quantize.c | 56 % intensity which varies linearly from 0 to a maximum value, Cmax, which 656 intensity; 661 intensity=0.0; 665 intensity=(double) QuantumRange; 666 image->colormap[0].red=intensity; 667 image->colormap[0].green=intensity; 668 image->colormap[0].blue=intensity; 671 image->colormap[1].red=(double) QuantumRange-intensity; 672 image->colormap[1].green=(double) QuantumRange-intensity; 673 image->colormap[1].blue=(double) QuantumRange-intensity; 650 intensity; local 3281 intensity; local 3361 intensity; local [all...] |
/external/ImageMagick/coders/ |
miff.c | 882 if (LocaleCompare(keyword,"pixel-intensity") == 0) 885 intensity; 887 intensity=ParseCommandOption(MagickPixelIntensityOptions, 889 if (intensity < 0) 891 image->intensity=(PixelIntensityMethod) intensity; 880 intensity; local [all...] |
/external/ImageMagick/tests/ |
validate.c | 99 const double intensity,double *red,double *green,double *blue) 108 *blue=intensity*(1.0-saturation); 109 *red=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)* 111 *green=3.0*intensity-*red-*blue; 117 *red=intensity*(1.0-saturation); 118 *green=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)* 120 *blue=3.0*intensity-*red-*green; 125 *green=intensity*(1.0-saturation); 126 *blue=intensity*(1.0+saturation*cos(h*(MagickPI/180.0))/cos((60.0-h)* 128 *red=3.0*intensity-*green-*blue [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.cpp | 460 // Set the intensity weights to use for cross-fading 468 // Set the intensity weights to use for cross-fading 513 // Set the intensity weights to use for cross-fading 521 // Set the intensity weights to use for cross-fading 937 // Weight of the intensity already in the output pixel 939 // Weight of the intensity from the input pixel (current frame) [all...] |
/external/opencv3/modules/photo/include/opencv2/ |
photo.hpp | 428 CV_WRAP virtual void setIntensity(float intensity) = 0; 440 @param intensity result intensity in [-8, 8] range. Greater intensity produces brighter results. 447 createTonemapReinhard(float gamma = 1.0f, float intensity = 0.0f, float light_adapt = 1.0f, float color_adapt = 0.0f); [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 475 // Set the intensity weights to use for cross-fading 483 // Set the intensity weights to use for cross-fading 528 // Set the intensity weights to use for cross-fading 536 // Set the intensity weights to use for cross-fading 935 // Weight of the intensity already in the output pixel 937 // Weight of the intensity from the input pixel (current frame) [all...] |
/external/ImageMagick/ImageMagick/api/ |
attribute.html | 136 <p>IdentifyImageGray() returns grayscale if all the pixels in the image have the same red, green, and blue intensities, and bi-level is the intensity is either 0 or QuantumRange. Otherwise undefined is returned.</p> 162 <p>IdentifyImageMonochrome() returns MagickTrue if all the pixels in the image have the same red, green, and blue intensities and the intensity is either 0 or QuantumRange.</p>
|
/external/ImageMagick/utilities/ |
magick-script.1 | 129 improve contrast by `stretching' the intensity range 161 improve contrast by `stretching with saturation' the intensity range
|
magick-script.1.in | 129 improve contrast by `stretching' the intensity range 161 improve contrast by `stretching with saturation' the intensity range
|
magick.1 | 126 improve contrast by `stretching' the intensity range 158 improve contrast by `stretching with saturation' the intensity range
|