| 
    OpenCV453
    
   | 
 
Blender which uses multi-band blending algorithm (see [BA83]). [詳解]
#include <blenders.hpp>
cv::detail::Blenderを継承しています。
公開メンバ関数 | |
| CV_WRAP | MultiBandBlender (int try_gpu=false, int num_bands=5, int weight_type=CV_32F) | 
| CV_WRAP int | numBands () const | 
| CV_WRAP void | setNumBands (int val) | 
| CV_WRAP void | prepare (Rect dst_roi) CV_OVERRIDE | 
| CV_WRAP void | feed (InputArray img, InputArray mask, Point tl) CV_OVERRIDE | 
| Processes the image.  [詳解] | |
| CV_WRAP void | blend (CV_IN_OUT InputOutputArray dst, CV_IN_OUT InputOutputArray dst_mask) CV_OVERRIDE | 
| Blends and returns the final pano.  [詳解] | |
  基底クラス cv::detail::Blender に属する継承公開メンバ関数 | |
| virtual CV_WRAP void | prepare (const std::vector< Point > &corners, const std::vector< Size > &sizes) | 
| Prepares the blender for blending.  [詳解] | |
その他の継承メンバ | |
  基底クラス cv::detail::Blender に属する継承公開型 | |
| enum | { NO , FEATHER , MULTI_BAND } | 
  基底クラス cv::detail::Blender に属する継承静的公開メンバ関数 | |
| static CV_WRAP Ptr< Blender > | createDefault (int type, bool try_gpu=false) | 
  基底クラス cv::detail::Blender に属する継承限定公開変数類 | |
| UMat | dst_ | 
| UMat | dst_mask_ | 
| Rect | dst_roi_ | 
Blender which uses multi-band blending algorithm (see [BA83]).
      
  | 
  virtual | 
Blends and returns the final pano.
| dst | Final pano | 
| dst_mask | Final pano mask | 
cv::detail::Blenderを再実装しています。
      
  | 
  virtual | 
Processes the image.
| img | Source image | 
| mask | Source image mask | 
| tl | Source image top-left corners | 
cv::detail::Blenderを再実装しています。
      
  | 
  virtual | 
これはオーバーロードされたメンバ関数です。利便性のために用意されています。元の関数との違いは引き数のみです。
cv::detail::Blenderを再実装しています。