Simon Que
705464258e
Merge pull request #11353 from eecsninja:3.4
...
* Fix CV_Asserts with negation of strings
{!"string"} causes some compilers to throw a warning.
The value of the string is not that important -- it's only for printing
the assertion message.
Replace these calls with:
CV_Error(Error::StsError, "string")
to suppress the warning.
* remove unnecessary 'break' after CV_Error()
7 years ago
Fangjun Kuang
2f3d4df2f2
improve the doc for the viz module.
7 years ago
Anatoly Baksheev
fb7e74c511
iteractor work
11 years ago
Anatoly Baksheev
03bd82796d
source compatibility with master
11 years ago
Anatoly Baksheev
56754e907d
fixed crash for windows if console widow is closed or CTRL_C/CTRL_BRAK keys in console are pressed.
11 years ago
Anatoly Baksheev
17fea0dd0a
fixed size_t/int conversion warnings
11 years ago
Anatoly Baksheev
eb8728d727
Updated cloud io functionality - removed dependency from VTK legacy
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
4e18007066
fixed white spaces
11 years ago
Anatoly Baksheev
625c35a9f9
added support of texture for mesh
11 years ago
Anatoly Baksheev
1449823bcd
implemented showImage
11 years ago
Anatoly Baksheev
e3ff28dacc
refactored WImage3D
11 years ago
Anatoly Baksheev
8309d19f31
renamed Mesh3d -> Mesh
11 years ago
Anatoly Baksheev
d591bd875b
fixed crash in enabling shading for polydata widgets
11 years ago
Anatoly Baksheev
e478d6b1e9
renamed cv::viz::get() to getWindowByName()
11 years ago
Anatoly Baksheev
38c9fa4a92
more refactoring
11 years ago
Anatoly Baksheev
d264465422
more refactoring
11 years ago
Anatoly Baksheev
e26b7e1e4f
ported some trajectories functionality to InputArray style
11 years ago
Anatoly Baksheev
b7cb3fe8e0
switched more to doubles
11 years ago
Anatoly Baksheev
186853a50f
mass switch from Affine3f to Affine3d
11 years ago
Anatoly Baksheev
1615527426
switched source to InputArrays
11 years ago
Anatoly Baksheev
c1b41caa7c
added vtkCloudMatSink, reworked cloud IO functions, added normals support
11 years ago
Anatoly Baksheev
84d6fe397d
reading/writing clouds functionality
11 years ago
Anatoly Baksheev
e990d5b999
reading/writing trajectories
11 years ago
Anatoly Baksheev
4979f44cfa
minor
11 years ago
Anatoly Baksheev
3830a0b5b2
fixed bug with deletion from std::map
12 years ago
Anatoly Baksheev
fb62a66b69
removed unused code
12 years ago
Anatoly Baksheev
b88fdc73d6
VizAccessor is now private and renamed to VizStorage
12 years ago
Anatoly Baksheev
9e3a29701e
Viz code beautification
12 years ago
Ozan Tonkal
8de46e1f81
removed trailing spaces
12 years ago
Ozan Tonkal
620d92824c
hide VizMap and VizPair from public interface
12 years ago
Ozan Tonkal
26005a19bd
add license headers
12 years ago
Ozan Tonkal
286f81f305
fix crucial bug in get method, hide add and remove methods from user
12 years ago
ozantonkal
d83be1dccc
fixes based on the feedback: window name prefix is automatically added when it is not there, singleton class returns reference instead of pointer, destructor is private, release function implemented
12 years ago
ozantonkal
6bc393676d
cv::viz::get(window_name) implementation
12 years ago
ozantonkal
c37f091cc5
remove redundant statement
12 years ago
ozantonkal
669abd58bc
initial shared pointer implementation for Viz3d, singleton VizAccessor, cv::viz::get function initial implementation
12 years ago
Anatoly Baksheev
69e66d7bb5
fixed little bug in makeCameraPose
12 years ago
ozantonkal
42266b04a5
makeCameraPose implementation
12 years ago
ozantonkal
b066d1982f
mesh widget implementation
12 years ago
Anatoly Baksheev
6ca1822f36
added comments with future work for VizImpl
...
added authors to license header
12 years ago
Anatoly Baksheev
83cb28f169
temp_viz removed
12 years ago
Anatoly Baksheev
328f0e32d8
added makeTransformToGlobal() function
12 years ago
Anatoly Baksheev
0e7d4a5703
First version of 'viz' module
12 years ago