profile/ivi/opencv.git
2013-09-08 Ozan Tonkalsome of the tutorials
2013-09-08 Ozan Tonkalcombine representation methods to one as setRepresentation
2013-09-08 Ozan Tonkalremove VIZ prefix from rendering properties, fix setRen...
2013-09-08 Ozan Tonkaldelete common.h, viz_types.hpp, rendering properties...
2013-09-06 Anatoly BaksheevVIZ disabled by default, VTK search is performed iff...
2013-09-06 Anatoly Baksheevcompilation for macos
2013-09-06 Anatoly Baksheevcompilation for windows
2013-09-06 Anatoly BaksheevMerge pull request #20 from ozantonkal/low_order_tasks
2013-09-05 Ozan Tonkalremove common.h include from widgets.hpp
2013-09-05 Ozan Tonkaltutorial: creating_widgets code
2013-09-05 Ozan Tonkallaunching viz tutorial
2013-09-05 Ozan Tonkalreplace tabs by spaces
2013-09-05 Ozan Tonkalinitial documentation
2013-09-05 Ozan Tonkalset get RenderingProperty id comes first
2013-09-05 Ozan Tonkalremove setWindowName method to avoid complications
2013-09-05 Ozan Tonkalcomments on widgets where constructors might be confusing
2013-09-05 ozantonkalremove common.cpp, remove commented code in common.h
2013-09-05 ozantonkalresetCamera, resetViewpoint in Viz3d
2013-09-05 ozantonkalminor refactoring interactor_style
2013-09-05 ozantonkalfix minor bug, minor cleaning, cv_assert with messages
2013-09-05 ozantonkalfix memory leak in viz3d
2013-09-05 ozantonkalremoved reference counter in widgets, fixed memory...
2013-09-05 ozantonkalreverted widget reference count in order to avoid memor...
2013-09-05 ozantonkalload mesh function is finalized: color range is always...
2013-09-05 ozantonkalupdate reader after setting file name
2013-09-05 ozantonkalfix yellow and magenta color bgr codes
2013-09-05 ozantonkalremove unused includes and libraries from linking
2013-09-05 ozantonkalsetDesiredUpdateRate implementation in Viz3d
2013-09-05 ozantonkalremove reference counting in widgets
2013-09-05 ozantonkalremove eigen dependency
2013-09-05 ozantonkalremove cloudactormap, shapeactormap. only vtkProp is...
2013-09-05 ozantonkalimplement window relevant methods in Viz3d
2013-09-05 ozantonkalimplemented actor representation methods in viz3d
2013-09-05 ozantonkalrendering properties in Widget and Viz3d
2013-09-05 ozantonkalmove frompolyfile to widget class as static method...
2013-09-05 ozantonkalremoveAllWidgets implementation, removed other remove...
2013-09-05 ozantonkalremove include vtk headers from outside of precomp.hpp
2013-09-02 Anatoly Baksheevsimplify modules/viz/CMakeLists.txt
2013-08-27 Anatoly BaksheevMerge pull request #19 from ozantonkal/acess_by_name_in...
2013-08-23 ozantonkalfixes based on the feedback: window name prefix is...
2013-08-20 ozantonkalcv::viz::get(window_name) implementation
2013-08-20 ozantonkalremove redundant statement
2013-08-19 ozantonkalinitial shared pointer implementation for Viz3d, single...
2013-08-13 Anatoly BaksheevMerge pull request #18 from ozantonkal/implementing_camera
2013-08-12 ozantonkalaccess focal length and principal point in camera
2013-08-09 ozantonkalprincipal point is always set even though the intrinsic...
2013-08-08 ozantonkalcreate camera from projection matrix (used for getCamer...
2013-08-07 ozantonkalsimulate real cameras by working around vtkUserTransfor...
2013-08-07 ozantonkalfix computeProjectionMatrix in Camera class, also check...
2013-08-07 ozantonkalviz getWindowSize, setWindowSize
2013-08-05 ozantonkalfield of views are in radians
2013-08-05 ozantonkalfix camera constructor, add tentative KinectCamera...
2013-08-05 ozantonkalfix conversion functions to use appropriate vtk function
2013-08-05 ozantonkalfix field of view computation in setWindowSize
2013-08-05 ozantonkalremove old camera, rename new camera
2013-08-05 ozantonkalfix window_size setter, remove camera related old metho...
2013-08-05 ozantonkalinitial implementation of projection matrix, 3D to...
2013-08-04 ozantonkalfix field of view formula in camera class, implement...
2013-08-03 ozantonkalinitial setCamera implementation
2013-08-03 ozantonkalremove boost include (caused by Kdevelop autocomplete)
2013-08-03 ozantonkalspheres trajectory widget implementation
2013-08-03 ozantonkalinitial camera implementation (camera2), fix bug (zeros...
2013-08-03 ozantonkalinitial setViewerPose implementation
2013-08-02 Anatoly Baksheevupdated license header
2013-08-02 Anatoly Baksheevfixed little bug in makeCameraPose
2013-07-31 Anatoly BaksheevMerge pull request #17 from ozantonkal/implementing_widgets
2013-07-29 ozantonkalfix setting color of 3D objects
2013-07-29 ozantonkalstatic function for appending clouds in cloud collectio...
2013-07-29 ozantonkalmakeCameraPose implementation
2013-07-29 ozantonkalfix: trajectory path is now relative to the global...
2013-07-26 ozantonkalcloud collection widget implementation
2013-07-26 ozantonkaltrajectory with spheres and lines (based on the code...
2013-07-25 ozantonkalCameraPositionWidget: a workaround for setting frustum...
2013-07-25 ozantonkaltrajectorywidget display modes are combined with &...
2013-07-25 ozantonkaltrajectory widget constructor with field of view
2013-07-25 ozantonkaltrajectory widget display options: display path, displa...
2013-07-25 ozantonkalfix aspect_ratio computation from fovs, add casting...
2013-07-24 ozantonkalmove image copying structure to viz3d_impl: ConvertToVt...
2013-07-24 ozantonkalGridImpl structure to shorten grid widget implementation
2013-07-24 ozantonkalGridwidget with plane coefficients
2013-07-23 ozantonkaladd const keywords to gridwidget constructor
2013-07-23 ozantonkalintial implementation of frustum + image (the color...
2013-07-22 ozantonkalimage 3d widget with position, normal, up_vector
2013-07-22 ozantonkalimage 3d widget use texture instead of imageactor for...
2013-07-22 ozantonkaloverlay image widget constructor with Rect
2013-07-22 ozantonkalremove unnecessary declaration
2013-07-22 ozantonkalshorten Trajectory widget implementation
2013-07-22 ozantonkalplane widget size fix
2013-07-22 ozantonkaltrajectory widget with frustums
2013-07-22 ozantonkalinitial implementation of trajectory widget
2013-07-22 ozantonkalavoid memory leak in mesh widget
2013-07-19 ozantonkalCameraPositionWidget: constructor with Vec2f fov (tenta...
2013-07-18 ozantonkalfix aspect_ratio in camera position widget, add scale...
2013-07-18 ozantonkalcamera position widget: constructor with no parameter...
2013-07-18 ozantonkalinitial CameraPositionWidget implementation using eye...
2013-07-17 ozantonkalImage widgets implementation, GridWidget: vtkExtractEdg...
2013-07-16 ozantonkalcube wire_frame fix using vtkOutlineSource
2013-07-16 ozantonkalfix rgb and bgr incompatibility
2013-07-16 ozantonkalarrow widget thickness parameter
2013-07-15 Anatoly Baksheevremoved Mesh::Ptr since mesh itself consists of shared...
next