open_toontown_panda3d/panda/src/vision
rdb c6ed4e1836 general: don't cast to regular pointer when returning a PointerTo
This is inefficient because it induces an unnecessary ref()/unref() pair when we just need to move the pointer out of the function.  Thanks to 23128e4695, we can now move between related pointer types, making the .p() hack unnecessary.
2018-07-08 21:40:58 +02:00
..
arToolKit.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
arToolKit.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
arToolKit.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
config_vision.cxx general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
config_vision.h video4linux: don't block on reading camera frames 2018-03-11 16:39:00 +01:00
openCVTexture.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
openCVTexture.cxx general: don't cast to regular pointer when returning a PointerTo 2018-07-08 21:40:58 +02:00
openCVTexture.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
p3vision_composite1.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
webcamVideo.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
webcamVideo.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
webcamVideo.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
webcamVideoCursorOpenCV.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
webcamVideoCursorOpenCV.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
webcamVideoCursorV4L.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
webcamVideoCursorV4L.h Fix for certain libjpeg versions that override INLINE macro 2017-06-12 19:46:59 +02:00
webcamVideoDS.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
webcamVideoOpenCV.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
webcamVideoOpenCV.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
webcamVideoV4L.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
webcamVideoV4L.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00