java.lang.Object
Calibration_Plugins_2.View_Interpolation_Demo
- All Implemented Interfaces:
PlugIn
,imagingbook.core.jdoc.JavaDocHelp
public class View_Interpolation_Demo
extends Object
implements PlugIn, imagingbook.core.jdoc.JavaDocHelp
This plugin performs interpolation of views, given a sequence of key views. Translations (3D camera positions) are
interpolated linearly. Pairs of rotations are interpolated by linear mixture of the corresponding quaternion
representations (see
http://www.opengl-tutorial.org/intermediate-tutorials/tutorial-17-quaternions/#How_do_I_interpolate_between_2_quaternions__).
- Version:
- 2022/12/19
-
Constructor Details
-
View_Interpolation_Demo
public View_Interpolation_Demo()
-
-
Method Details