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

1 2 3

  /device/google/accessory/demokit/
README 11 /examples/demokit DemoKit sketch for the ADK board
  /external/opencv3/samples/cpp/
npr_demo.cpp 12 * 3) Pencil sketch/Color Pencil Drawing
58 cout << "3) Pencil sketch/Color Pencil Drawing" << endl;
88 imshow("Pencil Sketch",img1);
89 imshow("Color Pencil Sketch",img);
  /external/opencv3/samples/cpp/tutorial_code/photo/non_photorealistic_rendering/
npr_demo.cpp 12 * 3) Pencil sketch/Color Pencil Drawing
57 cout << "3) Pencil sketch/Color Pencil Drawing" << endl;
87 imshow("Pencil Sketch",img1);
88 imshow("Color Pencil Sketch",img);
  /external/opencv3/samples/python2/
watershed.py 44 self.sketch = Sketcher('img', [self.markers_vis, self.markers], self.get_colors)
64 if ch == ord(' ') or (self.sketch.dirty and self.auto_update):
66 self.sketch.dirty = False
73 self.sketch.show()
inpaint.py 38 sketch = Sketcher('img', [img_mark, mark], lambda : ((255, 255, 255), 255)) variable
50 sketch.show()
  /external/opencv3/modules/photo/src/
npr.cpp 133 Mat sketch = Mat(I.size(),CV_32FC1); local
136 obj.pencil_sketch(img, sketch, color_sketch, sigma_s, sigma_r, shade_factor);
138 sketch.convertTo(dst1,CV_8UC1,255);
npr.hpp 69 void pencil_sketch(const Mat &img, Mat &sketch, Mat &color_res, float sigma_s, float sigma_r, float shade_factor);
533 void Domain_Filter::pencil_sketch(const Mat &img, Mat &sketch, Mat &color_res, float sigma_s, float sigma_r, float shade_factor)
583 sketch = pen_res.clone();
  /frameworks/base/docs/html/training/design-navigation/
wireframing.jd 17 <li><a href="#wireframe">Sketch and Wireframe</a></li>
58 <p>At this point, it's a good idea to think of screen map variations, in case your chosen patterns don't apply well in practice (when you sketch the application's screen layouts). Below is an example screen map variation for tablets that presents story lists for different categories side-by-side, with story view screens remaining independent.</p>
67 <h2 id="wireframe">Sketch and Wireframe</h2>
71 <p>The easiest and fastest way to get started is to sketch out your screens by hand using paper and pencils. Once you begin sketching, you may uncover practicality issues in your original screen map or decisions on which patterns to use. In some cases, patterns may apply well to a given design problem in theory, but in practice they may break down and cause visual clutter or interactional issues (for example, if there are two rows of tabs on the screen). If that happens, explore other navigation patterns, or variations on chosen patterns, to arrive at a more optimal set of sketches.</p>
  /hardware/bsp/intel/peripheral/libupm/src/grovescam/
grovescam.h 5 * Thanks to Seeed Studio for a working arduino sketch
70 * sketch.
grovescam.cxx 5 * Thanks to Seeed Studio for a working arduino sketch
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 389 * Used by Sketch.
390 * {@see https://cs.corp.google.com/#android/vendor/unbundled_google/packages/LatinIMEGoogle/tools/sketch/ime-simulator/src/com/android/inputmethod/sketch/imesimulator/ImeSimulator.java&q=updateEntriesForInputEventsCallback&l=286}
400 * Used by Sketch.
401 * {@see https://cs.corp.google.com/#android/vendor/unbundled_google/packages/LatinIMEGoogle/tools/sketch/ime-simulator/src/com/android/inputmethod/sketch/imesimulator/ImeSimulator.java&q=updateEntriesForInputEventsCallback&l=286}
  /external/e2fsprogs/
ABOUT-NLS 238 sketch | () [] () |
312 sketch | () |
386 sketch | [] () [] | 4
  /external/libexif/
ABOUT-NLS 300 sketch | [] () [] |
437 sketch | [] |
    [all...]
  /ndk/sources/host-tools/make-3.81/
ABOUT-NLS 300 sketch | [] () [] |
437 sketch | [] |
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 56 // can't assume that it's in that state when a sketch starts
  /libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java 28 * <p><b>Extension example</b>. Here is a sketch of a class
CopyOnWriteArraySet.java 43 * <p><b>Sample Usage.</b> The following code sketch uses a
ExecutorService.java 46 * Here is a sketch of a network service in which threads in a thread
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraParameters.cpp 81 const char QCameraParameters::EFFECT_SKETCH[] = "sketch";
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 61 * <p>Here is a sketch of a service which crawls a website and uses the scheduling capabilities to
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 67 * <p><b>Sample Usage.</b> Here is a sketch of a first-in-first-out
  /prebuilts/gdb/darwin-x86/lib/python2.7/
copy.py 398 c = C('argument sketch')
  /prebuilts/gdb/linux-x86/lib/python2.7/
copy.py 398 c = C('argument sketch')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy.py 398 c = C('argument sketch')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy.py 398 c = C('argument sketch')

Completed in 3179 milliseconds

1 2 3