├── README.md ├── c++ ├── msvcp120d 和msvcr120d │ └── msvcp120d 和msvcr120d │ │ ├── 32位 │ │ ├── msvcp120d.dll │ │ └── msvcr120d.dll │ │ └── 64位 │ │ ├── msvcp120d.dll │ │ └── msvcr120d.dll ├── video_stabilization.sdf ├── video_stabilization.sln ├── video_stabilization.v12.suo ├── video_stabilization │ ├── clip_frame_for_bundled.cpp │ ├── merge_frame_for_bundled.cpp │ ├── video_stabilization.vcxproj │ ├── video_stabilization.vcxproj.filters │ └── x64 │ │ └── Release │ │ ├── clip_frame_for_bundled.obj │ │ ├── vc120.pdb │ │ ├── video_st.4819A3B3.tlog │ │ ├── CL.read.1.tlog │ │ ├── CL.write.1.tlog │ │ ├── cl.command.1.tlog │ │ ├── link.command.1.tlog │ │ ├── link.read.1.tlog │ │ ├── link.write.1.tlog │ │ └── video_stabilization.lastbuildstate │ │ ├── video_stabilization.Build.CppClean.log │ │ └── video_stabilization.log └── x64 │ ├── Debug │ ├── video_stabilization.exe │ ├── video_stabilization.ilk │ └── video_stabilization.pdb │ └── Release │ ├── video_stabilization.exe │ ├── video_stabilization.iobj │ ├── video_stabilization.ipdb │ └── video_stabilization.pdb └── matlab └── Bundled ├── Bundled.m ├── GetTracks.m ├── NewWarping.m ├── RANSAC ├── DLT.m ├── NormalisePoints.m ├── hnormalise.m ├── homography2d.m ├── iscolinear.m ├── normalise2dpts.m ├── ransac.m ├── ransacfithomography.m └── testhomog.m ├── TrackLib.m ├── gaussmf.m ├── getPath.m ├── mesh ├── AsSimilarAsPossibleWarping.m ├── Mesh.m ├── Quad.m ├── Triplets.m ├── homography_4pts.m ├── myPoint.m └── myWarp.m ├── mex ├── AsSimilarAsPossible.cpp ├── AsSimilarAsPossible.m ├── AsSimilarAsPossible.mexw64 ├── Asap.cpp ├── Asap.h ├── Mesh.cpp ├── Mesh.h ├── Quad.cpp └── Quad.h └── run.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/README.md -------------------------------------------------------------------------------- /c++/msvcp120d 和msvcr120d/msvcp120d 和msvcr120d/32位/msvcp120d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/msvcp120d 和msvcr120d/msvcp120d 和msvcr120d/32位/msvcp120d.dll -------------------------------------------------------------------------------- /c++/msvcp120d 和msvcr120d/msvcp120d 和msvcr120d/32位/msvcr120d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/msvcp120d 和msvcr120d/msvcp120d 和msvcr120d/32位/msvcr120d.dll -------------------------------------------------------------------------------- /c++/msvcp120d 和msvcr120d/msvcp120d 和msvcr120d/64位/msvcp120d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/msvcp120d 和msvcr120d/msvcp120d 和msvcr120d/64位/msvcp120d.dll -------------------------------------------------------------------------------- /c++/msvcp120d 和msvcr120d/msvcp120d 和msvcr120d/64位/msvcr120d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/msvcp120d 和msvcr120d/msvcp120d 和msvcr120d/64位/msvcr120d.dll -------------------------------------------------------------------------------- /c++/video_stabilization.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization.sdf -------------------------------------------------------------------------------- /c++/video_stabilization.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization.sln -------------------------------------------------------------------------------- /c++/video_stabilization.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization.v12.suo -------------------------------------------------------------------------------- /c++/video_stabilization/clip_frame_for_bundled.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/clip_frame_for_bundled.cpp -------------------------------------------------------------------------------- /c++/video_stabilization/merge_frame_for_bundled.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/merge_frame_for_bundled.cpp -------------------------------------------------------------------------------- /c++/video_stabilization/video_stabilization.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/video_stabilization.vcxproj -------------------------------------------------------------------------------- /c++/video_stabilization/video_stabilization.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/video_stabilization.vcxproj.filters -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/clip_frame_for_bundled.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/clip_frame_for_bundled.obj -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/vc120.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/vc120.pdb -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/cl.command.1.tlog -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/video_stabilization.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_st.4819A3B3.tlog/video_stabilization.lastbuildstate -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_stabilization.Build.CppClean.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_stabilization.Build.CppClean.log -------------------------------------------------------------------------------- /c++/video_stabilization/x64/Release/video_stabilization.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/video_stabilization/x64/Release/video_stabilization.log -------------------------------------------------------------------------------- /c++/x64/Debug/video_stabilization.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/x64/Debug/video_stabilization.exe -------------------------------------------------------------------------------- /c++/x64/Debug/video_stabilization.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/x64/Debug/video_stabilization.ilk -------------------------------------------------------------------------------- /c++/x64/Debug/video_stabilization.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/x64/Debug/video_stabilization.pdb -------------------------------------------------------------------------------- /c++/x64/Release/video_stabilization.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/x64/Release/video_stabilization.exe -------------------------------------------------------------------------------- /c++/x64/Release/video_stabilization.iobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/x64/Release/video_stabilization.iobj -------------------------------------------------------------------------------- /c++/x64/Release/video_stabilization.ipdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/x64/Release/video_stabilization.ipdb -------------------------------------------------------------------------------- /c++/x64/Release/video_stabilization.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/c++/x64/Release/video_stabilization.pdb -------------------------------------------------------------------------------- /matlab/Bundled/Bundled.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/Bundled.m -------------------------------------------------------------------------------- /matlab/Bundled/GetTracks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/GetTracks.m -------------------------------------------------------------------------------- /matlab/Bundled/NewWarping.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/NewWarping.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/DLT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/DLT.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/NormalisePoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/NormalisePoints.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/hnormalise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/hnormalise.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/homography2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/homography2d.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/iscolinear.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/iscolinear.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/normalise2dpts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/normalise2dpts.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/ransac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/ransac.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/ransacfithomography.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/ransacfithomography.m -------------------------------------------------------------------------------- /matlab/Bundled/RANSAC/testhomog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/RANSAC/testhomog.m -------------------------------------------------------------------------------- /matlab/Bundled/TrackLib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/TrackLib.m -------------------------------------------------------------------------------- /matlab/Bundled/gaussmf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/gaussmf.m -------------------------------------------------------------------------------- /matlab/Bundled/getPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/getPath.m -------------------------------------------------------------------------------- /matlab/Bundled/mesh/AsSimilarAsPossibleWarping.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mesh/AsSimilarAsPossibleWarping.m -------------------------------------------------------------------------------- /matlab/Bundled/mesh/Mesh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mesh/Mesh.m -------------------------------------------------------------------------------- /matlab/Bundled/mesh/Quad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mesh/Quad.m -------------------------------------------------------------------------------- /matlab/Bundled/mesh/Triplets.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mesh/Triplets.m -------------------------------------------------------------------------------- /matlab/Bundled/mesh/homography_4pts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mesh/homography_4pts.m -------------------------------------------------------------------------------- /matlab/Bundled/mesh/myPoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mesh/myPoint.m -------------------------------------------------------------------------------- /matlab/Bundled/mesh/myWarp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mesh/myWarp.m -------------------------------------------------------------------------------- /matlab/Bundled/mex/AsSimilarAsPossible.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/AsSimilarAsPossible.cpp -------------------------------------------------------------------------------- /matlab/Bundled/mex/AsSimilarAsPossible.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/AsSimilarAsPossible.m -------------------------------------------------------------------------------- /matlab/Bundled/mex/AsSimilarAsPossible.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/AsSimilarAsPossible.mexw64 -------------------------------------------------------------------------------- /matlab/Bundled/mex/Asap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/Asap.cpp -------------------------------------------------------------------------------- /matlab/Bundled/mex/Asap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/Asap.h -------------------------------------------------------------------------------- /matlab/Bundled/mex/Mesh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/Mesh.cpp -------------------------------------------------------------------------------- /matlab/Bundled/mex/Mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/Mesh.h -------------------------------------------------------------------------------- /matlab/Bundled/mex/Quad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/Quad.cpp -------------------------------------------------------------------------------- /matlab/Bundled/mex/Quad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/mex/Quad.h -------------------------------------------------------------------------------- /matlab/Bundled/run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mindazhao/Bundled-Video-Stabilization/HEAD/matlab/Bundled/run.m --------------------------------------------------------------------------------