HomeSort by relevance Sort by last modified time
    Searched refs:FEATHER (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 63 enum { NO, FEATHER, MULTI_BAND };
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 116 " --blend (no|feather|multiband)\n"
304 else if (string(argv[i + 1]) == "feather")
305 blend_type = Blender::FEATHER;
808 else if (blend_type == Blender::FEATHER)
812 LOGLN("Feather blender, sharpness: " << fb->sharpness());
  /external/opencv3/modules/stitching/src/
blenders.cpp 55 if (type == FEATHER)

Completed in 58 milliseconds