OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphCutSeamFinderGpu
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp
255
class CV_EXPORTS
GraphCutSeamFinderGpu
: public GraphCutSeamFinderBase, public PairwiseSeamFinder
258
GraphCutSeamFinderGpu
(int cost_type = COST_COLOR_GRAD, float terminal_cost = 10000.f,
/external/opencv3/modules/stitching/src/
stitcher.cpp
68
stitcher.setSeamFinder(makePtr<detail::
GraphCutSeamFinderGpu
>());
556
stitcher->setSeamFinder(makePtr<detail::
GraphCutSeamFinderGpu
>());
seam_finders.cpp
[
all
...]
/external/opencv3/samples/cpp/
stitching_detailed.cpp
678
seam_finder = makePtr<detail::
GraphCutSeamFinderGpu
>(GraphCutSeamFinderBase::COST_COLOR);
687
seam_finder = makePtr<detail::
GraphCutSeamFinderGpu
>(GraphCutSeamFinderBase::COST_COLOR_GRAD);
Completed in 208 milliseconds