322 Commits (6d3502833f85f0ea97817942498fe662abdf7175)

Author SHA1 Message Date
Anatoly Baksheev baee8c3aa5 refactored Mesh, added tests, added failing "twice spin()" test 11 years ago
Anatoly Baksheev 70a81db567 fixed bugs in cloud collection and added test 11 years ago
Anatoly Baksheev cb58061649 getViewerPose implementation simplified (and error seems to be fixed) 11 years ago
Anatoly Baksheev 186853a50f mass switch from Affine3f to Affine3d 11 years ago
Anatoly Baksheev 1615527426 switched source to InputArrays 11 years ago
Anatoly Baksheev f610c295f2 more tests 11 years ago
Anatoly Baksheev c1b41caa7c added vtkCloudMatSink, reworked cloud IO functions, added normals support 11 years ago
Anatoly Baksheev 1c4cfd8eaf normals support for CloudMatSource 11 years ago
Anatoly Baksheev b131faa8f9 export scene to vrml and obj formats 11 years ago
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 4c66b87698 fixed -Wshadow and other warnings, added rvec test 11 years ago
Anatoly Baksheev 3830a0b5b2 fixed bug with deletion from std::map 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 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 9e3a29701e Viz code beautification 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
Pablo Speciale f47afe5799 Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297) 11 years ago
Ozan Tonkal 8de46e1f81 removed trailing spaces 11 years ago
Ozan Tonkal c31fb8ffff rename widgets from *Widgets to W* 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 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 3bdb55e1ef another constructor for CameraPositionWidget for displaying image by also using field of view instead of intrinsic matrix 11 years ago
Ozan Tonkal 2170559bed text3dwidget offers now users to decide whether it should face the camera or not 11 years ago
Ozan Tonkal 286f81f305 fix crucial bug in get method, hide add and remove methods from user 11 years ago
Ozan Tonkal fcf437cf69 combine representation methods to one as setRepresentation 11 years ago
Ozan Tonkal 94ca5d65d0 remove VIZ prefix from rendering properties, fix setRenderingProperties and getRenderingProperties methods 11 years ago
Ozan Tonkal fdbf20c172 delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial 11 years ago