allow blending sticher to work with grayscale images
This commit is contained in:
parent
ddc01bf8d3
commit
f4f2dc3507
2 changed files with 15 additions and 5 deletions
|
|
@ -44,5 +44,5 @@ bool createRemapMap(const cv::Mat& image, RemapMap& out, const std::vector<Detec
|
|||
|
||||
RemapedImage applyRemap(const cv::Mat& image, const RemapMap &map);
|
||||
|
||||
cv::Mat stich(const std::vector<RemapedImage>& images, bool seamAdjust = false);
|
||||
cv::Mat stich(std::vector<RemapedImage>& images, bool seamAdjust = false);
|
||||
cv::Mat simpleStich(const std::vector<RemapedImage>& images);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue