opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

NoSeamFinder Class Reference

NoSeamFinder Class Reference
[Seam Estimation]

Stub seam estimator which does nothing. More...

#include <seam_finders.hpp>

Inherits cv::detail::SeamFinder.

Public Member Functions

void find (const std::vector< UMat > &, const std::vector< Point > &, std::vector< UMat > &)
 Estimates seams.

Detailed Description

Stub seam estimator which does nothing.

Definition at line 74 of file seam_finders.hpp.


Member Function Documentation

void find ( const std::vector< UMat > &  src,
const std::vector< Point > &  corners,
std::vector< UMat > &  masks 
) [virtual]

Estimates seams.

Parameters:
srcSource images
cornersSource image top-left corners
masksSource image masks to update

Implements SeamFinder.

Definition at line 77 of file seam_finders.hpp.