Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Anatoly Baksheev
fde0185a77
iteractor work
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
d7ca0bb757
merged background color with background gradient methods, updated tests to show description of scene
11 years ago
Anatoly Baksheev
ffad7b699c
added test for textured mesh
11 years ago
Anatoly Baksheev
74206e0159
added painted cloud widget
11 years ago
Anatoly Baksheev
3086095837
improved background gradient
11 years ago
Anatoly Baksheev
25b417e8b2
added test for trajectories and fixed bug with float type
11 years ago
Anatoly Baksheev
d264465422
more refactoring
11 years ago
Anatoly Baksheev
186853a50f
mass switch from Affine3f to Affine3d
11 years ago
Anatoly Baksheev
e7791e1590
colors minor
11 years ago
Anatoly Baksheev
c1b41caa7c
added vtkCloudMatSink, reworked cloud IO functions, added normals support
11 years ago
Anatoly Baksheev
1c4cfd8eaf
normals support for CloudMatSource
11 years ago
Anatoly Baksheev
bf30c33e6e
getting data from opencv_extra
11 years ago
Anatoly Baksheev
4979f44cfa
minor
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
d275e29ea4
compilation & warnings
11 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
fdbf20c172
delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial
12 years ago
Anatoly Baksheev
477ca067f0
compilation for macos
12 years ago
ozantonkal
c0f44ca421
shorten Trajectory widget implementation
12 years ago
ozantonkal
2294eb82c9
fix aspect_ratio in camera position widget, add scale parameter (tentative implementation of scale)
12 years ago
ozantonkal
9d3f3c66da
camera position widget: constructor with no parameter, constructor with intrinsic matrix for visualizing frustum
12 years ago
ozantonkal
3260404fdf
initial CameraPositionWidget implementation using eye, look_at, up_vector
12 years ago
ozantonkal
1bfd7ad17e
arrow widget thickness parameter
12 years ago
ozantonkal
b066d1982f
mesh widget implementation
12 years ago
Anatoly Baksheev
512afe2a90
beatification of test_viz
12 years ago
Anatoly Baksheev
3e41f0647e
removed q subfolder
12 years ago
ozantonkal
5813a3a99d
text3D widget implementation
12 years ago
ozantonkal
e185900270
grid widget implementation
12 years ago
ozantonkal
71c76aecc9
PolyLine widget implementation
12 years ago
ozantonkal
658e4c5e97
set/get/updateWidgetPose implemented, cloudNormals with color
12 years ago
ozantonkal
e76023be96
cloud normals widget implementation
12 years ago
ozantonkal
6e5ae98582
initial cloud widget implementation, fix safedowncasts
12 years ago
ozantonkal
d394e233bb
cube widget wireframe
12 years ago
ozantonkal
653eda45f8
text widget implementation
12 years ago
ozantonkal
c4f4727ee5
showWidget takes Affine3f as argument
12 years ago
ozantonkal
eafcdc004d
plane widget size
12 years ago
ozantonkal
030400d50f
circle widget thickness property
12 years ago
ozantonkal
ecdd8513fd
coordinate system widget implementation, update pose fix
12 years ago
ozantonkal
03cc439b08
cube widget implementation
12 years ago
ozantonkal
f07486b563
cylinder widget implementation
12 years ago
ozantonkal
f97c3c8b06
circle widget and arrow widget implementation
12 years ago
ozantonkal
d80a965f97
sphere widget implementation
12 years ago
ozantonkal
3d3e3fd470
plane widget implementation
12 years ago
ozantonkal
ba89a6a34a
line widget set/get line width
12 years ago
Anatoly Baksheev
efa7f09048
slight refactoring of widget system code
12 years ago