├── .gitignore~ ├── Debug ├── CL.read.1.tlog ├── CL.write.1.tlog ├── cl.command.1.tlog ├── gp_object_tracking_tidy.exe.intermediate.manifest ├── gp_object_tracking_tidy.lastbuildstate ├── gp_object_tracking_tidy.log ├── link.command.1.tlog ├── link.read.1.tlog ├── link.write.1.tlog ├── main.obj ├── mt.command.1.tlog ├── mt.read.1.tlog ├── mt.write.1.tlog ├── vc100.idb └── vc100.pdb ├── README.md ├── gp_object_tracking_tidy.vcxproj ├── gp_object_tracking_tidy.vcxproj.filters ├── gp_object_tracking_tidy.vcxproj.user ├── main.cpp ├── tracking_video.avi └── x64 └── Debug ├── CL.read.1.tlog ├── CL.write.1.tlog ├── cl.command.1.tlog ├── gp_object_tracking_tidy.exe.intermediate.manifest ├── gp_object_tracking_tidy.lastbuildstate ├── gp_object_tracking_tidy.log ├── link.command.1.tlog ├── link.read.1.tlog ├── link.write.1.tlog ├── main.obj ├── mt.command.1.tlog ├── mt.read.1.tlog ├── mt.write.1.tlog ├── vc100.idb └── vc100.pdb /.gitignore~: -------------------------------------------------------------------------------- 1 | *.avi 2 | -------------------------------------------------------------------------------- /Debug/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/CL.read.1.tlog -------------------------------------------------------------------------------- /Debug/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/CL.write.1.tlog -------------------------------------------------------------------------------- /Debug/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/cl.command.1.tlog -------------------------------------------------------------------------------- /Debug/gp_object_tracking_tidy.exe.intermediate.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/gp_object_tracking_tidy.exe.intermediate.manifest -------------------------------------------------------------------------------- /Debug/gp_object_tracking_tidy.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/gp_object_tracking_tidy.lastbuildstate -------------------------------------------------------------------------------- /Debug/gp_object_tracking_tidy.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/gp_object_tracking_tidy.log -------------------------------------------------------------------------------- /Debug/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/link.command.1.tlog -------------------------------------------------------------------------------- /Debug/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/link.read.1.tlog -------------------------------------------------------------------------------- /Debug/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/link.write.1.tlog -------------------------------------------------------------------------------- /Debug/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/main.obj -------------------------------------------------------------------------------- /Debug/mt.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/mt.command.1.tlog -------------------------------------------------------------------------------- /Debug/mt.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/mt.read.1.tlog -------------------------------------------------------------------------------- /Debug/mt.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/mt.write.1.tlog -------------------------------------------------------------------------------- /Debug/vc100.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/vc100.idb -------------------------------------------------------------------------------- /Debug/vc100.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/Debug/vc100.pdb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/README.md -------------------------------------------------------------------------------- /gp_object_tracking_tidy.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/gp_object_tracking_tidy.vcxproj -------------------------------------------------------------------------------- /gp_object_tracking_tidy.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/gp_object_tracking_tidy.vcxproj.filters -------------------------------------------------------------------------------- /gp_object_tracking_tidy.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/gp_object_tracking_tidy.vcxproj.user -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/main.cpp -------------------------------------------------------------------------------- /tracking_video.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/tracking_video.avi -------------------------------------------------------------------------------- /x64/Debug/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/CL.read.1.tlog -------------------------------------------------------------------------------- /x64/Debug/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/CL.write.1.tlog -------------------------------------------------------------------------------- /x64/Debug/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/cl.command.1.tlog -------------------------------------------------------------------------------- /x64/Debug/gp_object_tracking_tidy.exe.intermediate.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/gp_object_tracking_tidy.exe.intermediate.manifest -------------------------------------------------------------------------------- /x64/Debug/gp_object_tracking_tidy.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/gp_object_tracking_tidy.lastbuildstate -------------------------------------------------------------------------------- /x64/Debug/gp_object_tracking_tidy.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/gp_object_tracking_tidy.log -------------------------------------------------------------------------------- /x64/Debug/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/link.command.1.tlog -------------------------------------------------------------------------------- /x64/Debug/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/link.read.1.tlog -------------------------------------------------------------------------------- /x64/Debug/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/link.write.1.tlog -------------------------------------------------------------------------------- /x64/Debug/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/main.obj -------------------------------------------------------------------------------- /x64/Debug/mt.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/mt.command.1.tlog -------------------------------------------------------------------------------- /x64/Debug/mt.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/mt.read.1.tlog -------------------------------------------------------------------------------- /x64/Debug/mt.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/mt.write.1.tlog -------------------------------------------------------------------------------- /x64/Debug/vc100.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/vc100.idb -------------------------------------------------------------------------------- /x64/Debug/vc100.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpsinghsandhu/Kernel-Based-Object-Tracking/HEAD/x64/Debug/vc100.pdb --------------------------------------------------------------------------------