Anatoly Baksheev
|
b560cc35d9
|
removed Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer
|
11 years ago |
Anatoly Baksheev
|
9e3a29701e
|
Viz code beautification
|
11 years ago |
Anatoly Baksheev
|
efcc341219
|
added viz tutorial 3 test
|
11 years ago |
Anatoly Baksheev
|
d8600d3d13
|
fixed all Viz warnings
moved some headers to precomp.hpp
|
11 years ago |
Anatoly Baksheev
|
dfef42f94e
|
Fixed Viz compilation: removed CV_EXPORTS from cv::viz::Color. The macro forced instantiation of all Matx<double, 4, 1> constructors and triggered StaticAssert there.
|
11 years ago |
Anatoly Baksheev
|
d275e29ea4
|
compilation & warnings
|
11 years ago |
Pablo Speciale
|
f47afe5799
|
Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297)
|
11 years ago |
Ozan Tonkal
|
5780b418c9
|
delete duplicate bunny.ply, remove tabs and extra lines
|
11 years ago |
Ozan Tonkal
|
8de46e1f81
|
removed trailing spaces
|
11 years ago |
Ozan Tonkal
|
a117400577
|
ignore viz tutorials when BUILD_opencv_viz is not set
|
11 years ago |
Ozan Tonkal
|
c31fb8ffff
|
rename widgets from *Widgets to W*
|
11 years ago |
Ozan Tonkal
|
f570b3e18d
|
cmake check if VTK version is lower than 5, and give fatal error if it is
|
11 years ago |
Ozan Tonkal
|
3f27ba54e0
|
re-render the scene after changing camera properties
|
11 years ago |
Ozan Tonkal
|
620d92824c
|
hide VizMap and VizPair from public interface
|
11 years ago |
Ozan Tonkal
|
9895093524
|
check if vtk 5.10.0 exists, if not require 6.0.0
|
11 years ago |
Ozan Tonkal
|
56f9168ac1
|
support VTK 6.0.0: cmakelist.txt might need to be refactored
|
11 years ago |
Ozan Tonkal
|
26005a19bd
|
add license headers
|
11 years ago |
Ozan Tonkal
|
c773061457
|
updated documentation
|
11 years ago |
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 |
Anatoly Baksheev
|
9a91a12fb2
|
VIZ disabled by default, VTK search is performed iff BUILD_opencv_viz is enabled
|
11 years ago |
Anatoly Baksheev
|
477ca067f0
|
compilation for macos
|
11 years ago |
Anatoly Baksheev
|
eed7bf6902
|
compilation for windows
|
11 years ago |
Ozan Tonkal
|
5eed0d6bef
|
remove common.h include from widgets.hpp
|
11 years ago |
Ozan Tonkal
|
31501ebf4f
|
replace tabs by spaces
|
11 years ago |
Ozan Tonkal
|
a5b75769a3
|
initial documentation
|
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
|
2705113bc4
|
remove common.cpp, remove commented code in common.h
|
11 years ago |
ozantonkal
|
ffbb5e9524
|
resetCamera, resetViewpoint in Viz3d
|
11 years ago |
ozantonkal
|
4aa61dee50
|
minor refactoring interactor_style
|
11 years ago |
ozantonkal
|
af8a918e04
|
fix minor bug, minor cleaning, cv_assert with messages
|
11 years ago |
ozantonkal
|
69f135ec57
|
fix memory leak in viz3d
|
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
|
8007e07ad2
|
load mesh function is finalized: color range is always 0-255 and RGB due to vtkPLYReader limitations
|
11 years ago |
ozantonkal
|
e4b13f2ef0
|
update reader after setting file name
|
11 years ago |
ozantonkal
|
3da7dd9849
|
fix yellow and magenta color bgr codes
|
11 years ago |
ozantonkal
|
9086cf5d79
|
remove unused includes and libraries from linking
|
11 years ago |
ozantonkal
|
3038ffb886
|
setDesiredUpdateRate implementation in Viz3d
|
11 years ago |
ozantonkal
|
ed0162ad0b
|
remove reference counting in widgets
|
11 years ago |
ozantonkal
|
08917908f3
|
remove eigen dependency
|
11 years ago |
ozantonkal
|
f98614ece0
|
remove cloudactormap, shapeactormap. only vtkProp is stored and view transformation can be obtained using GetUserMatrix of vtkProp3D
|
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 |