HomeSort by relevance Sort by last modified time
    Searched full:maxima (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/ImageMagick/MagickCore/
statistic.h 36 maxima, member in struct:_ChannelStatistics
statistic.c     [all...]
identify.c 162 channel_statistics[i].maxima=(-MagickMaximumValue);
204 if ((double) p[i] > channel_statistics[channel].maxima)
205 channel_statistics[channel].maxima=(double) p[i];
302 target=channel_statistics[channel].maxima;
420 (MagickRealType) (scale*channel_statistics[channel].maxima)),
421 channel_statistics[channel].maxima/(double) QuantumRange,scale*
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.h 39 // For non-maxima suppresion
  /external/ImageMagick/ImageMagick/api/
statistic.html 171 size_t *maxima,ExceptionInfo *exception)
189 <dt>maxima</dt>
330 double *maxima,ExceptionInfo *exception)
348 <dt>maxima</dt>
359 <p>GetImageStatistics() returns statistics for each channel in the image. The statistics include the channel depth, its minima, maxima, mean, standard deviation, kurtosis and skewness. You can access the red channel mean, for example, like this:</p>
feature.html 162 <dd>find line pairs as local maxima in this neighborhood. </dd>
  /external/ImageMagick/www/api/
statistic.php 171 size_t *maxima,ExceptionInfo *exception)
189 <dt>maxima</dt>
330 double *maxima,ExceptionInfo *exception)
348 <dt>maxima</dt>
359 <p>GetImageStatistics() returns statistics for each channel in the image. The statistics include the channel depth, its minima, maxima, mean, standard deviation, kurtosis and skewness. You can access the red channel mean, for example, like this:</p>
statistic.html 175 size_t *maxima,ExceptionInfo *exception)
193 <dt>maxima</dt>
334 double *maxima,ExceptionInfo *exception)
352 <dt>maxima</dt>
363 <p>GetImageStatistics() returns statistics for each channel in the image. The statistics include the channel depth, its minima, maxima, mean, standard deviation, kurtosis and skewness. You can access the red channel mean, for example, like this:</p>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
StatisticalMultivariateSummary.java 65 * @return the array of component maxima
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 319 // Keep a record of minima and maxima that we actually see.
416 // Check actual maxima and minima seen against ranges returned
442 buf.append((UnicodeString)" maxima range=" + rangeLow + ".." + rangeHigh);
443 buf.append((UnicodeString)" maxima actual=" + limits[j][2] + ".." + limits[j][3]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
local_lim.h 21 and defines LINK_MAX although filesystems have different maxima. A
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
local_lim.h 21 and defines LINK_MAX although filesystems have different maxima. A
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
local_lim.h 21 and defines LINK_MAX although filesystems have different maxima. A
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProvider2Test.java 714 static class Maxima implements Car {
724 FactoryProvider.newFactory(TwoToneCarFactory.class, Maxima.class));
729 Maxima maxima = (Maxima) factory.create(Color.BLACK, Color.GRAY); local
730 assertSame(Color.BLACK, maxima.paint);
731 assertSame(Color.GRAY, maxima.fabric);
743 FactoryProvider.newFactory(DoubleToneCarFactory.class, Maxima.class));
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
canny.cl 62 Non maxima suppression
172 //// Threshold + Non maxima suppression
253 Non maxima suppression
  /external/opencv3/modules/imgproc/src/
canny.cpp 137 Non maxima suppression
168 Non maxima suppression
342 // calculate magnitude and angle of gradient, perform non-maxima suppression.
441 // buffer of 3 magnitude rows for non-maxima suppression
745 // calculate magnitude and angle of gradient, perform non-maxima suppression.
848 // buffer of 3 magnitude rows for non-maxima suppression
    [all...]
  /external/opencv/cv/src/
cvcanny.cpp 158 // calculate magnitude and angle of gradient, perform non-maxima supression.
205 // buffer of 3 magnitude rows for non-maxima suppression
  /external/ImageMagick/Magick++/lib/Magick++/
Statistic.h 164 double maxima() const;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarTest.java 243 // Keep a record of minima and maxima that we actually see.
273 // minima and maxima.
305 // Check actual maxima and minima seen against ranges returned
325 buf.append(k==0 ? " minima seen=(" : "; maxima seen=(");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarTest.java 239 // Keep a record of minima and maxima that we actually see.
269 // minima and maxima.
301 // Check actual maxima and minima seen against ranges returned
321 buf.append(k==0 ? " minima seen=(" : "; maxima seen=(");
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.h 76 // Peak detection with parabolic fit. Looks for |num_peaks| maxima in |data|,
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 352 double Magick::ChannelStatistics::maxima() const function in class:Magick::ChannelStatistics
409 _maxima(channelStatistics_->maxima),
  /external/ImageMagick/coders/
fits.c 176 const int bits_per_pixel,double *minima,double *maxima)
195 *maxima=(*minima);
201 if (pixel > *maxima)
202 *maxima=pixel;
json.c 303 channel_statistics[i].maxima=(-MagickMaximumValue);
345 if ((double) p[i] > channel_statistics[channel].maxima)
346 channel_statistics[channel].maxima=(double) p[i];
519 target=channel_statistics[channel].maxima;
658 channel_statistics[channel].maxima),scale*channel_statistics[channel].mean,
    [all...]
  /external/aac/libFDK/include/mips/
scale.h 102 * maxima output.

Completed in 2282 milliseconds

1 2 3 4