🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/stitching/detail/seam_finders.hpp>
◆ CostFunction
◆ DpSeamFinder() [1/2]
| Python: |
|---|
| cv.detail.DpSeamFinder( | costFunc | ) -> | <detail_DpSeamFinder object> |
◆ DpSeamFinder() [2/2]
| cv::detail::DpSeamFinder::DpSeamFinder |
( |
String | costFunc | ) |
|
| Python: |
|---|
| cv.detail.DpSeamFinder( | costFunc | ) -> | <detail_DpSeamFinder object> |
◆ costFunction()
| CostFunction cv::detail::DpSeamFinder::costFunction |
( |
| ) |
const |
|
inline |
◆ find()
| virtual void cv::detail::DpSeamFinder::find |
( |
const std::vector< UMat > & | src, |
|
|
const std::vector< Point > & | corners, |
|
|
std::vector< UMat > & | masks ) |
|
virtual |
◆ setCostFunction() [1/2]
| void cv::detail::DpSeamFinder::setCostFunction |
( |
CostFunction | val | ) |
|
|
inline |
| Python: |
|---|
| cv.detail.DpSeamFinder.setCostFunction( | val | ) -> | None |
◆ setCostFunction() [2/2]
| void cv::detail::DpSeamFinder::setCostFunction |
( |
String | val | ) |
|
| Python: |
|---|
| cv.detail.DpSeamFinder.setCostFunction( | val | ) -> | None |
このクラス詳解は次のファイルから抽出されました: