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
2015-08-15 01:03:59 +02:00
Anatoly Baksheev
8d327fa497
updated for compatibility with VTK6.0
2014-01-19 18:38:58 +04:00
Anatoly Baksheev
e3ff28dacc
refactored WImage3D
2014-01-19 18:38:53 +04:00
Anatoly Baksheev
d591bd875b
fixed crash in enabling shading for polydata widgets
2014-01-19 18:38:52 +04:00
Anatoly Baksheev
25b417e8b2
added test for trajectories and fixed bug with float type
2014-01-19 18:38:51 +04:00
Anatoly Baksheev
b7cb3fe8e0
switched more to doubles
2014-01-19 18:38:47 +04:00
Anatoly Baksheev
186853a50f
mass switch from Affine3f to Affine3d
2014-01-19 18:38:45 +04:00
Anatoly Baksheev
80ab6e889f
refactoring
2014-01-19 18:38:42 +04:00
Anatoly Baksheev
159de9cc47
fixed potential crash
2014-01-19 18:38:41 +04:00
Anatoly Baksheev
f6e9b81188
reduced exported interface names (to make IntelliSense hints less littered)
2014-01-19 18:38:38 +04:00
Ozan Tonkal
8de46e1f81
removed trailing spaces
2013-09-18 12:50:55 +01:00
Ozan Tonkal
56f9168ac1
support VTK 6.0.0: cmakelist.txt might need to be refactored
2013-09-08 19:07:15 +02:00
Ozan Tonkal
26005a19bd
add license headers
2013-09-08 19:05:24 +02:00
Ozan Tonkal
94ca5d65d0
remove VIZ prefix from rendering properties, fix setRenderingProperties and getRenderingProperties methods
2013-09-08 19:03:54 +02:00
ozantonkal
af8a918e04
fix minor bug, minor cleaning, cv_assert with messages
2013-09-05 21:03:39 +02:00
ozantonkal
6c0c217562
removed reference counter in widgets, fixed memory leak
2013-09-05 21:03:39 +02:00
ozantonkal
4b443059ec
reverted widget reference count in order to avoid memory leak
2013-09-05 21:03:39 +02:00
ozantonkal
8007e07ad2
load mesh function is finalized: color range is always 0-255 and RGB due to vtkPLYReader limitations
2013-09-05 21:03:39 +02:00
ozantonkal
e4b13f2ef0
update reader after setting file name
2013-09-05 21:03:39 +02:00
ozantonkal
ed0162ad0b
remove reference counting in widgets
2013-09-05 20:56:33 +02:00
ozantonkal
cf36b8f817
rendering properties in Widget and Viz3d
2013-09-05 20:56:33 +02:00
ozantonkal
b032b4dded
move frompolyfile to widget class as static method, remove addpolygon and its alikes
2013-09-05 20:56:33 +02:00
ozantonkal
e106dcc606
remove include vtk headers from outside of precomp.hpp
2013-09-05 20:56:32 +02:00
ozantonkal
f5816c883f
fix setting color of 3D objects
2013-07-29 15:10:48 +02:00
ozantonkal
b066d1982f
mesh widget implementation
2013-07-15 12:02:20 +02:00
Anatoly Baksheev
83cb28f169
temp_viz removed
2013-07-13 18:01:56 +04:00
ozantonkal
d3dee3a2fe
explicit casting among widgets, removed implicit casting
2013-07-10 09:55:42 +02:00
Anatoly Baksheev
e4c3416f58
experimental widget casting functionality
2013-07-09 20:16:43 +04:00
Anatoly Baksheev
509a93c7ce
minor naming
2013-07-09 19:35:26 +04:00
ozantonkal
200b254bad
rearrange widget constructors
2013-07-09 15:18:44 +02:00
ozantonkal
10d955f18b
widget2d setcolor implementation
2013-07-09 14:28:55 +02:00
ozantonkal
318b1c00a9
implement assignment operator and copy constructor for all widgets existing
2013-07-09 14:12:49 +02:00
ozantonkal
195d60f4f8
fix widget delete bug
2013-07-09 11:07:21 +02:00
ozantonkal
d324c03b6a
initial redesigning widgets
2013-07-09 10:22:12 +02:00
ozantonkal
6e5ae98582
initial cloud widget implementation, fix safedowncasts
2013-07-08 15:12:50 +02:00
ozantonkal
653eda45f8
text widget implementation
2013-07-08 10:41:42 +02:00
Anatoly Baksheev
9d684a39da
Fixed ref counting bug, minor formatting
2013-07-05 14:35:12 +04:00
ozantonkal
ecdd8513fd
coordinate system widget implementation, update pose fix
2013-07-04 18:19:06 +03:00
ozantonkal
158ed299c1
reference counting in widget
2013-07-04 15:57:49 +03:00
Anatoly Baksheev
efa7f09048
slight refactoring of widget system code
2013-07-04 13:54:00 +04:00