340 Commits (6f51dd12589343e567ffd615a9bad3900ed4228b)

Author SHA1 Message Date
Anatoly Baksheev b2cd526e6a removed extra code 11 years ago
Anatoly Baksheev 84d6fe397d reading/writing clouds functionality 11 years ago
Anatoly Baksheev 80ab6e889f refactoring 11 years ago
Anatoly Baksheev 7dbf6bc8df rewrote cloud widget in vtk filters style 11 years ago
Anatoly Baksheev 159de9cc47 fixed potential crash 11 years ago
Anatoly Baksheev 2705068290 refactored Keyboard and Mouse Events 11 years ago
Anatoly Baksheev cad2f98007 removed vizActor (since unnecessarily in new design concept with simplified widgets) 11 years ago
Anatoly Baksheev 45aeecb043 renaming 11 years ago
Anatoly Baksheev abc9465798 kinect camera CAD parameters 11 years ago
Anatoly Baksheev e990d5b999 reading/writing trajectories 11 years ago
Anatoly Baksheev e048df51ce for shapes switched vtkDataSetMapper to more efficient vtkPolyDataMapper 11 years ago
Anatoly Baksheev 4979f44cfa minor 11 years ago
Anatoly Baksheev 31d42ce18f refactored Trajectory: split into Trajectory and TrajectoryFrustums) 11 years ago
Anatoly Baksheev 54fa69cab2 renamed Spheres Trajectory, minor changes in Trajectory 11 years ago
Anatoly Baksheev c7ff13873d minor 11 years ago
Anatoly Baksheev f6e9b81188 reduced exported interface names (to make IntelliSense hints less littered) 11 years ago
Anatoly Baksheev 44c1d4dfdc allow fast switch between actors (except mesh, cloud, cloud collection) 11 years ago
Anatoly Baksheev 2d63f60d43 minor changes, opencv cross-branch code 11 years ago
Anatoly Baksheev 15fd3faa40 support gray color clouds 11 years ago
Anatoly Baksheev 2cbfb04144 viz: rich set of named colors 11 years ago
Anatoly Baksheev 4c66b87698 fixed -Wshadow and other warnings, added rvec test 11 years ago
Anatoly Baksheev f9ca6cfd22 fixed ocv_module_disable() 11 years ago
Anatoly Baksheev 546c084fe6 fixed shadow error and added ocv_disable_module 11 years ago
Anatoly Baksheev 0e88733b13 updating Viz cmake (switched to WITH_VTK option) 11 years ago
Anatoly Baksheev 3830a0b5b2 fixed bug with deletion from std::map 11 years ago
Anatoly Baksheev a6ab9be5a6 removed VizAccessor from docs 11 years ago
Anatoly Baksheev fb62a66b69 removed unused code 11 years ago
Anatoly Baksheev b88fdc73d6 VizAccessor is now private and renamed to VizStorage 11 years ago
Anatoly Baksheev d970d58308 added Viz::tutorial2 test 11 years ago
Anatoly Baksheev 177f7eb339 fixed warning 11 years ago
Anatoly Baksheev 0895616576 switched from unnecessarily 'dobule' to 'float' in some places (commonly for widget scale) 11 years ago
Anatoly Baksheev b560cc35d9 removed Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer 11 years ago
Anatoly Baksheev 9e3a29701e Viz code beautification 11 years ago
Anatoly Baksheev efcc341219 added viz tutorial 3 test 11 years ago
Anatoly Baksheev d8600d3d13 fixed all Viz warnings 11 years ago
Anatoly Baksheev dfef42f94e Fixed Viz compilation: removed CV_EXPORTS from cv::viz::Color. The macro forced instantiation of all Matx<double, 4, 1> constructors and triggered StaticAssert there. 11 years ago
Anatoly Baksheev d275e29ea4 compilation & warnings 11 years ago
Pablo Speciale f47afe5799 Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297) 11 years ago
Ozan Tonkal 5780b418c9 delete duplicate bunny.ply, remove tabs and extra lines 11 years ago
Ozan Tonkal 8de46e1f81 removed trailing spaces 11 years ago
Ozan Tonkal a117400577 ignore viz tutorials when BUILD_opencv_viz is not set 11 years ago
Ozan Tonkal c31fb8ffff rename widgets from *Widgets to W* 11 years ago
Ozan Tonkal f570b3e18d cmake check if VTK version is lower than 5, and give fatal error if it is 11 years ago
Ozan Tonkal 3f27ba54e0 re-render the scene after changing camera properties 11 years ago
Ozan Tonkal 620d92824c hide VizMap and VizPair from public interface 11 years ago
Ozan Tonkal 9895093524 check if vtk 5.10.0 exists, if not require 6.0.0 11 years ago
Ozan Tonkal 56f9168ac1 support VTK 6.0.0: cmakelist.txt might need to be refactored 11 years ago
Ozan Tonkal 26005a19bd add license headers 11 years ago
Ozan Tonkal c773061457 updated documentation 11 years ago
Ozan Tonkal 3bdb55e1ef another constructor for CameraPositionWidget for displaying image by also using field of view instead of intrinsic matrix 11 years ago