opencv/modules/viz/src
Sergiu Deitsch d4b501e734 viz: free new[] allocated arrays using delete[] instead of free
Clang's AddressSanitizer throws an alloc-dealloc-mismatch (operator
new[] vs free) error here.
2016-11-08 13:03:22 +01:00
..
vtk viz: free new[] allocated arrays using delete[] instead of free 2016-11-08 13:03:22 +01:00
clouds.cpp Added cloud shading support - additional normals array is used 2014-04-08 20:31:28 +04:00
precomp.hpp viz: free new[] allocated arrays using delete[] instead of free 2016-11-08 13:03:22 +01:00
shapes.cpp Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
types.cpp Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
viz3d.cpp Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
vizcore.cpp iteractor work 2014-03-02 23:15:53 +04:00
vizimpl.cpp Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
vizimpl.hpp Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
widget.cpp Added ability to disable lighting in the viz-module. 2016-01-14 19:02:18 +03:00