├── README.md ├── code ├── DatasetUtils.h ├── LICENSE ├── LITIV2012Utils.h ├── MultimodalVideoRegistrAlg.cpp ├── MultimodalVideoRegistrAlg.h └── main.cpp └── img ├── proposedFramework.jpg ├── resultPlanar.png └── segmentNoise.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/README.md -------------------------------------------------------------------------------- /code/DatasetUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/code/DatasetUtils.h -------------------------------------------------------------------------------- /code/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/code/LICENSE -------------------------------------------------------------------------------- /code/LITIV2012Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/code/LITIV2012Utils.h -------------------------------------------------------------------------------- /code/MultimodalVideoRegistrAlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/code/MultimodalVideoRegistrAlg.cpp -------------------------------------------------------------------------------- /code/MultimodalVideoRegistrAlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/code/MultimodalVideoRegistrAlg.h -------------------------------------------------------------------------------- /code/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/code/main.cpp -------------------------------------------------------------------------------- /img/proposedFramework.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/img/proposedFramework.jpg -------------------------------------------------------------------------------- /img/resultPlanar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/img/resultPlanar.png -------------------------------------------------------------------------------- /img/segmentNoise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luannd/TIRVisReg/HEAD/img/segmentNoise.jpg --------------------------------------------------------------------------------