├── FSC.m ├── FeatureDescribe.m ├── FeatureDetection.m ├── LSM.m ├── README.md ├── calculate_oritation_hist.m ├── demo_RIFT2.m ├── depth-optical ├── pair1.jpg └── pair2.jpg ├── extract_patches.m ├── image_fusion.m ├── infrared-optical ├── pair1.jpg └── pair2.jpg ├── kptsOrientation.m ├── lowpassfilter.m ├── map-optical ├── pair1.jpg └── pair2.jpg ├── mosaic_map.m ├── nonmaxsup.m ├── optical-optical ├── pair1.jpg └── pair2.jpg ├── orientation.m ├── phasecong3.m └── sar-optical ├── pair1.jpg ├── pair1.png ├── pair2.jpg └── pair2.png /FSC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/FSC.m -------------------------------------------------------------------------------- /FeatureDescribe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/FeatureDescribe.m -------------------------------------------------------------------------------- /FeatureDetection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/FeatureDetection.m -------------------------------------------------------------------------------- /LSM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/LSM.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/README.md -------------------------------------------------------------------------------- /calculate_oritation_hist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/calculate_oritation_hist.m -------------------------------------------------------------------------------- /demo_RIFT2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/demo_RIFT2.m -------------------------------------------------------------------------------- /depth-optical/pair1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/depth-optical/pair1.jpg -------------------------------------------------------------------------------- /depth-optical/pair2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/depth-optical/pair2.jpg -------------------------------------------------------------------------------- /extract_patches.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/extract_patches.m -------------------------------------------------------------------------------- /image_fusion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/image_fusion.m -------------------------------------------------------------------------------- /infrared-optical/pair1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/infrared-optical/pair1.jpg -------------------------------------------------------------------------------- /infrared-optical/pair2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/infrared-optical/pair2.jpg -------------------------------------------------------------------------------- /kptsOrientation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/kptsOrientation.m -------------------------------------------------------------------------------- /lowpassfilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/lowpassfilter.m -------------------------------------------------------------------------------- /map-optical/pair1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/map-optical/pair1.jpg -------------------------------------------------------------------------------- /map-optical/pair2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/map-optical/pair2.jpg -------------------------------------------------------------------------------- /mosaic_map.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/mosaic_map.m -------------------------------------------------------------------------------- /nonmaxsup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/nonmaxsup.m -------------------------------------------------------------------------------- /optical-optical/pair1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/optical-optical/pair1.jpg -------------------------------------------------------------------------------- /optical-optical/pair2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/optical-optical/pair2.jpg -------------------------------------------------------------------------------- /orientation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/orientation.m -------------------------------------------------------------------------------- /phasecong3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/phasecong3.m -------------------------------------------------------------------------------- /sar-optical/pair1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/sar-optical/pair1.jpg -------------------------------------------------------------------------------- /sar-optical/pair1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/sar-optical/pair1.png -------------------------------------------------------------------------------- /sar-optical/pair2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/sar-optical/pair2.jpg -------------------------------------------------------------------------------- /sar-optical/pair2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LJY-RS/RIFT2-multimodal-matching-rotation/HEAD/sar-optical/pair2.png --------------------------------------------------------------------------------