CMakeLists.txt
LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
modules/.DS_Store
modules/pybind11/.appveyor.yml
modules/pybind11/.git
modules/pybind11/.gitignore
modules/pybind11/.gitmodules
modules/pybind11/.readthedocs.yml
modules/pybind11/.travis.yml
modules/pybind11/CMakeLists.txt
modules/pybind11/CONTRIBUTING.md
modules/pybind11/ISSUE_TEMPLATE.md
modules/pybind11/MANIFEST.in
modules/pybind11/README.md
modules/pybind11/setup.cfg
modules/pybind11/setup.py
modules/pybind11/docs/basics.rst
modules/pybind11/docs/benchmark.py
modules/pybind11/docs/benchmark.rst
modules/pybind11/docs/changelog.rst
modules/pybind11/docs/classes.rst
modules/pybind11/docs/compiling.rst
modules/pybind11/docs/conf.py
modules/pybind11/docs/faq.rst
modules/pybind11/docs/index.rst
modules/pybind11/docs/intro.rst
modules/pybind11/docs/limitations.rst
modules/pybind11/docs/pybind11-logo.png
modules/pybind11/docs/pybind11_vs_boost_python1.png
modules/pybind11/docs/pybind11_vs_boost_python1.svg
modules/pybind11/docs/pybind11_vs_boost_python2.png
modules/pybind11/docs/pybind11_vs_boost_python2.svg
modules/pybind11/docs/reference.rst
modules/pybind11/docs/release.rst
modules/pybind11/docs/requirements.txt
modules/pybind11/docs/upgrade.rst
modules/pybind11/docs/_static/theme_overrides.css
modules/pybind11/docs/advanced/classes.rst
modules/pybind11/docs/advanced/embedding.rst
modules/pybind11/docs/advanced/exceptions.rst
modules/pybind11/docs/advanced/functions.rst
modules/pybind11/docs/advanced/misc.rst
modules/pybind11/docs/advanced/smart_ptrs.rst
modules/pybind11/docs/advanced/cast/chrono.rst
modules/pybind11/docs/advanced/cast/custom.rst
modules/pybind11/docs/advanced/cast/eigen.rst
modules/pybind11/docs/advanced/cast/functional.rst
modules/pybind11/docs/advanced/cast/index.rst
modules/pybind11/docs/advanced/cast/overview.rst
modules/pybind11/docs/advanced/cast/stl.rst
modules/pybind11/docs/advanced/cast/strings.rst
modules/pybind11/docs/advanced/pycpp/index.rst
modules/pybind11/docs/advanced/pycpp/numpy.rst
modules/pybind11/docs/advanced/pycpp/object.rst
modules/pybind11/docs/advanced/pycpp/utilities.rst
modules/pybind11/include/pybind11/attr.h
modules/pybind11/include/pybind11/buffer_info.h
modules/pybind11/include/pybind11/cast.h
modules/pybind11/include/pybind11/chrono.h
modules/pybind11/include/pybind11/common.h
modules/pybind11/include/pybind11/complex.h
modules/pybind11/include/pybind11/eigen.h
modules/pybind11/include/pybind11/embed.h
modules/pybind11/include/pybind11/eval.h
modules/pybind11/include/pybind11/functional.h
modules/pybind11/include/pybind11/iostream.h
modules/pybind11/include/pybind11/numpy.h
modules/pybind11/include/pybind11/operators.h
modules/pybind11/include/pybind11/options.h
modules/pybind11/include/pybind11/pybind11.h
modules/pybind11/include/pybind11/pytypes.h
modules/pybind11/include/pybind11/stl.h
modules/pybind11/include/pybind11/stl_bind.h
modules/pybind11/include/pybind11/detail/class.h
modules/pybind11/include/pybind11/detail/common.h
modules/pybind11/include/pybind11/detail/descr.h
modules/pybind11/include/pybind11/detail/init.h
modules/pybind11/include/pybind11/detail/internals.h
modules/pybind11/include/pybind11/detail/typeid.h
modules/pybind11/pybind11/__init__.py
modules/pybind11/pybind11/__main__.py
modules/pybind11/pybind11/_version.py
modules/pybind11/tests/CMakeLists.txt
modules/pybind11/tests/conftest.py
modules/pybind11/tests/constructor_stats.h
modules/pybind11/tests/cross_module_gil_utils.cpp
modules/pybind11/tests/local_bindings.h
modules/pybind11/tests/object.h
modules/pybind11/tests/pybind11_cross_module_tests.cpp
modules/pybind11/tests/pybind11_tests.cpp
modules/pybind11/tests/pybind11_tests.h
modules/pybind11/tests/pytest.ini
modules/pybind11/tests/test_async.cpp
modules/pybind11/tests/test_async.py
modules/pybind11/tests/test_buffers.cpp
modules/pybind11/tests/test_buffers.py
modules/pybind11/tests/test_builtin_casters.cpp
modules/pybind11/tests/test_builtin_casters.py
modules/pybind11/tests/test_call_policies.cpp
modules/pybind11/tests/test_call_policies.py
modules/pybind11/tests/test_callbacks.cpp
modules/pybind11/tests/test_callbacks.py
modules/pybind11/tests/test_chrono.cpp
modules/pybind11/tests/test_chrono.py
modules/pybind11/tests/test_class.cpp
modules/pybind11/tests/test_class.py
modules/pybind11/tests/test_constants_and_functions.cpp
modules/pybind11/tests/test_constants_and_functions.py
modules/pybind11/tests/test_copy_move.cpp
modules/pybind11/tests/test_copy_move.py
modules/pybind11/tests/test_docstring_options.cpp
modules/pybind11/tests/test_docstring_options.py
modules/pybind11/tests/test_eigen.cpp
modules/pybind11/tests/test_eigen.py
modules/pybind11/tests/test_enum.cpp
modules/pybind11/tests/test_enum.py
modules/pybind11/tests/test_eval.cpp
modules/pybind11/tests/test_eval.py
modules/pybind11/tests/test_eval_call.py
modules/pybind11/tests/test_exceptions.cpp
modules/pybind11/tests/test_exceptions.py
modules/pybind11/tests/test_factory_constructors.cpp
modules/pybind11/tests/test_factory_constructors.py
modules/pybind11/tests/test_gil_scoped.cpp
modules/pybind11/tests/test_gil_scoped.py
modules/pybind11/tests/test_iostream.cpp
modules/pybind11/tests/test_iostream.py
modules/pybind11/tests/test_kwargs_and_defaults.cpp
modules/pybind11/tests/test_kwargs_and_defaults.py
modules/pybind11/tests/test_local_bindings.cpp
modules/pybind11/tests/test_local_bindings.py
modules/pybind11/tests/test_methods_and_attributes.cpp
modules/pybind11/tests/test_methods_and_attributes.py
modules/pybind11/tests/test_modules.cpp
modules/pybind11/tests/test_modules.py
modules/pybind11/tests/test_multiple_inheritance.cpp
modules/pybind11/tests/test_multiple_inheritance.py
modules/pybind11/tests/test_numpy_array.cpp
modules/pybind11/tests/test_numpy_array.py
modules/pybind11/tests/test_numpy_dtypes.cpp
modules/pybind11/tests/test_numpy_dtypes.py
modules/pybind11/tests/test_numpy_vectorize.cpp
modules/pybind11/tests/test_numpy_vectorize.py
modules/pybind11/tests/test_opaque_types.cpp
modules/pybind11/tests/test_opaque_types.py
modules/pybind11/tests/test_operator_overloading.cpp
modules/pybind11/tests/test_operator_overloading.py
modules/pybind11/tests/test_pickling.cpp
modules/pybind11/tests/test_pickling.py
modules/pybind11/tests/test_pytypes.cpp
modules/pybind11/tests/test_pytypes.py
modules/pybind11/tests/test_sequences_and_iterators.cpp
modules/pybind11/tests/test_sequences_and_iterators.py
modules/pybind11/tests/test_smart_ptr.cpp
modules/pybind11/tests/test_smart_ptr.py
modules/pybind11/tests/test_stl.cpp
modules/pybind11/tests/test_stl.py
modules/pybind11/tests/test_stl_binders.cpp
modules/pybind11/tests/test_stl_binders.py
modules/pybind11/tests/test_tagbased_polymorphic.cpp
modules/pybind11/tests/test_tagbased_polymorphic.py
modules/pybind11/tests/test_union.cpp
modules/pybind11/tests/test_union.py
modules/pybind11/tests/test_virtual_functions.cpp
modules/pybind11/tests/test_virtual_functions.py
modules/pybind11/tests/test_cmake_build/CMakeLists.txt
modules/pybind11/tests/test_cmake_build/embed.cpp
modules/pybind11/tests/test_cmake_build/main.cpp
modules/pybind11/tests/test_cmake_build/test.py
modules/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
modules/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
modules/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
modules/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
modules/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
modules/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
modules/pybind11/tests/test_embed/CMakeLists.txt
modules/pybind11/tests/test_embed/catch.cpp
modules/pybind11/tests/test_embed/external_module.cpp
modules/pybind11/tests/test_embed/test_interpreter.cpp
modules/pybind11/tests/test_embed/test_interpreter.py
modules/pybind11/tools/FindCatch.cmake
modules/pybind11/tools/FindEigen3.cmake
modules/pybind11/tools/FindPythonLibsNew.cmake
modules/pybind11/tools/check-style.sh
modules/pybind11/tools/libsize.py
modules/pybind11/tools/mkdoc.py
modules/pybind11/tools/pybind11Config.cmake.in
modules/pybind11/tools/pybind11Tools.cmake
modules/pybind11/tools/clang/.git
modules/pybind11/tools/clang/.gitignore
modules/pybind11/tools/clang/LICENSE.TXT
modules/pybind11/tools/clang/README.md
modules/pybind11/tools/clang/__init__.py
modules/pybind11/tools/clang/cindex.py
modules/pybind11/tools/clang/enumerations.py
pybgs.egg-info/PKG-INFO
pybgs.egg-info/SOURCES.txt
pybgs.egg-info/dependency_links.txt
pybgs.egg-info/not-zip-safe
pybgs.egg-info/top_level.txt
src/algorithms/.DS_Store
src/algorithms/AdaptiveBackgroundLearning.cpp
src/algorithms/AdaptiveBackgroundLearning.h
src/algorithms/AdaptiveSelectiveBackgroundLearning.cpp
src/algorithms/AdaptiveSelectiveBackgroundLearning.h
src/algorithms/CodeBook.cpp
src/algorithms/CodeBook.h
src/algorithms/DPAdaptiveMedian.cpp
src/algorithms/DPAdaptiveMedian.h
src/algorithms/DPEigenbackground.cpp
src/algorithms/DPEigenbackground.h
src/algorithms/DPGrimsonGMM.cpp
src/algorithms/DPGrimsonGMM.h
src/algorithms/DPMean.cpp
src/algorithms/DPMean.h
src/algorithms/DPPratiMediod.cpp
src/algorithms/DPPratiMediod.h
src/algorithms/DPTexture.cpp
src/algorithms/DPTexture.h
src/algorithms/DPWrenGA.cpp
src/algorithms/DPWrenGA.h
src/algorithms/DPZivkovicAGMM.cpp
src/algorithms/DPZivkovicAGMM.h
src/algorithms/FrameDifference.cpp
src/algorithms/FrameDifference.h
src/algorithms/FuzzyChoquetIntegral.cpp
src/algorithms/FuzzyChoquetIntegral.h
src/algorithms/FuzzySugenoIntegral.cpp
src/algorithms/FuzzySugenoIntegral.h
src/algorithms/GMG.cpp
src/algorithms/GMG.h
src/algorithms/IBGS.h
src/algorithms/IndependentMultimodal.cpp
src/algorithms/IndependentMultimodal.h
src/algorithms/KDE.cpp
src/algorithms/KDE.h
src/algorithms/KNN.cpp
src/algorithms/KNN.h
src/algorithms/LBAdaptiveSOM.cpp
src/algorithms/LBAdaptiveSOM.h
src/algorithms/LBFuzzyAdaptiveSOM.cpp
src/algorithms/LBFuzzyAdaptiveSOM.h
src/algorithms/LBFuzzyGaussian.cpp
src/algorithms/LBFuzzyGaussian.h
src/algorithms/LBMixtureOfGaussians.cpp
src/algorithms/LBMixtureOfGaussians.h
src/algorithms/LBP_MRF.cpp
src/algorithms/LBP_MRF.h
src/algorithms/LBSimpleGaussian.cpp
src/algorithms/LBSimpleGaussian.h
src/algorithms/LOBSTER.cpp
src/algorithms/LOBSTER.h
src/algorithms/MixtureOfGaussianV1.cpp
src/algorithms/MixtureOfGaussianV1.h
src/algorithms/MixtureOfGaussianV2.cpp
src/algorithms/MixtureOfGaussianV2.h
src/algorithms/MultiCue.cpp
src/algorithms/MultiCue.h
src/algorithms/MultiLayer.cpp
src/algorithms/MultiLayer.h
src/algorithms/PAWCS.cpp
src/algorithms/PAWCS.h
src/algorithms/PixelBasedAdaptiveSegmenter.cpp
src/algorithms/PixelBasedAdaptiveSegmenter.h
src/algorithms/SigmaDelta.cpp
src/algorithms/SigmaDelta.h
src/algorithms/StaticFrameDifference.cpp
src/algorithms/StaticFrameDifference.h
src/algorithms/SuBSENSE.cpp
src/algorithms/SuBSENSE.h
src/algorithms/T2FGMM_UM.cpp
src/algorithms/T2FGMM_UM.h
src/algorithms/T2FGMM_UV.cpp
src/algorithms/T2FGMM_UV.h
src/algorithms/T2FMRF_UM.cpp
src/algorithms/T2FMRF_UM.h
src/algorithms/T2FMRF_UV.cpp
src/algorithms/T2FMRF_UV.h
src/algorithms/TwoPoints.cpp
src/algorithms/TwoPoints.h
src/algorithms/ViBe.cpp
src/algorithms/ViBe.h
src/algorithms/VuMeter.cpp
src/algorithms/VuMeter.h
src/algorithms/WeightedMovingMean.cpp
src/algorithms/WeightedMovingMean.h
src/algorithms/WeightedMovingVariance.cpp
src/algorithms/WeightedMovingVariance.h
src/algorithms/algorithms.cpp
src/algorithms/algorithms.h
src/algorithms/IMBS/IMBS.cpp
src/algorithms/IMBS/IMBS.hpp
src/algorithms/KDE/KernelTable.cpp
src/algorithms/KDE/KernelTable.h
src/algorithms/KDE/NPBGSubtractor.cpp
src/algorithms/KDE/NPBGSubtractor.h
src/algorithms/KDE/NPBGmodel.cpp
src/algorithms/KDE/NPBGmodel.h
src/algorithms/LBP_MRF/MEDefs.cpp
src/algorithms/LBP_MRF/MEDefs.hpp
src/algorithms/LBP_MRF/MEHistogram.cpp
src/algorithms/LBP_MRF/MEHistogram.hpp
src/algorithms/LBP_MRF/MEImage.cpp
src/algorithms/LBP_MRF/MEImage.hpp
src/algorithms/LBP_MRF/MotionDetection.cpp
src/algorithms/LBP_MRF/MotionDetection.hpp
src/algorithms/LBP_MRF/block.h
src/algorithms/LBP_MRF/graph.cpp
src/algorithms/LBP_MRF/graph.h
src/algorithms/LBP_MRF/maxflow.cpp
src/algorithms/LBSP/BackgroundSubtractorLBSP.cpp
src/algorithms/LBSP/BackgroundSubtractorLBSP.h
src/algorithms/LBSP/BackgroundSubtractorLBSP_.cpp
src/algorithms/LBSP/BackgroundSubtractorLBSP_.h
src/algorithms/LBSP/BackgroundSubtractorLOBSTER.cpp
src/algorithms/LBSP/BackgroundSubtractorLOBSTER.h
src/algorithms/LBSP/BackgroundSubtractorPAWCS.cpp
src/algorithms/LBSP/BackgroundSubtractorPAWCS.h
src/algorithms/LBSP/BackgroundSubtractorSuBSENSE.cpp
src/algorithms/LBSP/BackgroundSubtractorSuBSENSE.h
src/algorithms/LBSP/DistanceUtils.h
src/algorithms/LBSP/LBSP.cpp
src/algorithms/LBSP/LBSP.h
src/algorithms/LBSP/LBSP_.cpp
src/algorithms/LBSP/LBSP_.h
src/algorithms/LBSP/LBSP_16bits_dbcross_1ch.i
src/algorithms/LBSP/LBSP_16bits_dbcross_3ch1t.i
src/algorithms/LBSP/LBSP_16bits_dbcross_3ch3t.i
src/algorithms/LBSP/LBSP_16bits_dbcross_s3ch.i
src/algorithms/LBSP/RandUtils.h
src/algorithms/MultiLayer/BGS.h
src/algorithms/MultiLayer/BackgroundSubtractionAPI.h
src/algorithms/MultiLayer/BlobExtraction.cpp
src/algorithms/MultiLayer/BlobExtraction.h
src/algorithms/MultiLayer/BlobLibraryConfiguration.h
src/algorithms/MultiLayer/BlobResult.cpp
src/algorithms/MultiLayer/BlobResult.h
src/algorithms/MultiLayer/CMultiLayerBGS.cpp
src/algorithms/MultiLayer/CMultiLayerBGS.h
src/algorithms/MultiLayer/LocalBinaryPattern.cpp
src/algorithms/MultiLayer/LocalBinaryPattern.h
src/algorithms/MultiLayer/OpenCvDataConversion.h
src/algorithms/MultiLayer/OpenCvLegacyIncludes.h
src/algorithms/MultiLayer/blob.cpp
src/algorithms/MultiLayer/blob.h
src/algorithms/PBAS/PBAS.cpp
src/algorithms/PBAS/PBAS.h
src/algorithms/SigmaDelta/sdLaMa091.cpp
src/algorithms/SigmaDelta/sdLaMa091.h
src/algorithms/T2F/MRF.cpp
src/algorithms/T2F/MRF.h
src/algorithms/T2F/T2FGMM.cpp
src/algorithms/T2F/T2FGMM.h
src/algorithms/T2F/T2FMRF.cpp
src/algorithms/T2F/T2FMRF.h
src/algorithms/TwoPoints/two_points.cpp
src/algorithms/TwoPoints/two_points.h
src/algorithms/ViBe/vibe-background-sequential.cpp
src/algorithms/ViBe/vibe-background-sequential.h
src/algorithms/VuMeter/TBackground.cpp
src/algorithms/VuMeter/TBackground.h
src/algorithms/VuMeter/TBackgroundVuMeter.cpp
src/algorithms/VuMeter/TBackgroundVuMeter.h
src/algorithms/_template_/.DS_Store
src/algorithms/_template_/MyBGS.cpp
src/algorithms/_template_/MyBGS.h
src/algorithms/dp/AdaptiveMedianBGS.cpp
src/algorithms/dp/AdaptiveMedianBGS.h
src/algorithms/dp/Bgs.h
src/algorithms/dp/BgsParams.h
src/algorithms/dp/Eigenbackground.cpp
src/algorithms/dp/Eigenbackground.h
src/algorithms/dp/Error.cpp
src/algorithms/dp/Error.h
src/algorithms/dp/GrimsonGMM.cpp
src/algorithms/dp/GrimsonGMM.h
src/algorithms/dp/Image.cpp
src/algorithms/dp/Image.h
src/algorithms/dp/MeanBGS.cpp
src/algorithms/dp/MeanBGS.h
src/algorithms/dp/PratiMediodBGS.cpp
src/algorithms/dp/PratiMediodBGS.h
src/algorithms/dp/TextureBGS.cpp
src/algorithms/dp/TextureBGS.h
src/algorithms/dp/WrenGA.cpp
src/algorithms/dp/WrenGA.h
src/algorithms/dp/ZivkovicAGMM.cpp
src/algorithms/dp/ZivkovicAGMM.h
src/algorithms/lb/BGModel.cpp
src/algorithms/lb/BGModel.h
src/algorithms/lb/BGModelFuzzyGauss.cpp
src/algorithms/lb/BGModelFuzzyGauss.h
src/algorithms/lb/BGModelFuzzySom.cpp
src/algorithms/lb/BGModelFuzzySom.h
src/algorithms/lb/BGModelGauss.cpp
src/algorithms/lb/BGModelGauss.h
src/algorithms/lb/BGModelMog.cpp
src/algorithms/lb/BGModelMog.h
src/algorithms/lb/BGModelSom.cpp
src/algorithms/lb/BGModelSom.h
src/algorithms/lb/Types.h
src/tools/ForegroundMaskAnalysis.cpp
src/tools/ForegroundMaskAnalysis.h
src/tools/FuzzyUtils.cpp
src/tools/FuzzyUtils.h
src/tools/PerformanceUtils.cpp
src/tools/PerformanceUtils.h
src/tools/PixelUtils.cpp
src/tools/PixelUtils.h
src/utils/GenericKeys.h
src/utils/GenericMacros.h
src/utils/ILoadSaveConfig.h
wrapper/python/bgslibrary_module.cpp
wrapper/python/ndarray_converter.cpp
wrapper/python/ndarray_converter.h