petercorke / machinevision-toolbox-matlab

Machine Vision Toolbox for MATLAB
GNU Lesser General Public License v2.1
205 stars 97 forks source link

Update Camera.m #6

Open mmattamala opened 8 years ago

mmattamala commented 8 years ago

I found some issues while trying to update the 3D drawing of the Camera Object. Apparently this was caused by the deprecated variable 'h_camera3D' which seemed to be replaced by 'h_visualize' in the last versions of the toolbox. Now I can change the camera pose T and the drawing is updated correctly.

Thanks for the toolbox, it's amazing :)