/external/opencv3/modules/features2d/src/kaze/ |
TEvolution.h | 21 octave = 0; 33 int octave; ///< Image octave member in struct:cv::TEvolution 34 int sublevel; ///< Image sublevel in each octave
|
AKAZEConfig.h | 41 int omax; ///< Maximum octave evolution of the image 2^sigma (coarsest scale sigma units)
|
/external/opencv3/modules/core/misc/java/test/ |
KeyPointTest.java | 12 private int octave; field in class:KeyPointTest 28 octave = 1; 54 assertEquals(1, keyPoint.octave); 63 keyPoint = new KeyPoint(x, y, size, angle, response, octave, classId); 67 String expected = "KeyPoint [pt={1.0, 2.0}, size=3.0, angle=30.0, response=2.0, octave=1, class_id=1]";
|
/external/opencv3/modules/core/misc/java/src/java/ |
core+KeyPoint.java | 26 * Octave (pyramid layer), from which the keypoint has been extracted. 28 public int octave; field in class:KeyPoint 42 octave = _octave; 79 + ", response=" + response + ", octave=" + octave
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
octtypemaps.swg | 8 // Octave fragments for primitive types 11 // Octave fragments for char* strings 19 // Octave types 24 // Octave allows implicit conversion
|
octruntime.swg | 4 #include <octave/oct.h> 5 #include <octave/Cell.h> 6 #include <octave/dynamic-ld.h> 7 #include <octave/oct-env.h> 8 #include <octave/oct-map.h> 9 #include <octave/ov-fcn-handle.h> 10 #include <octave/parse.h> 11 #include <octave/toplev.h> 12 #include <octave/unwind-prot.h> 96 Subclass a C++ class from within Octave, and provide implementations of its virtual methods.\n [all...] |
octcontainer.swg | 4 * Octave cell <-> C++ container wrapper 7 * the mapping between C++ and Octave, thanks to the C++ templates. 27 // The Octave C++ Wrap 194 struct OctSequence_Ref // * octave can't support these, because of how assignment works 492 // The octave container methods 616 error("swig overflow error: sequence size not valid in octave");
|
/prebuilts/misc/common/swig/include/2.0.11/ |
swig.2.0.11.tar.gz | |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/voxel/ |
PerlinNoiseGenerator.java | 41 public static float[][] generateSmoothNoise (float[][] baseNoise, int octave) {
46 int samplePeriod = 1 << octave; // calculates 2 ^ k
81 for (int octave = octaveCount - 1; octave >= 0; octave--) {
87 perlinNoise[i][j] += smoothNoise[octave][i][j] * amplitude;
|
/external/kernel-headers/original/uapi/sound/ |
asound_fm.h | 66 * This describes an FM note by its voice, octave, frequency number (10bit) 72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
asound_fm.h | 66 * This describes an FM note by its voice, octave, frequency number (10bit) 72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/ |
asound_fm.h | 66 * This describes an FM note by its voice, octave, frequency number (10bit) 72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
asound_fm.h | 66 * This describes an FM note by its voice, octave, frequency number (10bit) 72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/ |
asound_fm.h | 66 * This describes an FM note by its voice, octave, frequency number (10bit) 72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
asound_fm.h | 66 * This describes an FM note by its voice, octave, frequency number (10bit) 72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
geometry_unittest.py | 58 # Verify with octave geometry package: 67 # Verify with octave geometry package:
|
/external/libvorbis/lib/ |
scales.h | 84 /* Frequency to octave. We arbitrarily declare 63.5 Hz to be octave
|
psy.c | 167 could span more than one octave and that the curve will be a 169 bin may span > an eighth of an octave and that the eighth 170 octave values may also be composited. */ 172 /* which octave curves will we be compositing? */ 281 p->octave=_ogg_malloc(n*sizeof(*p->octave)); 325 p->octave[i]=toOC((i+.25f)*.5*rate/n)*(1<<(p->shiftoc+1))+.5f; 365 if(p->octave)_ogg_free(p->octave); 386 /* octave/(8*eighth_octave_lines) x scale and dB y scale * [all...] |
psy.h | 103 long *octave; /* in n.ocshift format */ member in struct:__anon17842
|
/external/speex/libspeex/ |
vorbis_psy.h | 57 /* Frequency to octave. We arbitrarily declare 63.5 Hz to be octave
|
/device/google/dragon/audio/hal/dsp/tests/ |
plot_fftl.m | 5 % This is an octave script.
|
/external/opencv3/modules/features2d/src/ |
keypoint.cpp | 182 if( kp1.octave != kp2.octave ) 183 return kp1.octave > kp2.octave;
|
/external/opencv/cv/src/ |
cvsurf.cpp | 118 int octave, sc; local 123 for( octave = k = 0; octave < params->nOctaves; octave++ ) 128 sizeCache[k] = size = 7 << octave; // gaussian scale 1.0; 130 sizeCache[k] = size = (sc*6 + 9) << octave; // gaussian scale size*1.2/9.; 184 for( octave = 0, k = 1; octave < params->nOctaves; octave++, k+=2 ) 242 for( octave = k = 0; octave < params->nOctaves; octave++ [all...] |
/external/opencv3/modules/core/src/ |
types.cpp | 58 _Val = (scale * _Val) ^ ((size_t) octave); 90 float size, float response, int octave, int class_id ) 94 keypoints[i] = KeyPoint(points2f[i], size, -1, response, octave, class_id);
|
/external/opencv3/modules/imgproc/src/ |
colormap.cpp | 178 // Equals the GNU Octave colormap "autumn". 202 // Equals the GNU Octave colormap "bone". 229 // Equals the GNU Octave colormap "jet". 256 // Equals the GNU Octave colormap "winter". 280 // Equals the GNU Octave colormap "rainbow". 304 // Equals the GNU Octave colormap "ocean". 328 // Equals the GNU Octave colormap "summer". 352 // Equals the GNU Octave colormap "spring". [all...] |