HomeSort by relevance Sort by last modified time
    Searched defs:rose (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/api_examples/
wand.c 5 \( rose: -rotate -90 \) \
48 *rose, /* rose image wand */ local
73 /* read in the rose image */
74 rose = NewMagickWand();
75 status = MagickReadImage(rose, "rose:" );
77 ThrowWandException(rose);
79 /* rotate the rose image - one image only */
82 status = MagickRotateImage(rose,color,-90.0)
    [all...]
  /external/opencv3/modules/viz/include/opencv2/viz/
types.hpp 92 static Color rose();
291 inline cv::viz::Color cv::viz::Color::rose() { return Color(128, 0, 255); } function in class:cv::viz::Color

Completed in 210 milliseconds