├── CollectedSampleData
├── color
│ ├── b
│ │ ├── color_00123.png
│ │ ├── color_00124.png
│ │ ├── color_00125.png
│ │ ├── color_00126.png
│ │ ├── color_00127.png
│ │ ├── color_00128.png
│ │ ├── color_00129.png
│ │ ├── color_00130.png
│ │ ├── color_00131.png
│ │ ├── color_00132.png
│ │ ├── color_00133.png
│ │ ├── color_00134.png
│ │ ├── color_00135.png
│ │ ├── color_00136.png
│ │ ├── color_00137.png
│ │ ├── color_00138.png
│ │ ├── color_00139.png
│ │ ├── color_00140.png
│ │ ├── color_00141.png
│ │ ├── color_00142.png
│ │ ├── color_00143.png
│ │ ├── color_00144.png
│ │ ├── color_00145.png
│ │ ├── color_00146.png
│ │ ├── color_00147.png
│ │ ├── color_00148.png
│ │ ├── color_00149.png
│ │ ├── color_00150.png
│ │ ├── color_00151.png
│ │ ├── color_00152.png
│ │ ├── color_00153.png
│ │ ├── color_00154.png
│ │ └── color_00155.png
│ └── colorAGif.gif
├── colorizedDepth
│ ├── b
│ │ ├── colorizedDepth_00123.png
│ │ ├── colorizedDepth_00124.png
│ │ ├── colorizedDepth_00125.png
│ │ ├── colorizedDepth_00126.png
│ │ ├── colorizedDepth_00127.png
│ │ ├── colorizedDepth_00128.png
│ │ ├── colorizedDepth_00129.png
│ │ ├── colorizedDepth_00130.png
│ │ ├── colorizedDepth_00131.png
│ │ ├── colorizedDepth_00132.png
│ │ ├── colorizedDepth_00133.png
│ │ ├── colorizedDepth_00134.png
│ │ ├── colorizedDepth_00135.png
│ │ ├── colorizedDepth_00136.png
│ │ ├── colorizedDepth_00137.png
│ │ ├── colorizedDepth_00138.png
│ │ ├── colorizedDepth_00139.png
│ │ ├── colorizedDepth_00140.png
│ │ ├── colorizedDepth_00141.png
│ │ ├── colorizedDepth_00142.png
│ │ ├── colorizedDepth_00143.png
│ │ ├── colorizedDepth_00144.png
│ │ ├── colorizedDepth_00145.png
│ │ ├── colorizedDepth_00146.png
│ │ ├── colorizedDepth_00147.png
│ │ ├── colorizedDepth_00148.png
│ │ ├── colorizedDepth_00149.png
│ │ ├── colorizedDepth_00150.png
│ │ ├── colorizedDepth_00151.png
│ │ ├── colorizedDepth_00152.png
│ │ ├── colorizedDepth_00153.png
│ │ ├── colorizedDepth_00154.png
│ │ └── colorizedDepth_00155.png
│ └── colorizedDepthAGif.gif
└── depth
│ └── b
│ ├── depth_00123.png
│ ├── depth_00124.png
│ ├── depth_00125.png
│ ├── depth_00126.png
│ ├── depth_00127.png
│ ├── depth_00128.png
│ ├── depth_00129.png
│ ├── depth_00130.png
│ ├── depth_00131.png
│ ├── depth_00132.png
│ ├── depth_00133.png
│ ├── depth_00134.png
│ ├── depth_00135.png
│ ├── depth_00136.png
│ ├── depth_00137.png
│ ├── depth_00138.png
│ ├── depth_00139.png
│ ├── depth_00140.png
│ ├── depth_00141.png
│ ├── depth_00142.png
│ ├── depth_00143.png
│ ├── depth_00144.png
│ ├── depth_00145.png
│ ├── depth_00146.png
│ ├── depth_00147.png
│ ├── depth_00148.png
│ ├── depth_00149.png
│ ├── depth_00150.png
│ ├── depth_00151.png
│ ├── depth_00152.png
│ ├── depth_00153.png
│ ├── depth_00154.png
│ └── depth_00155.png
├── Debug
├── OpenCVKinect.exe
├── OpenCVKinect.ilk
├── OpenCVKinect.pdb
├── OpenNI2.dll
├── OpenNI2
│ └── Drivers
│ │ ├── Kinect.dll
│ │ ├── Kinect.pdb
│ │ ├── OniFile.dll
│ │ ├── OniFile.pdb
│ │ ├── PS1080.dll
│ │ ├── PS1080.ini
│ │ ├── PS1080.pdb
│ │ ├── PSLink.dll
│ │ ├── PSLink.ini
│ │ └── PSLink.pdb
├── opencv_calib3d247d.dll
├── opencv_contrib247d.dll
├── opencv_core247d.dll
├── opencv_features2d247d.dll
├── opencv_flann247d.dll
├── opencv_highgui247d.dll
├── opencv_imgproc247d.dll
├── opencv_ml247d.dll
├── opencv_objdetect247d.dll
└── opencv_video247d.dll
├── OpenCVKinect.sdf
├── OpenCVKinect.sln
├── OpenCVKinect.suo
├── OpenCVKinect
├── OpenCVKinect.cpp
├── OpenCVKinect.h
├── OpenCVKinect.vcxproj
├── OpenCVKinect.vcxproj.filters
├── OpenCVKinect.vcxproj.user
├── include
│ ├── opencv
│ │ ├── cv.h
│ │ ├── cv.hpp
│ │ ├── cvaux.h
│ │ ├── cvaux.hpp
│ │ ├── cvwimage.h
│ │ ├── cxcore.h
│ │ ├── cxcore.hpp
│ │ ├── cxeigen.hpp
│ │ ├── cxmisc.h
│ │ ├── highgui.h
│ │ └── ml.h
│ ├── opencv2
│ │ ├── calib3d
│ │ │ └── calib3d.hpp
│ │ ├── contrib
│ │ │ ├── contrib.hpp
│ │ │ ├── detection_based_tracker.hpp
│ │ │ ├── hybridtracker.hpp
│ │ │ ├── openfabmap.hpp
│ │ │ └── retina.hpp
│ │ ├── core
│ │ │ ├── core.hpp
│ │ │ ├── core_c.h
│ │ │ ├── cuda_devptrs.hpp
│ │ │ ├── devmem2d.hpp
│ │ │ ├── eigen.hpp
│ │ │ ├── gpumat.hpp
│ │ │ ├── internal.hpp
│ │ │ ├── mat.hpp
│ │ │ ├── opengl_interop.hpp
│ │ │ ├── opengl_interop_deprecated.hpp
│ │ │ ├── operations.hpp
│ │ │ ├── types_c.h
│ │ │ ├── version.hpp
│ │ │ └── wimage.hpp
│ │ ├── features2d
│ │ │ └── features2d.hpp
│ │ ├── flann
│ │ │ ├── all_indices.h
│ │ │ ├── allocator.h
│ │ │ ├── any.h
│ │ │ ├── autotuned_index.h
│ │ │ ├── composite_index.h
│ │ │ ├── config.h
│ │ │ ├── defines.h
│ │ │ ├── dist.h
│ │ │ ├── dummy.h
│ │ │ ├── dynamic_bitset.h
│ │ │ ├── flann.hpp
│ │ │ ├── flann_base.hpp
│ │ │ ├── general.h
│ │ │ ├── ground_truth.h
│ │ │ ├── hdf5.h
│ │ │ ├── heap.h
│ │ │ ├── hierarchical_clustering_index.h
│ │ │ ├── index_testing.h
│ │ │ ├── kdtree_index.h
│ │ │ ├── kdtree_single_index.h
│ │ │ ├── kmeans_index.h
│ │ │ ├── linear_index.h
│ │ │ ├── logger.h
│ │ │ ├── lsh_index.h
│ │ │ ├── lsh_table.h
│ │ │ ├── matrix.h
│ │ │ ├── miniflann.hpp
│ │ │ ├── nn_index.h
│ │ │ ├── object_factory.h
│ │ │ ├── params.h
│ │ │ ├── random.h
│ │ │ ├── result_set.h
│ │ │ ├── sampling.h
│ │ │ ├── saving.h
│ │ │ ├── simplex_downhill.h
│ │ │ └── timer.h
│ │ ├── gpu
│ │ │ ├── device
│ │ │ │ ├── block.hpp
│ │ │ │ ├── border_interpolate.hpp
│ │ │ │ ├── color.hpp
│ │ │ │ ├── common.hpp
│ │ │ │ ├── datamov_utils.hpp
│ │ │ │ ├── detail
│ │ │ │ │ ├── color_detail.hpp
│ │ │ │ │ ├── reduce.hpp
│ │ │ │ │ ├── reduce_key_val.hpp
│ │ │ │ │ ├── transform_detail.hpp
│ │ │ │ │ ├── type_traits_detail.hpp
│ │ │ │ │ └── vec_distance_detail.hpp
│ │ │ │ ├── dynamic_smem.hpp
│ │ │ │ ├── emulation.hpp
│ │ │ │ ├── filters.hpp
│ │ │ │ ├── funcattrib.hpp
│ │ │ │ ├── functional.hpp
│ │ │ │ ├── limits.hpp
│ │ │ │ ├── reduce.hpp
│ │ │ │ ├── saturate_cast.hpp
│ │ │ │ ├── scan.hpp
│ │ │ │ ├── simd_functions.hpp
│ │ │ │ ├── static_check.hpp
│ │ │ │ ├── transform.hpp
│ │ │ │ ├── type_traits.hpp
│ │ │ │ ├── utility.hpp
│ │ │ │ ├── vec_distance.hpp
│ │ │ │ ├── vec_math.hpp
│ │ │ │ ├── vec_traits.hpp
│ │ │ │ ├── warp.hpp
│ │ │ │ ├── warp_reduce.hpp
│ │ │ │ └── warp_shuffle.hpp
│ │ │ ├── devmem2d.hpp
│ │ │ ├── gpu.hpp
│ │ │ ├── gpumat.hpp
│ │ │ └── stream_accessor.hpp
│ │ ├── highgui
│ │ │ ├── cap_ios.h
│ │ │ ├── highgui.hpp
│ │ │ ├── highgui_c.h
│ │ │ └── ios.h
│ │ ├── imgproc
│ │ │ ├── imgproc.hpp
│ │ │ ├── imgproc_c.h
│ │ │ └── types_c.h
│ │ ├── legacy
│ │ │ ├── blobtrack.hpp
│ │ │ ├── compat.hpp
│ │ │ ├── legacy.hpp
│ │ │ └── streams.hpp
│ │ ├── ml
│ │ │ └── ml.hpp
│ │ ├── nonfree
│ │ │ ├── features2d.hpp
│ │ │ ├── gpu.hpp
│ │ │ ├── nonfree.hpp
│ │ │ └── ocl.hpp
│ │ ├── objdetect
│ │ │ └── objdetect.hpp
│ │ ├── ocl
│ │ │ ├── matrix_operations.hpp
│ │ │ └── ocl.hpp
│ │ ├── opencv.hpp
│ │ ├── opencv_modules.hpp
│ │ ├── photo
│ │ │ ├── photo.hpp
│ │ │ └── photo_c.h
│ │ ├── stitching
│ │ │ ├── detail
│ │ │ │ ├── autocalib.hpp
│ │ │ │ ├── blenders.hpp
│ │ │ │ ├── camera.hpp
│ │ │ │ ├── exposure_compensate.hpp
│ │ │ │ ├── matchers.hpp
│ │ │ │ ├── motion_estimators.hpp
│ │ │ │ ├── seam_finders.hpp
│ │ │ │ ├── util.hpp
│ │ │ │ ├── util_inl.hpp
│ │ │ │ ├── warpers.hpp
│ │ │ │ └── warpers_inl.hpp
│ │ │ ├── stitcher.hpp
│ │ │ └── warpers.hpp
│ │ ├── superres
│ │ │ ├── optical_flow.hpp
│ │ │ └── superres.hpp
│ │ ├── ts
│ │ │ ├── gpu_perf.hpp
│ │ │ ├── gpu_test.hpp
│ │ │ ├── ts.hpp
│ │ │ ├── ts_gtest.h
│ │ │ └── ts_perf.hpp
│ │ ├── video
│ │ │ ├── background_segm.hpp
│ │ │ ├── tracking.hpp
│ │ │ └── video.hpp
│ │ └── videostab
│ │ │ ├── deblurring.hpp
│ │ │ ├── fast_marching.hpp
│ │ │ ├── fast_marching_inl.hpp
│ │ │ ├── frame_source.hpp
│ │ │ ├── global_motion.hpp
│ │ │ ├── inpainting.hpp
│ │ │ ├── log.hpp
│ │ │ ├── motion_stabilizing.hpp
│ │ │ ├── optical_flow.hpp
│ │ │ ├── stabilizer.hpp
│ │ │ └── videostab.hpp
│ └── openni
│ │ ├── Android-Arm
│ │ └── OniPlatformAndroid-Arm.h
│ │ ├── Driver
│ │ ├── OniDriverAPI.h
│ │ └── OniDriverTypes.h
│ │ ├── Linux-Arm
│ │ └── OniPlatformLinux-Arm.h
│ │ ├── Linux-x86
│ │ └── OniPlatformLinux-x86.h
│ │ ├── MacOSX
│ │ └── OniPlatformMacOSX.h
│ │ ├── OniCAPI.h
│ │ ├── OniCEnums.h
│ │ ├── OniCProperties.h
│ │ ├── OniCTypes.h
│ │ ├── OniEnums.h
│ │ ├── OniPlatform.h
│ │ ├── OniProperties.h
│ │ ├── OniVersion.h
│ │ ├── OpenNI.h
│ │ ├── PS1080.h
│ │ ├── PSLink.h
│ │ ├── PrimeSense.h
│ │ └── Win32
│ │ └── OniPlatformWin32.h
├── lib
│ ├── OpenNI2.lib
│ ├── opencv_contrib247.lib
│ ├── opencv_contrib247d.lib
│ ├── opencv_core247.lib
│ ├── opencv_core247d.lib
│ ├── opencv_highgui247.lib
│ ├── opencv_highgui247d.lib
│ ├── opencv_imgproc247.lib
│ └── opencv_imgproc247d.lib
└── main.cpp
├── README.md
└── Release
├── OpenCVKinect.exe
├── OpenCVKinect.pdb
├── OpenNI2.dll
├── OpenNI2
└── Drivers
│ ├── Kinect.dll
│ ├── Kinect.pdb
│ ├── OniFile.dll
│ ├── OniFile.pdb
│ ├── PS1080.dll
│ ├── PS1080.ini
│ ├── PS1080.pdb
│ ├── PSLink.dll
│ ├── PSLink.ini
│ └── PSLink.pdb
├── opencv_calib3d247.dll
├── opencv_contrib247.dll
├── opencv_core247.dll
├── opencv_features2d247.dll
├── opencv_flann247.dll
├── opencv_highgui247.dll
├── opencv_imgproc247.dll
├── opencv_ml247.dll
├── opencv_objdetect247.dll
└── opencv_video247.dll
/CollectedSampleData/color/b/color_00123.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00123.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00124.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00124.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00125.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00126.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00126.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00127.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00127.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00128.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00129.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00129.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00130.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00130.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00131.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00131.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00132.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00132.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00133.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00133.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00134.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00134.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00135.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00135.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00136.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00136.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00137.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00137.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00138.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00138.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00139.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00139.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00140.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00140.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00141.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00141.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00142.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00142.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00143.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00143.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00144.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00145.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00145.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00146.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00146.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00147.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00147.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00148.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00148.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00149.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00149.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00150.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00151.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00151.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00152.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00153.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00153.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00154.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00154.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/b/color_00155.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/b/color_00155.png
--------------------------------------------------------------------------------
/CollectedSampleData/color/colorAGif.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/color/colorAGif.gif
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00123.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00123.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00124.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00124.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00125.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00126.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00126.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00127.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00127.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00128.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00129.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00129.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00130.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00130.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00131.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00131.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00132.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00132.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00133.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00133.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00134.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00134.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00135.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00135.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00136.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00136.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00137.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00137.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00138.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00138.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00139.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00139.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00140.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00140.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00141.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00141.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00142.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00142.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00143.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00143.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00144.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00145.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00145.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00146.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00146.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00147.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00147.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00148.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00148.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00149.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00149.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00150.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00151.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00151.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00152.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00153.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00153.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00154.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00154.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/b/colorizedDepth_00155.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/b/colorizedDepth_00155.png
--------------------------------------------------------------------------------
/CollectedSampleData/colorizedDepth/colorizedDepthAGif.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/colorizedDepth/colorizedDepthAGif.gif
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00123.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00123.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00124.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00124.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00125.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00126.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00126.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00127.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00127.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00128.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00129.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00129.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00130.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00130.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00131.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00131.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00132.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00132.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00133.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00133.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00134.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00134.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00135.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00135.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00136.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00136.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00137.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00137.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00138.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00138.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00139.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00139.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00140.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00140.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00141.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00141.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00142.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00142.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00143.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00143.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00144.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00145.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00145.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00146.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00146.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00147.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00147.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00148.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00148.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00149.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00149.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00150.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00151.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00151.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00152.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00153.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00153.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00154.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00154.png
--------------------------------------------------------------------------------
/CollectedSampleData/depth/b/depth_00155.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/CollectedSampleData/depth/b/depth_00155.png
--------------------------------------------------------------------------------
/Debug/OpenCVKinect.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenCVKinect.exe
--------------------------------------------------------------------------------
/Debug/OpenCVKinect.ilk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenCVKinect.ilk
--------------------------------------------------------------------------------
/Debug/OpenCVKinect.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenCVKinect.pdb
--------------------------------------------------------------------------------
/Debug/OpenNI2.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2.dll
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/Kinect.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2/Drivers/Kinect.dll
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/Kinect.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2/Drivers/Kinect.pdb
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/OniFile.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2/Drivers/OniFile.dll
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/OniFile.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2/Drivers/OniFile.pdb
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/PS1080.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2/Drivers/PS1080.dll
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/PS1080.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2/Drivers/PS1080.pdb
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/PSLink.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2/Drivers/PSLink.dll
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/PSLink.ini:
--------------------------------------------------------------------------------
1 | ;---------------- PSLink Driver Default Configuration -------------------
2 |
3 | [Device]
4 | ; USB interface to be used. 0 - FW Default, 1 - ISO endpoints (default on Windows), 2 - BULK endpoints (default on Linux/Mac/Android machines)
5 | ;UsbInterface=2
6 |
7 | [Depth]
8 | ; Allows dumping all frames to files. 0 - Off (default), 1 - On
9 | ;DumpData=1
10 |
11 | ; Allow flipping the frame horizontally. 0 - Off, 1 - On (default)
12 | ;Mirror=0
13 |
14 | ; Compression of the data passed from device to host. 0 - None, 2 - 16z, 6 - 11-bit packed, 7 - 12-bit packed. Default is set by the firmware
15 | ;Compression=2
16 |
17 | [Depth.VideoMode]
18 | ; Pixel Format. 100 - Depth 1 mm, 101 - Depth 100 um, 102 - Shifts 9.2, 103 - Shifts 9.3
19 | ;PixelFormat=100
20 | ; Requested X resolution
21 | ;XResolution=320
22 | ; Requested Y resolution
23 | ;YResolution=240
24 | ; Requested FPS
25 | ;FPS=30
26 |
27 | [IR]
28 | ; Allows dumping all frames to files. 0 - Off (default), 1 - On
29 | ;DumpData=1
30 |
31 | ; Allow flipping the frame horizontally. 0 - Off, 1 - On (default)
32 | ;Mirror=0
33 |
34 | ; Compression of the data passed from device to host. 0 - None, 5 - 10-bit packed. Default is set by the firmware
35 | ;Compression=5
36 |
37 | [IR.VideoMode]
38 | ; Pixel Format. 200 - RGB888, 202 - Grayscale 8-bit, 203 - Grayscale 16-bit
39 | ;PixelFormat=200
40 | ; Requested X resolution
41 | ;XResolution=320
42 | ; Requested Y resolution
43 | ;YResolution=240
44 | ; Requested FPS
45 | ;FPS=30
46 |
--------------------------------------------------------------------------------
/Debug/OpenNI2/Drivers/PSLink.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/OpenNI2/Drivers/PSLink.pdb
--------------------------------------------------------------------------------
/Debug/opencv_calib3d247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_calib3d247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_contrib247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_contrib247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_core247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_core247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_features2d247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_features2d247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_flann247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_flann247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_highgui247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_highgui247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_imgproc247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_imgproc247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_ml247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_ml247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_objdetect247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_objdetect247d.dll
--------------------------------------------------------------------------------
/Debug/opencv_video247d.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/Debug/opencv_video247d.dll
--------------------------------------------------------------------------------
/OpenCVKinect.sdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/OpenCVKinect.sdf
--------------------------------------------------------------------------------
/OpenCVKinect.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 11.00
3 | # Visual Studio 2010
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenCVKinect", "OpenCVKinect\OpenCVKinect.vcxproj", "{92E27FD6-62EF-4F05-8F18-46315BEDBAA1}"
5 | EndProject
6 | Global
7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
8 | Debug|Win32 = Debug|Win32
9 | Release|Win32 = Release|Win32
10 | EndGlobalSection
11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
12 | {92E27FD6-62EF-4F05-8F18-46315BEDBAA1}.Debug|Win32.ActiveCfg = Debug|Win32
13 | {92E27FD6-62EF-4F05-8F18-46315BEDBAA1}.Debug|Win32.Build.0 = Debug|Win32
14 | {92E27FD6-62EF-4F05-8F18-46315BEDBAA1}.Release|Win32.ActiveCfg = Release|Win32
15 | {92E27FD6-62EF-4F05-8F18-46315BEDBAA1}.Release|Win32.Build.0 = Release|Win32
16 | EndGlobalSection
17 | GlobalSection(SolutionProperties) = preSolution
18 | HideSolutionNode = FALSE
19 | EndGlobalSection
20 | EndGlobal
21 |
--------------------------------------------------------------------------------
/OpenCVKinect.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/masadcv/OpenCVKinect/2170d3e560ca3be2a0c65c953f203e6338d49d84/OpenCVKinect.suo
--------------------------------------------------------------------------------
/OpenCVKinect/OpenCVKinect.h:
--------------------------------------------------------------------------------
1 | // *******************************************************************************
2 | // OpenCVKinect: Provides method to access Kinect Color and Depth Stream *
3 | // in OpenCV Mat format. *
4 | // *
5 | // Pre-requisites: OpenCV_2.x, OpenNI_2.x, KinectSDK_1.8 *
6 | // *
7 | // Copyright (C) 2013 Muhammad Asad *
8 | // Webpage: http://seevisionc.blogspot.co.uk/p/about.html *
9 | // Contact: masad.801@gmail.com *
10 | // *
11 | // This program is free software: you can redistribute it and/or modify *
12 | // it under the terms of the GNU General Public License as published by *
13 | // the Free Software Foundation, either version 3 of the License, or *
14 | // (at your option) any later version. *
15 | // *
16 | // This program is distributed in the hope that it will be useful, *
17 | // but WITHOUT ANY WARRANTY; without even the implied warranty of *
18 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
19 | // GNU General Public License for more details. *
20 | // *
21 | // You should have received a copy of the GNU General Public License *
22 | // along with this program. If not, see . *
23 | // *
24 | // *******************************************************************************
25 |
26 |
27 | #pragma once
28 | #include
29 | #include
30 | #include
31 | #include
32 | #include
33 | #include
34 |
35 | #define C_DEPTH_STREAM 0
36 | #define C_COLOR_STREAM 1
37 |
38 | #define C_NUM_STREAMS 2
39 |
40 | #define C_MODE_COLOR 0x01
41 | #define C_MODE_DEPTH 0x02
42 | #define C_MODE_ALIGNED 0x04
43 |
44 | #define C_STREAM_TIMEOUT 2000
45 | class OpenCVKinect
46 | {
47 | openni::Status m_status;
48 | openni::Device m_device;
49 | openni::VideoStream m_depth, m_color, **m_streams;
50 | openni::VideoFrameRef m_depthFrame, m_colorFrame;
51 | int m_currentStream;
52 | uint64_t m_depthTimeStamp, m_colorTimeStamp;
53 | cv::Mat m_depthImage, m_colorImage;
54 | bool m_alignedStreamStatus, m_colorStreamStatus, m_depthStreamStatus;
55 | public:
56 | OpenCVKinect(void);
57 | bool setMode(int inMode);
58 | bool init();
59 | cv::vector getData();
60 | void registerDepthAndImage();
61 | cv::Mat getDepth();
62 | cv::Mat getColor();
63 | ~OpenCVKinect(void);
64 | };
--------------------------------------------------------------------------------
/OpenCVKinect/OpenCVKinect.vcxproj.filters:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
7 |
8 |
9 | {93995380-89BD-4b04-88EB-625FBE52EBFB}
10 | h;hpp;hxx;hm;inl;inc;xsd
11 |
12 |
13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
15 |
16 |
17 |
18 |
19 | Header Files
20 |
21 |
22 |
23 |
24 | Source Files
25 |
26 |
27 | Source Files
28 |
29 |
30 |
--------------------------------------------------------------------------------
/OpenCVKinect/OpenCVKinect.vcxproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cv.h:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // License Agreement
11 | // For Open Source Computer Vision Library
12 | //
13 | // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
14 | // Copyright (C) 2009, Willow Garage Inc., all rights reserved.
15 | // Third party copyrights are property of their respective owners.
16 | //
17 | // Redistribution and use in source and binary forms, with or without modification,
18 | // are permitted provided that the following conditions are met:
19 | //
20 | // * Redistribution's of source code must retain the above copyright notice,
21 | // this list of conditions and the following disclaimer.
22 | //
23 | // * Redistribution's in binary form must reproduce the above copyright notice,
24 | // this list of conditions and the following disclaimer in the documentation
25 | // and/or other materials provided with the distribution.
26 | //
27 | // * The name of the copyright holders may not be used to endorse or promote products
28 | // derived from this software without specific prior written permission.
29 | //
30 | // This software is provided by the copyright holders and contributors "as is" and
31 | // any express or implied warranties, including, but not limited to, the implied
32 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
33 | // In no event shall the Intel Corporation or contributors be liable for any direct,
34 | // indirect, incidental, special, exemplary, or consequential damages
35 | // (including, but not limited to, procurement of substitute goods or services;
36 | // loss of use, data, or profits; or business interruption) however caused
37 | // and on any theory of liability, whether in contract, strict liability,
38 | // or tort (including negligence or otherwise) arising in any way out of
39 | // the use of this software, even if advised of the possibility of such damage.
40 | //
41 | //M*/
42 |
43 | #ifndef __OPENCV_OLD_CV_H__
44 | #define __OPENCV_OLD_CV_H__
45 |
46 | #if defined(_MSC_VER)
47 | #define CV_DO_PRAGMA(x) __pragma(x)
48 | #define __CVSTR2__(x) #x
49 | #define __CVSTR1__(x) __CVSTR2__(x)
50 | #define __CVMSVCLOC__ __FILE__ "("__CVSTR1__(__LINE__)") : "
51 | #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (__CVMSVCLOC__ _msg))
52 | #elif defined(__GNUC__)
53 | #define CV_DO_PRAGMA(x) _Pragma (#x)
54 | #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (_msg))
55 | #else
56 | #define CV_DO_PRAGMA(x)
57 | #define CV_MSG_PRAGMA(_msg)
58 | #endif
59 | #define CV_WARNING(x) CV_MSG_PRAGMA("Warning: " #x)
60 |
61 | //CV_WARNING("This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module")
62 |
63 | #include "opencv2/core/core_c.h"
64 | #include "opencv2/core/core.hpp"
65 | #include "opencv2/imgproc/imgproc_c.h"
66 | #include "opencv2/imgproc/imgproc.hpp"
67 | #include "opencv2/video/tracking.hpp"
68 | #include "opencv2/features2d/features2d.hpp"
69 | #include "opencv2/flann/flann.hpp"
70 | #include "opencv2/calib3d/calib3d.hpp"
71 | #include "opencv2/objdetect/objdetect.hpp"
72 | #include "opencv2/legacy/compat.hpp"
73 |
74 | #if !defined(CV_IMPL)
75 | #define CV_IMPL extern "C"
76 | #endif //CV_IMPL
77 |
78 | #if defined(__cplusplus)
79 | #include "opencv2/core/internal.hpp"
80 | #endif //__cplusplus
81 |
82 | #endif // __OPENCV_OLD_CV_H_
83 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cv.hpp:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // License Agreement
11 | // For Open Source Computer Vision Library
12 | //
13 | // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
14 | // Copyright (C) 2009, Willow Garage Inc., all rights reserved.
15 | // Third party copyrights are property of their respective owners.
16 | //
17 | // Redistribution and use in source and binary forms, with or without modification,
18 | // are permitted provided that the following conditions are met:
19 | //
20 | // * Redistribution's of source code must retain the above copyright notice,
21 | // this list of conditions and the following disclaimer.
22 | //
23 | // * Redistribution's in binary form must reproduce the above copyright notice,
24 | // this list of conditions and the following disclaimer in the documentation
25 | // and/or other materials provided with the distribution.
26 | //
27 | // * The name of the copyright holders may not be used to endorse or promote products
28 | // derived from this software without specific prior written permission.
29 | //
30 | // This software is provided by the copyright holders and contributors "as is" and
31 | // any express or implied warranties, including, but not limited to, the implied
32 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
33 | // In no event shall the Intel Corporation or contributors be liable for any direct,
34 | // indirect, incidental, special, exemplary, or consequential damages
35 | // (including, but not limited to, procurement of substitute goods or services;
36 | // loss of use, data, or profits; or business interruption) however caused
37 | // and on any theory of liability, whether in contract, strict liability,
38 | // or tort (including negligence or otherwise) arising in any way out of
39 | // the use of this software, even if advised of the possibility of such damage.
40 | //
41 | //M*/
42 |
43 | #ifndef __OPENCV_OLD_CV_HPP__
44 | #define __OPENCV_OLD_CV_HPP__
45 |
46 | //#if defined(__GNUC__)
47 | //#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"
48 | //#endif
49 |
50 | #include
51 |
52 | #endif
53 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cvaux.h:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // Intel License Agreement
11 | // For Open Source Computer Vision Library
12 | //
13 | // Copyright (C) 2000, Intel Corporation, all rights reserved.
14 | // Third party copyrights are property of their respective owners.
15 | //
16 | // Redistribution and use in source and binary forms, with or without modification,
17 | // are permitted provided that the following conditions are met:
18 | //
19 | // * Redistribution's of source code must retain the above copyright notice,
20 | // this list of conditions and the following disclaimer.
21 | //
22 | // * Redistribution's in binary form must reproduce the above copyright notice,
23 | // this list of conditions and the following disclaimer in the documentation
24 | // and/or other materials provided with the distribution.
25 | //
26 | // * The name of Intel Corporation may not be used to endorse or promote products
27 | // derived from this software without specific prior written permission.
28 | //
29 | // This software is provided by the copyright holders and contributors "as is" and
30 | // any express or implied warranties, including, but not limited to, the implied
31 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
32 | // In no event shall the Intel Corporation or contributors be liable for any direct,
33 | // indirect, incidental, special, exemplary, or consequential damages
34 | // (including, but not limited to, procurement of substitute goods or services;
35 | // loss of use, data, or profits; or business interruption) however caused
36 | // and on any theory of liability, whether in contract, strict liability,
37 | // or tort (including negligence or otherwise) arising in any way out of
38 | // the use of this software, even if advised of the possibility of such damage.
39 | //
40 | //M*/
41 |
42 | #ifndef __OPENCV_OLD_AUX_H__
43 | #define __OPENCV_OLD_AUX_H__
44 |
45 | //#if defined(__GNUC__)
46 | //#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"
47 | //#endif
48 |
49 | #include "opencv2/core/core_c.h"
50 | #include "opencv2/core/core.hpp"
51 | #include "opencv2/imgproc/imgproc_c.h"
52 | #include "opencv2/imgproc/imgproc.hpp"
53 | #include "opencv2/video/tracking.hpp"
54 | #include "opencv2/video/background_segm.hpp"
55 | #include "opencv2/features2d/features2d.hpp"
56 | #include "opencv2/calib3d/calib3d.hpp"
57 | #include "opencv2/objdetect/objdetect.hpp"
58 | #include "opencv2/legacy/legacy.hpp"
59 | #include "opencv2/legacy/compat.hpp"
60 | #include "opencv2/legacy/blobtrack.hpp"
61 | #include "opencv2/contrib/contrib.hpp"
62 |
63 | #endif
64 |
65 | /* End of file. */
66 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cvaux.hpp:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // Intel License Agreement
11 | // For Open Source Computer Vision Library
12 | //
13 | // Copyright (C) 2000, Intel Corporation, all rights reserved.
14 | // Third party copyrights are property of their respective owners.
15 | //
16 | // Redistribution and use in source and binary forms, with or without modification,
17 | // are permitted provided that the following conditions are met:
18 | //
19 | // * Redistribution's of source code must retain the above copyright notice,
20 | // this list of conditions and the following disclaimer.
21 | //
22 | // * Redistribution's in binary form must reproduce the above copyright notice,
23 | // this list of conditions and the following disclaimer in the documentation
24 | // and/or other materials provided with the distribution.
25 | //
26 | // * The name of Intel Corporation may not be used to endorse or promote products
27 | // derived from this software without specific prior written permission.
28 | //
29 | // This software is provided by the copyright holders and contributors "as is" and
30 | // any express or implied warranties, including, but not limited to, the implied
31 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
32 | // In no event shall the Intel Corporation or contributors be liable for any direct,
33 | // indirect, incidental, special, exemplary, or consequential damages
34 | // (including, but not limited to, procurement of substitute goods or services;
35 | // loss of use, data, or profits; or business interruption) however caused
36 | // and on any theory of liability, whether in contract, strict liability,
37 | // or tort (including negligence or otherwise) arising in any way out of
38 | // the use of this software, even if advised of the possibility of such damage.
39 | //
40 | //M*/
41 |
42 | #ifndef __OPENCV_OLD_AUX_HPP__
43 | #define __OPENCV_OLD_AUX_HPP__
44 |
45 | //#if defined(__GNUC__)
46 | //#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"
47 | //#endif
48 |
49 | #include
50 |
51 | #endif
52 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cvwimage.h:
--------------------------------------------------------------------------------
1 | ///////////////////////////////////////////////////////////////////////////////
2 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
3 | //
4 | // By downloading, copying, installing or using the software you agree to
5 | // this license. If you do not agree to this license, do not download,
6 | // install, copy or use the software.
7 | //
8 | // License Agreement
9 | // For Open Source Computer Vision Library
10 | //
11 | // Copyright (C) 2008, Google, all rights reserved.
12 | // Third party copyrights are property of their respective owners.
13 | //
14 | // Redistribution and use in source and binary forms, with or without
15 | // modification, are permitted provided that the following conditions are met:
16 | //
17 | // * Redistribution's of source code must retain the above copyright notice,
18 | // this list of conditions and the following disclaimer.
19 | //
20 | // * Redistribution's in binary form must reproduce the above copyright notice,
21 | // this list of conditions and the following disclaimer in the documentation
22 | // and/or other materials provided with the distribution.
23 | //
24 | // * The name of Intel Corporation or contributors may not be used to endorse
25 | // or promote products derived from this software without specific
26 | // prior written permission.
27 | //
28 | // This software is provided by the copyright holders and contributors "as is"
29 | // and any express or implied warranties, including, but not limited to, the
30 | // implied warranties of merchantability and fitness for a particular purpose
31 | // are disclaimed. In no event shall the Intel Corporation or contributors be
32 | // liable for any direct, indirect, incidental, special, exemplary, or
33 | // consequential damages
34 | // (including, but not limited to, procurement of substitute goods or services;
35 | // loss of use, data, or profits; or business interruption) however caused
36 | // and on any theory of liability, whether in contract, strict liability,
37 | // or tort (including negligence or otherwise) arising in any way out of
38 | // the use of this software, even if advised of the possibility of such damage.
39 |
40 |
41 | #ifndef __OPENCV_OLD_WIMAGE_HPP__
42 | #define __OPENCV_OLD_WIMAGE_HPP__
43 |
44 | #include "opencv2/core/wimage.hpp"
45 |
46 | #endif
47 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cxcore.h:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // License Agreement
11 | // For Open Source Computer Vision Library
12 | //
13 | // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
14 | // Copyright (C) 2009, Willow Garage Inc., all rights reserved.
15 | // Third party copyrights are property of their respective owners.
16 | //
17 | // Redistribution and use in source and binary forms, with or without modification,
18 | // are permitted provided that the following conditions are met:
19 | //
20 | // * Redistribution's of source code must retain the above copyright notice,
21 | // this list of conditions and the following disclaimer.
22 | //
23 | // * Redistribution's in binary form must reproduce the above copyright notice,
24 | // this list of conditions and the following disclaimer in the documentation
25 | // and/or other materials provided with the distribution.
26 | //
27 | // * The name of the copyright holders may not be used to endorse or promote products
28 | // derived from this software without specific prior written permission.
29 | //
30 | // This software is provided by the copyright holders and contributors "as is" and
31 | // any express or implied warranties, including, but not limited to, the implied
32 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
33 | // In no event shall the Intel Corporation or contributors be liable for any direct,
34 | // indirect, incidental, special, exemplary, or consequential damages
35 | // (including, but not limited to, procurement of substitute goods or services;
36 | // loss of use, data, or profits; or business interruption) however caused
37 | // and on any theory of liability, whether in contract, strict liability,
38 | // or tort (including negligence or otherwise) arising in any way out of
39 | // the use of this software, even if advised of the possibility of such damage.
40 | //
41 | //M*/
42 |
43 | #ifndef __OPENCV_OLD_CXCORE_H__
44 | #define __OPENCV_OLD_CXCORE_H__
45 |
46 | //#if defined(__GNUC__)
47 | //#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"
48 | //#endif
49 |
50 | #include "opencv2/core/core_c.h"
51 | #include "opencv2/core/core.hpp"
52 |
53 | #endif
54 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cxcore.hpp:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // License Agreement
11 | // For Open Source Computer Vision Library
12 | //
13 | // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
14 | // Copyright (C) 2009, Willow Garage Inc., all rights reserved.
15 | // Third party copyrights are property of their respective owners.
16 | //
17 | // Redistribution and use in source and binary forms, with or without modification,
18 | // are permitted provided that the following conditions are met:
19 | //
20 | // * Redistribution's of source code must retain the above copyright notice,
21 | // this list of conditions and the following disclaimer.
22 | //
23 | // * Redistribution's in binary form must reproduce the above copyright notice,
24 | // this list of conditions and the following disclaimer in the documentation
25 | // and/or other materials provided with the distribution.
26 | //
27 | // * The name of the copyright holders may not be used to endorse or promote products
28 | // derived from this software without specific prior written permission.
29 | //
30 | // This software is provided by the copyright holders and contributors "as is" and
31 | // any express or implied warranties, including, but not limited to, the implied
32 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
33 | // In no event shall the Intel Corporation or contributors be liable for any direct,
34 | // indirect, incidental, special, exemplary, or consequential damages
35 | // (including, but not limited to, procurement of substitute goods or services;
36 | // loss of use, data, or profits; or business interruption) however caused
37 | // and on any theory of liability, whether in contract, strict liability,
38 | // or tort (including negligence or otherwise) arising in any way out of
39 | // the use of this software, even if advised of the possibility of such damage.
40 | //
41 | //M*/
42 |
43 | #ifndef __OPENCV_OLD_CXCORE_HPP__
44 | #define __OPENCV_OLD_CXCORE_HPP__
45 |
46 | //#if defined(__GNUC__)
47 | //#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"
48 | //#endif
49 |
50 | #include
51 |
52 | #endif
53 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cxeigen.hpp:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // License Agreement
11 | // For Open Source Computer Vision Library
12 | //
13 | // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
14 | // Copyright (C) 2009, Willow Garage Inc., all rights reserved.
15 | // Third party copyrights are property of their respective owners.
16 | //
17 | // Redistribution and use in source and binary forms, with or without modification,
18 | // are permitted provided that the following conditions are met:
19 | //
20 | // * Redistribution's of source code must retain the above copyright notice,
21 | // this list of conditions and the following disclaimer.
22 | //
23 | // * Redistribution's in binary form must reproduce the above copyright notice,
24 | // this list of conditions and the following disclaimer in the documentation
25 | // and/or other materials provided with the distribution.
26 | //
27 | // * The name of the copyright holders may not be used to endorse or promote products
28 | // derived from this software without specific prior written permission.
29 | //
30 | // This software is provided by the copyright holders and contributors "as is" and
31 | // any express or implied warranties, including, but not limited to, the implied
32 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
33 | // In no event shall the Intel Corporation or contributors be liable for any direct,
34 | // indirect, incidental, special, exemplary, or consequential damages
35 | // (including, but not limited to, procurement of substitute goods or services;
36 | // loss of use, data, or profits; or business interruption) however caused
37 | // and on any theory of liability, whether in contract, strict liability,
38 | // or tort (including negligence or otherwise) arising in any way out of
39 | // the use of this software, even if advised of the possibility of such damage.
40 | //
41 | //M*/
42 |
43 | #ifndef __OPENCV_OLD_EIGEN_HPP__
44 | #define __OPENCV_OLD_EIGEN_HPP__
45 |
46 | #include "opencv2/core/eigen.hpp"
47 |
48 | #endif
49 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/cxmisc.h:
--------------------------------------------------------------------------------
1 | #ifndef __OPENCV_OLD_CXMISC_H__
2 | #define __OPENCV_OLD_CXMISC_H__
3 |
4 | #include "opencv2/core/internal.hpp"
5 |
6 | #endif
7 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/highgui.h:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // Intel License Agreement
11 | // For Open Source Computer Vision Library
12 | //
13 | // Copyright (C) 2000, Intel Corporation, all rights reserved.
14 | // Third party copyrights are property of their respective owners.
15 | //
16 | // Redistribution and use in source and binary forms, with or without modification,
17 | // are permitted provided that the following conditions are met:
18 | //
19 | // * Redistribution's of source code must retain the above copyright notice,
20 | // this list of conditions and the following disclaimer.
21 | //
22 | // * Redistribution's in binary form must reproduce the above copyright notice,
23 | // this list of conditions and the following disclaimer in the documentation
24 | // and/or other materials provided with the distribution.
25 | //
26 | // * The name of Intel Corporation may not be used to endorse or promote products
27 | // derived from this software without specific prior written permission.
28 | //
29 | // This software is provided by the copyright holders and contributors "as is" and
30 | // any express or implied warranties, including, but not limited to, the implied
31 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
32 | // In no event shall the Intel Corporation or contributors be liable for any direct,
33 | // indirect, incidental, special, exemplary, or consequential damages
34 | // (including, but not limited to, procurement of substitute goods or services;
35 | // loss of use, data, or profits; or business interruption) however caused
36 | // and on any theory of liability, whether in contract, strict liability,
37 | // or tort (including negligence or otherwise) arising in any way out of
38 | // the use of this software, even if advised of the possibility of such damage.
39 | //
40 | //M*/
41 |
42 | #ifndef __OPENCV_OLD_HIGHGUI_H__
43 | #define __OPENCV_OLD_HIGHGUI_H__
44 |
45 | #include "opencv2/core/core_c.h"
46 | #include "opencv2/core/core.hpp"
47 | #include "opencv2/highgui/highgui_c.h"
48 | #include "opencv2/highgui/highgui.hpp"
49 |
50 | #endif
51 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv/ml.h:
--------------------------------------------------------------------------------
1 | /*M///////////////////////////////////////////////////////////////////////////////////////
2 | //
3 | // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
4 | //
5 | // By downloading, copying, installing or using the software you agree to this license.
6 | // If you do not agree to this license, do not download, install,
7 | // copy or use the software.
8 | //
9 | //
10 | // Intel License Agreement
11 | //
12 | // Copyright (C) 2000, Intel Corporation, all rights reserved.
13 | // Third party copyrights are property of their respective owners.
14 | //
15 | // Redistribution and use in source and binary forms, with or without modification,
16 | // are permitted provided that the following conditions are met:
17 | //
18 | // * Redistribution's of source code must retain the above copyright notice,
19 | // this list of conditions and the following disclaimer.
20 | //
21 | // * Redistribution's in binary form must reproduce the above copyright notice,
22 | // this list of conditions and the following disclaimer in the documentation
23 | // and/or other materials provided with the distribution.
24 | //
25 | // * The name of Intel Corporation may not be used to endorse or promote products
26 | // derived from this software without specific prior written permission.
27 | //
28 | // This software is provided by the copyright holders and contributors "as is" and
29 | // any express or implied warranties, including, but not limited to, the implied
30 | // warranties of merchantability and fitness for a particular purpose are disclaimed.
31 | // In no event shall the Intel Corporation or contributors be liable for any direct,
32 | // indirect, incidental, special, exemplary, or consequential damages
33 | // (including, but not limited to, procurement of substitute goods or services;
34 | // loss of use, data, or profits; or business interruption) however caused
35 | // and on any theory of liability, whether in contract, strict liability,
36 | // or tort (including negligence or otherwise) arising in any way out of
37 | // the use of this software, even if advised of the possibility of such damage.
38 | //
39 | //M*/
40 |
41 | #ifndef __OPENCV_OLD_ML_H__
42 | #define __OPENCV_OLD_ML_H__
43 |
44 | #include "opencv2/core/core_c.h"
45 | #include "opencv2/core/core.hpp"
46 | #include "opencv2/ml/ml.hpp"
47 |
48 | #endif
49 |
--------------------------------------------------------------------------------
/OpenCVKinect/include/opencv2/contrib/detection_based_tracker.hpp:
--------------------------------------------------------------------------------
1 | #pragma once
2 |
3 | #if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(ANDROID)
4 |
5 | #include
6 | #include
7 |
8 | #include
9 |
10 | class DetectionBasedTracker
11 | {
12 | public:
13 | struct Parameters
14 | {
15 | int minObjectSize;
16 | int maxObjectSize;
17 | double scaleFactor;
18 | int maxTrackLifetime;
19 | int minNeighbors;
20 | int minDetectionPeriod; //the minimal time between run of the big object detector (on the whole frame) in ms (1000 mean 1 sec), default=0
21 |
22 | Parameters();
23 | };
24 |
25 | DetectionBasedTracker(const std::string& cascadeFilename, const Parameters& params);
26 | virtual ~DetectionBasedTracker();
27 |
28 | virtual bool run();
29 | virtual void stop();
30 | virtual void resetTracking();
31 |
32 | virtual void process(const cv::Mat& imageGray);
33 |
34 | bool setParameters(const Parameters& params);
35 | const Parameters& getParameters();
36 |
37 |
38 | typedef std::pair Object;
39 | virtual void getObjects(std::vector& result) const;
40 | virtual void getObjects(std::vector