OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convolution
(Results
76 - 100
of
150
) sorted by null
1
2
3
4
5
6
/external/ImageMagick/utilities/
mogrify.1.in
151
apply a
convolution
kernel to the image
convert.1.in
153
apply a
convolution
kernel to the image
/external/ImageMagick/www/
conjure.html
428
<td>apply a
convolution
kernel to the image. Given a kernel "order" , you would supply "order*order" float values (e.g. 3x3 implies 9 values).</td>
501
<td>enhance edges within the image with a
convolution
filter of the given radius.</td>
507
<td>emboss the image with a
convolution
filter of the given radius and standard deviation (sigma).</td>
543
<td>apply a
convolution
kernel to the image.</td>
[
all
...]
/external/eigen/bench/tensors/
tensor_benchmarks.h
417
void
convolution
(int num_iters, int kernel_x, int kernel_y) {
function in class:BenchmarkSuite
/external/opencv/cv/include/
cv.hpp
138
/* pointers to
convolution
functions, initialized by init method.
/external/opencv/cv/src/
cvsnakes.cpp
112
/* inner buffer of
convolution
process */
/external/speex/libspeex/
cb_search.c
67
/* Compute codeword response using
convolution
with impulse response */
/external/ImageMagick/www/api/
effect.html
168
<p>ConvolveImage() applies a custom
convolution
kernel to the image.</p>
225
<p>EdgeImage() finds edges in an image. Radius defines the radius of the
convolution
filter. Use a radius of 0 and EdgeImage() selects a suitable radius for you.</p>
Image++.html
651
convolution
to the image. The <i>order_</i> parameter represents the
653
is a two-dimensional array of doubles representing the
convolution
[
all
...]
/external/mesa3d/docs/specs/
MESA_texture_array.spec
221
*
Convolution
will be performed on the image (possibly changing its
222
width and height) if SEPARABLE 2D or
CONVOLUTION
2D is enabled.
[
all
...]
/external/ImageMagick/Magick++/lib/Magick++/
Image.h
785
// Convolve image. Applies a user-specified
convolution
to the image.
787
// kernel_ is an array of doubles representing the
convolution
kernel.
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp
595
// circular
convolution
with impulse response
851
/* circular
convolution
with impulse response */
/hardware/interfaces/neuralnetworks/1.0/
types.hal
154
* Performs an 2-D
convolution
operation.
197
* Performs an depthwise 2-D
convolution
operation.
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c
84
* arbitrary Python code in the middle of gc is a disaster. The
convolution
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c
85
* arbitrary Python code in the middle of gc is a disaster. The
convolution
/external/python/cpython2/Objects/
weakrefobject.c
84
* arbitrary Python code in the middle of gc is a disaster. The
convolution
/external/skia/tests/
BlurTest.cpp
203
// Perform a brute force
convolution
of a step function with a Gaussian.
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
residu.cpp
55
2. Performed 4
convolution
per pass to avoid recalling the same
/frameworks/av/media/libstagefright/codecs/amrwb/src/
phase_dispersion.cpp
222
/* circular
convolution
*/
/external/ImageMagick/ImageMagick/api/
Image++.html
647
convolution
to the image. The <i>order_</i> parameter represents the
649
is a two-dimensional array of doubles representing the
convolution
[
all
...]
/external/ImageMagick/www/Magick++/
Image++.html
613
convolution
to the image. The <i>order_</i> parameter represents the
615
is a two-dimensional array of doubles representing the
convolution
[
all
...]
Image.html
613
convolution
to the image. The <i>order_</i> parameter represents the
615
is a two-dimensional array of doubles representing the
convolution
[
all
...]
/external/ImageMagick/MagickCore/
gem.c
[
all
...]
/external/gemmlowp/test/
test.cc
732
// This test case comes from a set of 2 2x2
convolution
filters run over a 3x3
[
all
...]
/external/ImageMagick/ImageMagick/script/
perl-magick.html
592
<td>apply a
convolution
kernel to the image. Given a kernel <i>order</i> , you would supply <i>order*order</i> float values (e.g. 3x3 implies 9 values).</td>
671
<td>enhance edges within the image with a
convolution
filter of the given radius.</td>
677
<td>emboss the image with a
convolution
filter of the given radius and standard deviation (sigma).</td>
[
all
...]
Completed in 498 milliseconds
1
2
3
4
5
6