/external/tensorflow/tensorflow/examples/tutorials/deepdream/ |
README.md | 11 - using Laplacian Pyramid Gradient Normalization to produce smooth and colorful visuals at low cost
|
/external/libxcam/modules/ocl/ |
cv_image_sharp.cpp | 54 cv::Laplacian (image, dst, -1, 3, 1, 0, cv::BORDER_CONSTANT);
|
cv_image_deblurring.cpp | 119 cv::Laplacian (image, dst, -1, 3, 1, 0, cv::BORDER_CONSTANT);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_matrix_filter.h | 29 gaussian, mean, laplacian, emboss, sharpness etc.. */
|
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/ |
sliced_wasserstein_impl.py | 46 """Compute a Laplacian pyramid. 217 Laplacian level. 224 Laplacian pyramid from the highest resoluion to the lowest. 250 # Gather patches for each level of the Laplacian pyramids.
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
healing.rs | 25 float3 __attribute__((kernel)) laplacian(uint32_t x, uint32_t y) { 143 rsForEachWithOptions(laplacian, &opts, laplace);
|
/external/tensorflow/tensorflow/docs_src/tutorials/ |
pdes.md | 63 """Compute the 2D laplacian of an array"""
|
/external/opencv/cv/src/ |
cvderiv.cpp | 148 IPCV_FILTER_PTRS( Laplacian ) 350 Laplacian Filter 417 "Laplacian can either transform 8u->16s, or 8u->32f, or 32f->32f.\n" 800 CvLaplaceFilter laplacian; local [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 187 // Expand and add (reconstruct from Laplacian) 195 // Expand and subtract (build Laplacian)
|
Blend.cpp | 360 // Generate Laplacian pyramids 365 LOGE("Error: Could not generate Laplacian pyramids"); [all...] |
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
healing.rs | 73 float3 __attribute__((kernel)) laplacian( uint32_t x, uint32_t y) {
|
/external/ImageMagick/ImageMagick/api/ |
effect.html | 84 <dd>the standard deviation of the Laplacian, in pixels. </dd> 119 <dd>the standard deviation of the Laplacian, in pixels. </dd> 602 <dd>the standard deviation of the Laplacian, in pixels. </dd>
|
morphology.html | 142 <dd> LoG:{radius},{sigma} "Laplacian of a Gaussian" or "Mexician Hat" Kernel. The supposed ideal edge detection, zero-summing kernel. </dd> 168 <dd> Laplacian:{type} Discrete Lapacian Kernels, (without normalization) Type 0 : 3x3 with center:8 surounded by -1 (8 neighbourhood) Type 1 : 3x3 with center:4 edge:-1 corner:0 (4 neighbourhood) Type 2 : 3x3 with center:4 edge:1 corner:-2 Type 3 : 3x3 with center:4 edge:-2 corner:1 Type 5 : 5x5 laplacian Type 7 : 7x7 laplacian Type 15 : 5x5 LoG (sigma approx 1.4) Type 19 : 9x9 LoG (sigma approx 1.4) </dd> [all...] |
/external/ImageMagick/www/api/ |
effect.php | 84 <dd>the standard deviation of the Laplacian, in pixels. </dd> 119 <dd>the standard deviation of the Laplacian, in pixels. </dd> 567 <dd>the standard deviation of the Laplacian, in pixels. </dd>
|
effect.html | 88 <dd>the standard deviation of the Laplacian, in pixels. </dd> 123 <dd>the standard deviation of the Laplacian, in pixels. </dd> 606 <dd>the standard deviation of the Laplacian, in pixels. </dd>
|
morphology.html | 146 <dd> LoG:{radius},{sigma} "Laplacian of a Gaussian" or "Mexician Hat" Kernel. The supposed ideal edge detection, zero-summing kernel. </dd> 172 <dd> Laplacian:{type} Discrete Lapacian Kernels, (without normalization) Type 0 : 3x3 with center:8 surounded by -1 (8 neighbourhood) Type 1 : 3x3 with center:4 edge:-1 corner:0 (4 neighbourhood) Type 2 : 3x3 with center:4 edge:1 corner:-2 Type 3 : 3x3 with center:4 edge:-2 corner:1 Type 5 : 5x5 laplacian Type 7 : 7x7 laplacian Type 15 : 5x5 LoG (sigma approx 1.4) Type 19 : 9x9 LoG (sigma approx 1.4) </dd> [all...] |
morphology.php | 142 <dd> LoG:{radius},{sigma} "Laplacian of a Gaussian" or "Mexician Hat" Kernel. The supposed ideal edge detection, zero-summing kernel. </dd> 168 <dd> Laplacian:{type} Discrete Lapacian Kernels, (without normalization) Type 0 : 3x3 with center:8 surounded by -1 (8 neighbourhood) Type 1 : 3x3 with center:4 edge:-1 corner:0 (4 neighbourhood) Type 2 : 3x3 with center:4 edge:1 corner:-2 Type 3 : 3x3 with center:4 edge:-2 corner:1 Type 5 : 5x5 laplacian Type 7 : 7x7 laplacian Type 15 : 5x5 LoG (sigma approx 1.4) Type 19 : 9x9 LoG (sigma approx 1.4) </dd> [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rd.c | 321 // This table models the rate for a Laplacian source with given variance 339 // This table models the normalized distortion for a Laplacian source 402 // This function models the rate and distortion for a Laplacian
|
/external/opencv/cv/include/ |
cv.h | 158 /* Calculates the image Laplacian: (d2/dx + d2/dy)I */ 1081 int laplacian; member in struct:CvSURFPoint [all...] |
cv.hpp | 280 /* Laplacian operator: (d2/dx + d2/dy)I. */
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Image.h | 543 // specifies the standard deviation of the Laplacian, in pixels. 655 // specifies the standard deviation of the Laplacian, in pixels. 686 // specifies the standard deviation of the Laplacian, in pixels. [all...] |
/external/ImageMagick/tests/ |
validate.h | 150 "+noise Laplacian",
|
/external/libxcam/ |
ChangeLog | 58 - based on gaussian and laplacian pyramid and blend images in each
|
/external/ImageMagick/www/source/ |
examples.pl | 60 $example->AddNoise("Laplacian");
|
/external/ImageMagick/MagickCore/ |
morphology.c | 603 % "Laplacian of a Gaussian" or "Mexician Hat" Kernel. 659 % Laplacian:{type} 665 % Type 5 : 5x5 laplacian 666 % Type 7 : 7x7 laplacian [all...] |