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

1 2 3

  /external/skia/gm/
plus.cpp 34 // The left square is drawn simply with SrcOver. It will show a red seam.
38 // Using Plus on the right should merge the AA of seam together completely covering the red.
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 56 /** @brief Base class for a seam estimator.
72 /** @brief Stub seam estimator which does nothing.
80 /** @brief Base class for all pairwise seam estimators.
104 /** @brief Voronoi diagram-based seam estimator.
202 Point p1, Point p2, std::vector<Point> &seam, bool &isHorizontal);
205 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam);
226 /** @brief Base class for all minimum graph-cut-based seam estimators.
234 /** @brief Minimum graph cut-based seam estimator. See details in @cite V03 .
  /prebuilts/tools/common/m2/repository/org/jboss/weld/weld-parent/6/
weld-parent-6.pom 32 <name>Seam Framework</name>
79 <seam.docbook.version>1.1.0.GA</seam.docbook.version>
133 <groupId>org.jboss.seam</groupId>
134 <artifactId>seam-docbook-xslt</artifactId>
135 <version>${seam.docbook.version}</version>
138 <groupId>org.jboss.seam</groupId>
139 <artifactId>seam-jdocbook-style</artifactId>
140 <version>${seam.docbook.version}</version>
  /prebuilts/tools/common/m2/repository/org/jboss/weld/weld-api-parent/1.0/
weld-api-parent-1.0.pom 34 <name>Seam Framework</name>
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 408 // there is no special handling for pixels around the seam. Also, imgMos.Y
418 // the seam. Thus, in this band, we will crossfade between the color values
423 // the seam. Then, the contribution from the second image goes up to 99%.
426 // between the images on either side of each seam:
431 // Set the number of pixels around the seam to cross-fade between
442 // whether there is a seam, the termination condition of x
447 // Determine where the seam is...
452 // Find the image indices on both sides of the seam
484 // Set the number of pixels around the seam to cross-fade between
495 // whether there is a seam, the termination condition of
    [all...]
Blend.h 42 // to cross-fade using the images contributing to each seam.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 423 // there is no special handling for pixels around the seam. Also, imgMos.Y
433 // the seam. Thus, in this band, we will crossfade between the color values
438 // the seam. Then, the contribution from the second image goes up to 99%.
441 // between the images on either side of each seam:
446 // Set the number of pixels around the seam to cross-fade between
457 // whether there is a seam, the termination condition of x
462 // Determine where the seam is...
467 // Find the image indices on both sides of the seam
499 // Set the number of pixels around the seam to cross-fade between
510 // whether there is a seam, the termination condition of
    [all...]
Blend.h 42 // to cross-fade using the images contributing to each seam.
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 150 Mat seam = dist1 < dist2;
156 if (seam.at<uchar>(y + gap, x + gap))
447 std::vector<Point> seam;
450 if (estimateSeam(image1, image2, tl1, tl2, c1, p1, p2, seam, isHorizontalSeam))
451 updateLabelsUsingSeam(c1, c2, seam, isHorizontalSeam);
792 Point p1, Point p2, std::vector<Point> &seam, bool &isHorizontal)
804 // estimate seam direction
841 // seam follows along upper side of pixels
871 // seam follows along left side of pixels
899 // restore seam
    [all...]
stitcher.cpp 315 // Make sure seam mask has proper size
  /frameworks/base/graphics/java/android/graphics/
Shader.java 54 * mirror images so that adjacent images always seam
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 108 " Resolution for seam estimation step. The default is 0.1 Mpx.\n"
109 " --seam (no|voronoi|gc_color|gc_colorgrad)\n"
110 " Seam estimation method. The default is 'gc_color'.\n"
284 else if (string(argv[i]) == "--seam")
295 cout << "Bad seam finding method\n";
698 cout << "Can't create the following seam finder '" << seam_find_type << "'\n";
  /external/ImageMagick/ImageMagick/api/
resize.html 136 <p>LiquidRescaleImage() rescales image with seam carving.</p>
166 <dd>maximum seam transversal step (0 means straight seams). </dd>
  /external/ImageMagick/www/api/
resize.html 140 <p>LiquidRescaleImage() rescales image with seam carving.</p>
170 <dd>maximum seam transversal step (0 means straight seams). </dd>
resize.php 136 <p>LiquidRescaleImage() rescales image with seam carving.</p>
166 <dd>maximum seam transversal step (0 means straight seams). </dd>
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java 79 * wider, there is an additional cross-fade blending step to make the seam
  /external/opencv3/modules/stitching/include/opencv2/
stitching.hpp 73 @defgroup stitching_seam Seam Estimation
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java 996 final int seam = snapBottom + ViewCompat.getMinimumHeight(offsetChild); local
    [all...]
FloatingActionButton.java 663 // If the anchor's bottom is below the seam, we'll animate our FAB out
  /external/ImageMagick/utilities/
convert.1 193 rescale image with seam-carving
mogrify.1 193 rescale image with seam-carving
mogrify.1.in 193 rescale image with seam-carving
convert.1.in 193 rescale image with seam-carving
  /external/skia/include/core/
SkShader.h 59 * mirror images so that adjacent images always seam
  /external/opencv3/3rdparty/libtiff/
tif_pixarlog.c 491 * ratios) are continuous at the internal seam.
    [all...]

Completed in 212 milliseconds

1 2 3