/external/opencv3/doc/tutorials/imgproc/erosion_dilatation/ |
erosion_dilatation.markdown | 40 deduce, this maximizing operation causes bright regions within an image to "grow" (therefore the 49 - This operation is the sister of dilation. What this does is to compute a local minimum over the 74 - Create a set of 02 Trackbars for each operation: 77 corresponding operation. 96 /// Apply the erosion operation 101 - The function that performs the *erosion* operation is @ref cv::erode . As we can see, it 105 - *element*: This is the kernel we will use to perform the operation. If we do not 144 /// Apply the dilation operation
|
/external/opencv3/samples/python2/ |
morphology.py | 10 1 - change operation 62 draw_str(res, (10, 40), 'operation: ' + oper_name)
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
task_io_service.hpp | 37 // Allocate and construct an operation to wrap the handler. 57 // Allocate and construct an operation to wrap the handler.
|
timer_queue_set.ipp | 81 void timer_queue_set::get_ready_timers(op_queue<operation>& ops) 87 void timer_queue_set::get_all_timers(op_queue<operation>& ops)
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
posix_fd_set_adapter.hpp | 57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) 87 op_queue<operation>& ops) const
|
/external/regex-re2/util/ |
atomicops.h | 43 // a read barrier after the lock operation and 44 // a write barrier before the unlock operation.
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ContentProviderOperationBuilderTest.java | 67 ContentProviderOperation operation = builder.build(); local 68 assertThat(operation, notNullValue());
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
normal.h | 30 // This class provides the "Normal" DSP operation, that is performed when 46 // Performs the "Normal" operation. The decoder data is supplied in |input|,
|
/external/webrtc/webrtc/modules/utility/include/ |
audio_frame_operations.h | 26 // operation, meaning src_audio and dst_audio must point to different 36 // operation, meaning |src_audio| and |dst_audio| may point to the same
|
/frameworks/base/services/core/java/com/android/server/location/ |
GnssMeasurementsProvider.java | 41 ListenerOperation<IGnssMeasurementsListener> operation = local 48 foreach(operation);
|
GnssNavigationMessageProvider.java | 41 ListenerOperation<IGnssNavigationMessageListener> operation = local 49 foreach(operation);
|
/frameworks/support/design/tests/src/android/support/design/testutils/ |
DrawerLayoutActions.java | 50 // Wait for a full second to let the inner ViewDragHelper complete the operation 78 // Wait for a full second to let the inner ViewDragHelper complete the operation
|
/hardware/akm/AK8975_FS/akmdfs/platform/include/linux/ |
akm8975.h | 29 /*! \name AK8975 operation mode 31 Defines an operation mode of the AK8975.*/
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
ClosedChannelException.java | 35 * I/O operation upon channel that is closed, or at least closed to that 36 * operation. That this exception is thrown does not necessarily imply that
|
/libcore/ojluni/src/main/java/java/util/regex/ |
MatchResult.java | 29 * The result of a match operation. 49 * or if the previous match operation failed 71 * or if the previous match operation failed 86 * or if the previous match operation failed 108 * or if the previous match operation failed 133 * or if the previous match operation failed 139 * previous match operation. 166 * or if the previous match operation failed
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
FlagDeclaringOp.java | 26 * An operation that injects or clears flags but otherwise performs no operation on elements.
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
FlagDeclaringOp.java | 29 * An operation that injects or clears flags but otherwise performs no operation on elements.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
remove_if.hpp | 54 , typename Inserter::operation 71 , typename Inserter::operation
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
MockAlarmManager.java | 41 public void set(int actualAlarmType, long actualAlarmTime, PendingIntent operation) { 42 Assert.assertNotNull(operation);
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
LoggingTimer.java | 43 * This method should be called at the start of the operation to be timed. 54 * This method should be called at the end of the operation to be timed. It logs the time since
|
/pdk/apps/TestingCamera2/ |
README.txt | 26 The basic operation of the app is as follows: 37 dropdown menu, to speed up operation. 50 has its own set of controls for configuration and operation. 53 in the selected camera's next configure operation. Until the target pane is included in a camera's 90 Capture is a one-shot operation, which simply instructs the camera to capture a single frame of 94 Repeat is a continuous operation, where the camera device continually captures the images using 113 such as implementing simple autofocus operation, still capture sequencing, or other high-level 129 The operation of the camera devices is centralized in a single camera ops class, which keeps track
|
/prebuilts/go/darwin-x86/src/text/template/ |
option.go | 35 // If printed, the result of the index operation is the string 38 // The operation returns the zero value for the map type's element.
|
/prebuilts/go/linux-x86/src/text/template/ |
option.go | 35 // If printed, the result of the index operation is the string 38 // The operation returns the zero value for the map type's element.
|
/system/connectivity/shill/ |
crypto_provider.h | 37 // module capable of performing the operation. If no module succeeds, returns 42 // module capable of performing the operation. If no module succeeds, returns
|
/external/autotest/client/cros/scripts/ |
wifi | 63 print 'Operation succeeded.' 65 print 'Operation failed.' 93 print 'Operation succeeded.' 95 print 'Operation failed. (%s)' % reason 118 print 'Operation succeeded.' 120 print 'Operation failed: %s.' % reason
|