1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00
Files
opencv/apps/opencv_stitching_tool/opencv_stitching/stitching_error.py
T
Lukas-Alexander Weber fa5c7a9e75 Merge pull request #21020 from lukasalexanderweber:squash
Created Stitching Tool based on stitching_detailed.py
2021-11-08 11:54:06 +00:00

3 lines
42 B
Python

class StitchingError(Exception):
pass