/external/opencv3/samples/python2/ |
inpaint.py | 38 sketch = Sketcher('img', [img_mark, mark], lambda : ((255, 255, 255), 255)) variable 50 sketch.show()
|
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()
|
/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();
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Image.h | 683 // Charcoal effect image (looks like charcoal sketch) [all...] |
/external/ImageMagick/www/api/ |
fx.php | 489 <p>SketchImage() simulates a pencil sketch. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and SketchImage() selects a suitable radius for you. Angle gives the angle of the sketch.</p>
|
magick-image.php | [all...] |
/external/ImageMagick/Magick++/lib/ |
Image.cpp | 4412 void Magick::Image::sketch(const double radius_,const double sigma_, function in class:Magick::Image [all...] |