-
Notifications
You must be signed in to change notification settings - Fork 31
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
Icub23 code #136
Icub23 code #136
Conversation
Hi @lunagava - I made a change to remove the declaration of the strings from the class. Does it still work as I have changed it? |
Hi @arrenglover, I've just tested and it still works. I am wondering if it would be appropriate to add a print of intrinsic and extrinsic parameters in vIPT.cpp, so that the user can check these are taken correctly from the specified calibration file. |
good idea: I would suggest having an additional argument Line 36 in 6ec17d7
then if verbose = true you can print the calibration parameters read.
by the way there are the functions Line 234 in 6ec17d7
can we add these changes to this pull request please? |
@arrenglover, I've just pushed the changes you required. Let me know, if they are okay. |
sorry I think you misunderstood. I think we should make the function like: then inside the function
we don't need to pass the resources find into the we should also do the same thing for the |
Sorry @arrenglover, I misunderstood. I've just corrected the code according to what you said, also adding stereo printing. Tell me if it is finally okay. |
@lunagava - please check you can find the calibration file using |
@arrenglover Well done Arren, I've just tried to pass the calibration file path and it has worked. In my opinion, the printing is well-organized now.
|
In the case the user wants to remove lens distortion when launching vPreProcess module, he/she has to specify the calibration folder containing the calibration file (e.g. atis_calib.ini), using the just added parameters calibContext and calibFile from terminal or within vPreProcess.ini .