Skip to content

Updated flags to OpenCV 4.0 #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025
Merged

Conversation

mhubii
Copy link
Contributor

@mhubii mhubii commented Oct 11, 2021

No description provided.

@mhubii
Copy link
Contributor Author

mhubii commented Mar 21, 2025

hi @sourishg, sorry I know you are not actively maintaining this repo, however, people have started starring my fork for those updated OpenCV flags. Maybe if you could consider a merge, would be great!

I can confirm that this 4 year old PR still runs on Ubuntu 22.04 with OpenCV 4.5.4. Verified briefly via all examples

./calibrate \
    -w 9 \
    -h 6 \
    -n 27 \
    -s 0.02423 \
    -d "../calib_imgs/1/" \
    -i "left" \
    -o "cam_left.yml" \
    -e "jpg"
./calibrate \
    -w 9 \
    -h 6 \
    -n 27 \
    -s 0.02423 \
    -d "../calib_imgs/1/" \
    -i "right" \
    -o "cam_right.yml" \
    -e "jpg"
./calibrate_stereo \
    -n 27 \
    -u "cam_left.yml" \
    -v "cam_right.yml" \
    -L "../calib_imgs/1/" \
    -R "../calib_imgs/1/" \
    -l "left" \
    -r "right" \
    -o "cam_stereo.yml" \
    -e "jpg"
./undistort_rectify \
    -l "../calib_imgs/1/left1.jpg" \
    -r "../calib_imgs/1/right1.jpg" \
    -c "cam_stereo.yml" \
    -L "left.jpg" \
    -R "right.jpg"

@sourishg
Copy link
Owner

@mhubii thanks for this PR, I'm quite surprised that this repo is still useful. I'll go ahead and merge your changes. :)

@sourishg sourishg merged commit 2578889 into sourishg:master Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants