294 Commits (44d89638fd6cb074e87a4b3fd1bcff3f8ecc6c89)

Author SHA1 Message Date
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 11 years ago
Ozan Tonkal 9d4fe6984b remove setWindowName method to avoid complications 11 years ago
ozantonkal 2705113bc4 remove common.cpp, remove commented code in common.h 11 years ago
ozantonkal ffbb5e9524 resetCamera, resetViewpoint in Viz3d 11 years ago
ozantonkal 4aa61dee50 minor refactoring interactor_style 11 years ago
ozantonkal af8a918e04 fix minor bug, minor cleaning, cv_assert with messages 11 years ago
ozantonkal 69f135ec57 fix memory leak in viz3d 11 years ago
ozantonkal 6c0c217562 removed reference counter in widgets, fixed memory leak 11 years ago
ozantonkal 4b443059ec reverted widget reference count in order to avoid memory leak 11 years ago
ozantonkal 8007e07ad2 load mesh function is finalized: color range is always 0-255 and RGB due to vtkPLYReader limitations 11 years ago
ozantonkal e4b13f2ef0 update reader after setting file name 11 years ago
ozantonkal 3da7dd9849 fix yellow and magenta color bgr codes 11 years ago
ozantonkal 9086cf5d79 remove unused includes and libraries from linking 11 years ago
ozantonkal 3038ffb886 setDesiredUpdateRate implementation in Viz3d 11 years ago
ozantonkal ed0162ad0b remove reference counting in widgets 11 years ago
ozantonkal 08917908f3 remove eigen dependency 11 years ago
ozantonkal f98614ece0 remove cloudactormap, shapeactormap. only vtkProp is stored and view transformation can be obtained using GetUserMatrix of vtkProp3D 11 years ago
ozantonkal f6e1a093cd implement window relevant methods in Viz3d 11 years ago
ozantonkal 4f416352e1 implemented actor representation methods in viz3d 11 years ago
ozantonkal cf36b8f817 rendering properties in Widget and Viz3d 11 years ago
ozantonkal b032b4dded move frompolyfile to widget class as static method, remove addpolygon and its alikes 11 years ago
ozantonkal 0bbaf5d47a removeAllWidgets implementation, removed other remove methods 11 years ago
ozantonkal e106dcc606 remove include vtk headers from outside of precomp.hpp 11 years ago
ozantonkal d83be1dccc fixes based on the feedback: window name prefix is automatically added when it is not there, singleton class returns reference instead of pointer, destructor is private, release function implemented 11 years ago
ozantonkal 6bc393676d cv::viz::get(window_name) implementation 11 years ago
ozantonkal c37f091cc5 remove redundant statement 11 years ago