Rework tinyxml2 in this module to have namespace cv::tinyxml2
instead of just tinyxml2, so will not clash with other versions
of tinyxml2 at linkage time.
* Create CUDA backend support for dnn_superres
Not sure if this is the best way. Perhaps better to to create getter for 'net' so user can set backend themselves.
* Create seperate functions
* Remove trailing whitespace
[GSoC] Add new Hashtable based TSDF volume to RGBD module
* - Add HashTSDF class
- Implement Integrate function (untested)
* Integration seems to be working, raycasting does not
* Update integration code
* Integration and Raycasting fixes, (both work now)
* - Format code
- Clean up comments and few fixes
* Add Kinect Fusion backup file
* - Add interpolation for vertices and normals (slow and unreliable!)
- Format code
- Delete kinfu_back.cpp
* Bug fix for integration and noisy odometry
* - Create volume abstract class
- Address Review comments
* - Add getPoints and getNormals function
- Fix formatting according to comments
- Move volume abstract class to include/opencv2/rgbd/
- Write factory method for creating TSDFVolumes
- Small bug fixes
- Minor fixes according to comments
* - Add tests for hashTSDF
- Fix raycasting bug causing to loop forever
- Suppress warnings by explicit conversion
- Disable hashTsdf test until we figure out memory leak
- style changes
- Add missing license in a few files, correct precomp.hpp usage
Julia Bindings GSoC - phase1
* Julia Phase 1 first commit
* a few fixes to compile julia bindings on mac
* Readme changes
* Allow usage before installation and update README
* Add CxxWrap installation and fix Mac build bug
* CMake fixes and test refactoring
* add tests, fix trailing whitespace, disable array-vec conversion
* Fix trailing whiteline and warning
* Add module documentation and fix tests in CMake
* Change copyright block, CMake variable name
* copy => copy_if_different
* fix status dump and return lines
* Remove Julia_Found outside init.cmake
* change indentation
Co-authored-by: Vadim Pisarevsky <vadim.pisarevsky@gmail.com>
* Re-enabled the CUDA cascade classifier support using the openCV4.x FileStorage API.
* Re-enabled the CUDA cascade classifier tests.
Removed line of disabled code from cascade read.