mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
fa5c7a9e75
Created Stitching Tool based on stitching_detailed.py
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!.gitignore
|
|
!test_matcher.py
|
|
!test_stitcher.py
|
|
!test_megapix_scaler.py
|
|
!test_registration.py
|
|
!test_composition.py
|
|
!test_performance.py
|
|
!stitching_detailed.py
|
|
!SAMPLE_IMAGES_TO_DOWNLOAD.txt |