Open ADITYA97-CODER opened 6 months ago
i mean how to capture calibration images. if you could share some examples .
i man getting this error while launching, also can you share how to calibration images
what's the error you got? Could you show more details?
For the method to capture image, well, it depends on your own device. For example, how many cameras you have, how to read frame through camra SDK.
Generally, if your camera supports UVC protocol, you can use the VideoCapture
function in OpenCV to open the camera, and use imwrite
to capture and save the image.
I also provide a dataset for calibration test: https://pan.baidu.com/s/1iTzwtG9HWD_va2STfKekhQ?pwd=6zar. Hope it helps.
Thank you for your response. I'll try to figure it out. Can you share your email or any contact. I am stuck with a computer vision problem and I am new in this field . I have few doubts regarding this paper. I am trying to implement it for my use case. I was hoping if you could help me out.
you can contact me by big.uncle@foxmail.com
Hey, can you provide a simple tutorial on how to use this code for a single camera calibration. i would be really helpful and also the test dataset link is not working also i am getting this error "Program received signal SIGSEGV, Segmentation fault. 0x000055555557e3f7 in cv::Mat::operator=(cv::Mat const&) ()"
i man getting this error while launching, also can you share how to calibration images