OmarHamdoun / drh-visual-odometry

Automatically exported from code.google.com/p/drh-visual-odometry
GNU General Public License v3.0
1 stars 0 forks source link

Where is m_RawImage = new Image<Bgr, byte>(@"C:\aldo\drh-visual-odometry-read-only\CalibrationFiles\MicrosoftCinema\Focus14\1280x720\GroundProjectionCalibration.jpg #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi everybody,
in MainForm.cs,a instruction fails because can't find an image to load:
 m_RawImage = new Image<Bgr, byte>(@"C:\aldo\drh-visual-odometry-read-only\CalibrationFiles\MicrosoftCinema\Focus14\1280x720\GroundProjectionCalibration.jpg");

Where can I download "GroundProjectionCalibration.jpg"?

Regards.

Aldo

Original issue reported on code.google.com by aldobiziak on 14 Aug 2012 at 9:43