Anatoly Baksheev
|
e990d5b999
|
reading/writing trajectories
|
11 years ago |
Anatoly Baksheev
|
e048df51ce
|
for shapes switched vtkDataSetMapper to more efficient vtkPolyDataMapper
|
11 years ago |
Anatoly Baksheev
|
4979f44cfa
|
minor
|
11 years ago |
Anatoly Baksheev
|
31d42ce18f
|
refactored Trajectory: split into Trajectory and TrajectoryFrustums)
|
11 years ago |
Anatoly Baksheev
|
54fa69cab2
|
renamed Spheres Trajectory, minor changes in Trajectory
|
11 years ago |
Anatoly Baksheev
|
c7ff13873d
|
minor
|
11 years ago |
Anatoly Baksheev
|
f6e9b81188
|
reduced exported interface names (to make IntelliSense hints less littered)
|
11 years ago |
Anatoly Baksheev
|
44c1d4dfdc
|
allow fast switch between actors (except mesh, cloud, cloud collection)
|
11 years ago |
Anatoly Baksheev
|
2d63f60d43
|
minor changes, opencv cross-branch code
|
11 years ago |
Anatoly Baksheev
|
15fd3faa40
|
support gray color clouds
|
11 years ago |
Anatoly Baksheev
|
2cbfb04144
|
viz: rich set of named colors
|
11 years ago |
Anatoly Baksheev
|
4c66b87698
|
fixed -Wshadow and other warnings, added rvec test
|
11 years ago |
Anatoly Baksheev
|
f9ca6cfd22
|
fixed ocv_module_disable()
|
11 years ago |
Anatoly Baksheev
|
546c084fe6
|
fixed shadow error and added ocv_disable_module
|
11 years ago |
Anatoly Baksheev
|
0e88733b13
|
updating Viz cmake (switched to WITH_VTK option)
|
11 years ago |
Anatoly Baksheev
|
3830a0b5b2
|
fixed bug with deletion from std::map
|
11 years ago |
Anatoly Baksheev
|
a6ab9be5a6
|
removed VizAccessor from docs
|
11 years ago |
Anatoly Baksheev
|
fb62a66b69
|
removed unused code
|
11 years ago |
Anatoly Baksheev
|
b88fdc73d6
|
VizAccessor is now private and renamed to VizStorage
|
11 years ago |
Anatoly Baksheev
|
d970d58308
|
added Viz::tutorial2 test
|
11 years ago |
Anatoly Baksheev
|
177f7eb339
|
fixed warning
|
11 years ago |
Anatoly Baksheev
|
0895616576
|
switched from unnecessarily 'dobule' to 'float' in some places (commonly for widget scale)
|
11 years ago |
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)
|
12 years ago |
Ozan Tonkal
|
5780b418c9
|
delete duplicate bunny.ply, remove tabs and extra lines
|
12 years ago |
Ozan Tonkal
|
8de46e1f81
|
removed trailing spaces
|
12 years ago |
Ozan Tonkal
|
a117400577
|
ignore viz tutorials when BUILD_opencv_viz is not set
|
12 years ago |
Ozan Tonkal
|
c31fb8ffff
|
rename widgets from *Widgets to W*
|
12 years ago |
Ozan Tonkal
|
f570b3e18d
|
cmake check if VTK version is lower than 5, and give fatal error if it is
|
12 years ago |
Ozan Tonkal
|
3f27ba54e0
|
re-render the scene after changing camera properties
|
12 years ago |
Ozan Tonkal
|
620d92824c
|
hide VizMap and VizPair from public interface
|
12 years ago |
Ozan Tonkal
|
9895093524
|
check if vtk 5.10.0 exists, if not require 6.0.0
|
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
|
c773061457
|
updated documentation
|
12 years ago |
Ozan Tonkal
|
3bdb55e1ef
|
another constructor for CameraPositionWidget for displaying image by also using field of view instead of intrinsic matrix
|
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
|
286f81f305
|
fix crucial bug in get method, hide add and remove methods from user
|
12 years ago |
Ozan Tonkal
|
fcf437cf69
|
combine representation methods to one as setRepresentation
|
12 years ago |
Ozan Tonkal
|
94ca5d65d0
|
remove VIZ prefix from rendering properties, fix setRenderingProperties and getRenderingProperties methods
|
12 years ago |
Ozan Tonkal
|
fdbf20c172
|
delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial
|
12 years ago |
Anatoly Baksheev
|
9a91a12fb2
|
VIZ disabled by default, VTK search is performed iff BUILD_opencv_viz is enabled
|
12 years ago |
Anatoly Baksheev
|
477ca067f0
|
compilation for macos
|
12 years ago |
Anatoly Baksheev
|
eed7bf6902
|
compilation for windows
|
12 years ago |
Ozan Tonkal
|
5eed0d6bef
|
remove common.h include from widgets.hpp
|
12 years ago |