339 Commits (8f732f2cfe0cc28473340134ccb1db32868ccd9a)

Author SHA1 Message Date
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 9a91a12fb2 VIZ disabled by default, VTK search is performed iff BUILD_opencv_viz is enabled 11 years ago
Anatoly Baksheev 477ca067f0 compilation for macos 11 years ago
Anatoly Baksheev eed7bf6902 compilation for windows 11 years ago
Ozan Tonkal 5eed0d6bef remove common.h include from widgets.hpp 11 years ago
Ozan Tonkal 31501ebf4f replace tabs by spaces 11 years ago
Ozan Tonkal a5b75769a3 initial documentation 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
Ozan Tonkal 21be9796ae comments on widgets where constructors might be confusing 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
Anatoly Baksheev 35e7952909 simplify modules/viz/CMakeLists.txt 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
ozantonkal 669abd58bc initial shared pointer implementation for Viz3d, singleton VizAccessor, cv::viz::get function initial implementation 11 years ago
ozantonkal b69a97bef3 access focal length and principal point in camera 11 years ago
ozantonkal 4a1573de9b principal point is always set even though the intrinsic parameters are not given (center of window), fixed computation mistakes in setWindowSize in camera class 11 years ago
ozantonkal bb057491ea create camera from projection matrix (used for getCamera in viz) 11 years ago
ozantonkal 71dc5f8291 simulate real cameras by working around vtkUserTransform to set projection matrix 11 years ago
ozantonkal 422b967e9a fix computeProjectionMatrix in Camera class, also check if there is principal point defined 11 years ago
ozantonkal 5335489daa viz getWindowSize, setWindowSize 11 years ago
ozantonkal 731a931c0c field of views are in radians 11 years ago
ozantonkal 32985aa724 fix camera constructor, add tentative KinectCamera method 11 years ago
ozantonkal 9c20e77013 fix conversion functions to use appropriate vtk function 11 years ago
ozantonkal f8ad3c0204 fix field of view computation in setWindowSize 11 years ago
ozantonkal 119d97f1f6 remove old camera, rename new camera 11 years ago