[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54938] trunk/blender/extern/libmv/ libmv-capi.h: This lines are also not so much useful for now.

Sergey Sharybin sergey.vfx at gmail.com
Thu Feb 28 15:25:33 CET 2013


Revision: 54938
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54938
Author:   nazgul
Date:     2013-02-28 14:25:33 +0000 (Thu, 28 Feb 2013)
Log Message:
-----------
This lines are also not so much useful for now.

Modified Paths:
--------------
    trunk/blender/extern/libmv/libmv-capi.h

Modified: trunk/blender/extern/libmv/libmv-capi.h
===================================================================
--- trunk/blender/extern/libmv/libmv-capi.h	2013-02-28 14:25:26 UTC (rev 54937)
+++ trunk/blender/extern/libmv/libmv-capi.h	2013-02-28 14:25:33 UTC (rev 54938)
@@ -162,10 +162,6 @@
 void libmv_InvertIntrinsics(libmv_cameraIntrinsicsOptions *libmv_camera_intrinsics_options,
 			double x, double y, double *x1, double *y1);
 
-/* point clouds */
-void libmv_rigidRegistration(float (*reference_points)[3], float (*points)[3], int total_points,
-                             int use_scale, int use_translation, double M[4][4]);
-
 #ifdef __cplusplus
 }
 #endif




More information about the Bf-blender-cvs mailing list