5,710
edits
Changes
→Stitching
[[File:detected.png|400px]]
=Stitching=
*Stitching wth OpenCV in python. *Process:**SIFT feature detection on input images. **K-nearest-neighbor matchingfor each test image. **RANSAC (RANdom SAmple Consensus) motion parameter estimation. between test and nearest neighbor match
*adapted from : https://github.com/cbuntain/stitcher/
[[File:test_0015.jpg|400px]]
[[File:9.JPG|400px]]
[[File:recenter0010.jpg|400px]]
*recentering warped imageswith imagemagick:
<pre>convert warp*.jpg -gravity center -background black -extent 1542x1140 recentered/output.jpg</pre>