catree
2b022311a4
Make cast() function const. Make parameters of addLight() const.
7 years ago
Tristan Konolige
9d589379ec
don't reset camera in setViewerPose
7 years ago
Fangjun Kuang
e8b2c5682e
fix issue #9387 and #9575 .
7 years ago
Igor Wodiany
d7cbe6e947
Add const to getViewerPose()
...
getViewerPose() doesn't modify an object of the class so it can be
made const. It also makes this method consistent with other getters
in the class as they are defined as const.
8 years ago
Antonella Cascitelli
079ceea616
Added new functionalities to viz module
...
- load OBJ file
- set offscreen rendering
- set roll angle of the camera
- get Mat screenshot of the current scene
- remove all lights from the scene
- add a custom light in the scene
- modify the size of the WImage3D widget
- added ambient property for the widget
Changed Vec3d in cv::viz::Color
Renamed method getMatScreenshotin getScreenshot
Modified showWidget
Fixed on viz::Color and reverted fix on vtkProp3D
Removed cameraRoll method
Merged load mesh method (for ply and obj file)
Fixed doc
Fixed cv::viz::WImage3D::setSize for vtk5.8
Fixed enum for cv::viz::Mesh::load
10 years ago
tcavallari
cca78e0601
Null Pointer check in vizimpl.cpp
...
Should fix #4191 (http://code.opencv.org/issues/4191 )
10 years ago
Anatoly Baksheev
24d8cbf940
Viz::setViewerPose() - changed up-vector to down (common for Computer Vision & Odometry)
11 years ago
Anatoly Baksheev
fb7e74c511
iteractor work
11 years ago
Anatoly Baksheev
56754e907d
fixed crash for windows if console widow is closed or CTRL_C/CTRL_BRAK keys in console are pressed.
11 years ago
Anatoly Baksheev
5dc17f5d58
Fixed all OpenGL issues for Macos (via objective-C++ layer)
11 years ago
Anatoly Baksheev
069dd8a068
default meshlab background
11 years ago
Anatoly Baksheev
02ebc4368c
Viz initial backport, compilation fixes, moved viz/viz.hpp header according to 2.4 style
11 years ago
Anatoly Baksheev
4cc8f7012b
closing window
11 years ago
Anatoly Baksheev
8f15a8abdb
disabled Ubuntu workaround code for Windows
11 years ago
Anatoly Baksheev
0d12fb0346
implemented workaround of a problem with x-server for ubuntu
11 years ago
Anatoly Baksheev
d7ca0bb757
merged background color with background gradient methods, updated tests to show description of scene
11 years ago
Anatoly Baksheev
16281027af
resolved problem with multiple spin()/spinOnce()
11 years ago
Anatoly Baksheev
3086095837
improved background gradient
11 years ago
Anatoly Baksheev
d7c30281a5
set background texture method
11 years ago
Anatoly Baksheev
e3ff28dacc
refactored WImage3D
11 years ago
Anatoly Baksheev
64566e6178
minor
11 years ago
Anatoly Baksheev
b7cb3fe8e0
switched more to doubles
11 years ago
Anatoly Baksheev
cb58061649
getViewerPose implementation simplified (and error seems to be fixed)
11 years ago
Anatoly Baksheev
186853a50f
mass switch from Affine3f to Affine3d
11 years ago
Anatoly Baksheev
80ab6e889f
refactoring
11 years ago
Anatoly Baksheev
2705068290
refactored Keyboard and Mouse Events
11 years ago
Anatoly Baksheev
45aeecb043
renaming
11 years ago
Anatoly Baksheev
c7ff13873d
minor
11 years ago
Anatoly Baksheev
4c66b87698
fixed -Wshadow and other warnings, added rvec test
12 years ago
Anatoly Baksheev
fb62a66b69
removed unused code
12 years ago
Anatoly Baksheev
177f7eb339
fixed warning
12 years ago
Anatoly Baksheev
9e3a29701e
Viz code beautification
12 years ago
Anatoly Baksheev
d8600d3d13
fixed all Viz warnings
...
moved some headers to precomp.hpp
12 years ago
Pablo Speciale
f47afe5799
Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297)
12 years ago
Ozan Tonkal
8de46e1f81
removed trailing spaces
12 years ago
Ozan Tonkal
3f27ba54e0
re-render the scene after changing camera properties
12 years ago
Ozan Tonkal
56f9168ac1
support VTK 6.0.0: cmakelist.txt might need to be refactored
12 years ago
Ozan Tonkal
26005a19bd
add license headers
12 years ago
Ozan Tonkal
2170559bed
text3dwidget offers now users to decide whether it should face the camera or not
12 years ago
Ozan Tonkal
fcf437cf69
combine representation methods to one as setRepresentation
12 years ago
Anatoly Baksheev
477ca067f0
compilation for macos
12 years ago
Ozan Tonkal
9d4fe6984b
remove setWindowName method to avoid complications
12 years ago
ozantonkal
ffbb5e9524
resetCamera, resetViewpoint in Viz3d
12 years ago
ozantonkal
af8a918e04
fix minor bug, minor cleaning, cv_assert with messages
12 years ago
ozantonkal
9086cf5d79
remove unused includes and libraries from linking
12 years ago
ozantonkal
3038ffb886
setDesiredUpdateRate implementation in Viz3d
12 years ago
ozantonkal
08917908f3
remove eigen dependency
12 years ago
ozantonkal
f98614ece0
remove cloudactormap, shapeactormap. only vtkProp is stored and view transformation can be obtained using GetUserMatrix of vtkProp3D
12 years ago
ozantonkal
f6e1a093cd
implement window relevant methods in Viz3d
12 years ago
ozantonkal
4f416352e1
implemented actor representation methods in viz3d
12 years ago