Ozan Tonkal
|
5eed0d6bef
|
remove common.h include from widgets.hpp
|
2013-09-05 21:03:40 +02:00 |
|
Ozan Tonkal
|
f99e874704
|
tutorial: creating_widgets code
|
2013-09-05 21:03:40 +02:00 |
|
Ozan Tonkal
|
b60894c1dd
|
launching viz tutorial
|
2013-09-05 21:03:40 +02:00 |
|
Ozan Tonkal
|
31501ebf4f
|
replace tabs by spaces
|
2013-09-05 21:03:39 +02:00 |
|
Ozan Tonkal
|
a5b75769a3
|
initial documentation
|
2013-09-05 21:03:39 +02:00 |
|
Ozan Tonkal
|
2822845ba6
|
set get RenderingProperty id comes first
|
2013-09-05 21:03:39 +02:00 |
|
Ozan Tonkal
|
9d4fe6984b
|
remove setWindowName method to avoid complications
|
2013-09-05 21:03:39 +02:00 |
|
Ozan Tonkal
|
21be9796ae
|
comments on widgets where constructors might be confusing
|
2013-09-05 21:03:39 +02:00 |
|
ozantonkal
|
2705113bc4
|
remove common.cpp, remove commented code in common.h
|
2013-09-05 21:03:39 +02:00 |
|
ozantonkal
|
ffbb5e9524
|
resetCamera, resetViewpoint in Viz3d
|
2013-09-05 21:03:39 +02:00 |
|
ozantonkal
|
4aa61dee50
|
minor refactoring interactor_style
|
2013-09-05 21:03:39 +02:00 |
|
ozantonkal
|
af8a918e04
|
fix minor bug, minor cleaning, cv_assert with messages
|
2013-09-05 21:03:39 +02:00 |
|
ozantonkal
|
69f135ec57
|
fix memory leak in viz3d
|
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
|
3da7dd9849
|
fix yellow and magenta color bgr codes
|
2013-09-05 21:03:39 +02:00 |
|
ozantonkal
|
9086cf5d79
|
remove unused includes and libraries from linking
|
2013-09-05 21:03:39 +02:00 |
|
ozantonkal
|
3038ffb886
|
setDesiredUpdateRate implementation in Viz3d
|
2013-09-05 20:56:33 +02:00 |
|
ozantonkal
|
ed0162ad0b
|
remove reference counting in widgets
|
2013-09-05 20:56:33 +02:00 |
|
ozantonkal
|
08917908f3
|
remove eigen dependency
|
2013-09-05 20:56:33 +02:00 |
|
ozantonkal
|
f98614ece0
|
remove cloudactormap, shapeactormap. only vtkProp is stored and view transformation can be obtained using GetUserMatrix of vtkProp3D
|
2013-09-05 20:56:33 +02:00 |
|
ozantonkal
|
f6e1a093cd
|
implement window relevant methods in Viz3d
|
2013-09-05 20:56:33 +02:00 |
|
ozantonkal
|
4f416352e1
|
implemented actor representation methods in viz3d
|
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
|
0bbaf5d47a
|
removeAllWidgets implementation, removed other remove methods
|
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 |
|
Ilya Lavrenov
|
be98cd2f7f
|
replaced explicit __stdcall by CV_STDCALL
|
2013-09-05 19:25:03 +04:00 |
|
Roman Donchenko
|
86b841563b
|
Added tests for Ptr.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
c7d2fdc4b2
|
Fixed some dubious uses of tbb::task_scheduler_init.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
a97ffe6513
|
Rewrote the documentation for Ptr to fit the new implementation.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
a50d75d362
|
Made Filestorage able to not own its CvFileStorage instance.
This allows to get rid of the last remaining Ptr<T>::addref calls.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
3e189a2b41
|
Replaced calls to Ptr<T>::ptr to ::dynamicCast.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
24dee16b12
|
Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience.
Also changed the static functions to inline, to stop GCC complaining
about unused functions.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
dadee3752c
|
Adapt Python bindings to the new Ptr.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
2f942efdf7
|
Java: removed usages of Ptr<T>::addref().
Now the features2d class wrappers use composition instead of inheritance.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
2a2c21bb63
|
Replace an incorrect usage of Ptr with a simple vector.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
62353b7980
|
Boring changes - samples.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
34af7eeb84
|
Boring changes - apps.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
eaa7fcc3e6
|
Boring changes - legacy.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
34127ba80f
|
Boring changes - contrib.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
3bca57ac25
|
Boring changes - ocl.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
fc0e835762
|
Boring changes - gpuwarping.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
d33ff4bb11
|
Boring changes - gpustereo.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
d6146e9543
|
Boring changes - gpulegacy.
|
2013-09-05 19:02:59 +04:00 |
|
Roman Donchenko
|
a007c7b980
|
Boring changes - gpuimgproc.
|
2013-09-05 19:02:58 +04:00 |
|
Roman Donchenko
|
b165016ba7
|
Boring changes - gpufilters.
|
2013-09-05 19:02:58 +04:00 |
|
Roman Donchenko
|
a57f93ee92
|
Boring changes - gpucodec.
|
2013-09-05 19:02:58 +04:00 |
|