131 Commits (3bdb55e1efc9d67eee6d91dd3557774d8c3168e8)

Author SHA1 Message Date
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
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 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 bb057491ea create camera from projection matrix (used for getCamera in viz) 11 years ago
ozantonkal 5335489daa viz getWindowSize, setWindowSize 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 119d97f1f6 remove old camera, rename new camera 11 years ago
ozantonkal 439ba98e0a initial implementation of projection matrix, 3D to window coordinates, window coordinates to 3D ray (not yet tested) 11 years ago
ozantonkal f445f76213 initial setCamera implementation 11 years ago
ozantonkal 4953786de1 remove boost include (caused by Kdevelop autocomplete) 11 years ago
ozantonkal e4e9ed876f spheres trajectory widget implementation 11 years ago
ozantonkal a76cc9ef88 initial camera implementation (camera2), fix bug (zeros method) 11 years ago
ozantonkal 8fa6b6a6ef initial setViewerPose implementation 11 years ago
Anatoly Baksheev 54774f6d3b updated license header 11 years ago
ozantonkal 42266b04a5 makeCameraPose implementation 11 years ago
ozantonkal 3fe5984e46 cloud collection widget implementation 11 years ago
ozantonkal edfad34d39 trajectory with spheres and lines (based on the code snippet in gdocs) 11 years ago
ozantonkal b661d72252 CameraPositionWidget: a workaround for setting frustum color in the presence of an image 11 years ago
ozantonkal 64cdd82146 trajectory widget constructor with field of view 11 years ago
ozantonkal 7d458e852e trajectory widget display options: display path, display frames, display both 11 years ago
ozantonkal aa2594c06c fix aspect_ratio computation from fovs, add casting for camerapositionwidget, trajectorywidget 11 years ago
ozantonkal 769512db2d move image copying structure to viz3d_impl: ConvertToVtkImage 11 years ago
ozantonkal 952029a47b GridImpl structure to shorten grid widget implementation 11 years ago
ozantonkal 6e5a712f6e Gridwidget with plane coefficients 11 years ago
ozantonkal 40b50755d3 add const keywords to gridwidget constructor 11 years ago
ozantonkal 4d70671231 intial implementation of frustum + image (the color of the frustum is currently dependent on the first pixel of the image) 11 years ago
ozantonkal f9938da67d image 3d widget with position, normal, up_vector 11 years ago
ozantonkal d0bd344a42 image 3d widget use texture instead of imageactor for more flexibility (such as resizing) 11 years ago