301 Commits (d1bbc0b6e6c0c5115e54aa6d9f32a1d332a9538c)

Author SHA1 Message Date
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
Anatoly Baksheev 477ca067f0 compilation for macos 11 years ago
Anatoly Baksheev eed7bf6902 compilation for windows 11 years ago
Ozan Tonkal 2822845ba6 set get RenderingProperty id comes first 12 years ago
Ozan Tonkal 9d4fe6984b remove setWindowName method to avoid complications 12 years ago
ozantonkal 2705113bc4 remove common.cpp, remove commented code in common.h 12 years ago
ozantonkal ffbb5e9524 resetCamera, resetViewpoint in Viz3d 12 years ago
ozantonkal 4aa61dee50 minor refactoring interactor_style 12 years ago
ozantonkal af8a918e04 fix minor bug, minor cleaning, cv_assert with messages 12 years ago
ozantonkal 69f135ec57 fix memory leak in viz3d 12 years ago
ozantonkal 6c0c217562 removed reference counter in widgets, fixed memory leak 12 years ago
ozantonkal 4b443059ec reverted widget reference count in order to avoid memory leak 12 years ago
ozantonkal 8007e07ad2 load mesh function is finalized: color range is always 0-255 and RGB due to vtkPLYReader limitations 12 years ago
ozantonkal e4b13f2ef0 update reader after setting file name 12 years ago
ozantonkal 3da7dd9849 fix yellow and magenta color bgr codes 12 years ago
ozantonkal 9086cf5d79 remove unused includes and libraries from linking 12 years ago
ozantonkal 3038ffb886 setDesiredUpdateRate implementation in Viz3d 12 years ago
ozantonkal ed0162ad0b remove reference counting in widgets 12 years ago
ozantonkal 08917908f3 remove eigen dependency 12 years ago
ozantonkal f98614ece0 remove cloudactormap, shapeactormap. only vtkProp is stored and view transformation can be obtained using GetUserMatrix of vtkProp3D 12 years ago
ozantonkal f6e1a093cd implement window relevant methods in Viz3d 12 years ago