Ask Your Question

Shiania White's profile - activity

2015-03-08 11:41:25 -0600 received badge  Student (source)
2015-02-23 15:30:54 -0600 asked a question OpenCV 3.0 for iOS download is framework 2?

The downloads and homepage clear show OpenCV 3.0 Beta as being available for download for iOS. However, these links seem to be downloading the opencv2.framework. I'm guessing this is the old OpenCV 2 framework and not the correct version 3 beta. Where might I be able to find the version 3 beta for iOS? Or is this the correct one and there is some other reason for calling the version 3 framework opencv2? Thanks!

2014-08-18 17:49:00 -0600 received badge  Scholar (source)
2014-08-18 17:48:59 -0600 received badge  Supporter (source)
2014-08-16 12:16:26 -0600 received badge  Editor (source)
2014-08-14 17:20:52 -0600 asked a question Python Camera Calibration Square Size Seems To Have No Effect

In OpenCV 2.4.9, I'm using the Python camera calibration script (samples/python2/calibrate.py) to calibrate my camera. I've noticed though that the optional "square_size" parameter has no effect on the results. Am I just doing something wrong so that I'm getting no changes based on the square_size setting? Or is it just not used in this script. If so, why is it even an option? Thanks.