213 Commits (90ec651bd751cfdfac869e524468b63a669e2d17)

Author SHA1 Message Date
Anatoly Baksheev b7cb3fe8e0 switched more to doubles 11 years ago
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 186853a50f mass switch from Affine3f to Affine3d 11 years ago
Anatoly Baksheev f610c295f2 more tests 11 years ago
Anatoly Baksheev e7791e1590 colors minor 11 years ago
Anatoly Baksheev c1b41caa7c added vtkCloudMatSink, reworked cloud IO functions, added normals support 11 years ago
Anatoly Baksheev 84d6fe397d reading/writing clouds functionality 11 years ago
Anatoly Baksheev 80ab6e889f refactoring 11 years ago
Anatoly Baksheev 2705068290 refactored Keyboard and Mouse Events 11 years ago
Anatoly Baksheev e990d5b999 reading/writing trajectories 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 2d63f60d43 minor changes, opencv cross-branch code 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 0e88733b13 updating Viz cmake (switched to WITH_VTK option) 11 years ago
Anatoly Baksheev b88fdc73d6 VizAccessor is now private and renamed to VizStorage 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 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
Ozan Tonkal 8de46e1f81 removed trailing spaces 11 years ago
Ozan Tonkal c31fb8ffff rename widgets from *Widgets to W* 11 years ago
Ozan Tonkal 620d92824c hide VizMap and VizPair from public interface 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
Ozan Tonkal 5eed0d6bef remove common.h include from widgets.hpp 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 ffbb5e9524 resetCamera, resetViewpoint in Viz3d 11 years ago
ozantonkal af8a918e04 fix minor bug, minor cleaning, cv_assert with messages 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 3038ffb886 setDesiredUpdateRate implementation in Viz3d 11 years ago
ozantonkal ed0162ad0b remove reference counting in widgets 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