├── Multi-scale_PIIFD_registration ├── A_main_PIIFD.m ├── Average_Squared_Grad.m ├── Detect_Harris_Points.m ├── Get_Multiscale_PIIFD.m ├── Main_Orientation.m ├── Match_Keypoint.m ├── Multiscale_Matching.m ├── Outlier_Removal.m ├── PIIFD_Descriptor.m ├── func_Math │ ├── D2gauss.m │ ├── FSC.m │ ├── Harris.m │ └── LSM.m └── functions │ ├── Deal_Extreme.p │ ├── Img2tiff.p │ ├── Imwrite.p │ ├── Mosaic_Map.p │ ├── Preproscessing.p │ ├── Readimage.p │ ├── Show_Matches.p │ ├── Transformation.p │ └── Visual.p ├── README.md ├── example1.jpg ├── example2.jpg ├── example3.jpg ├── example4.jpg └── example5.jpg /Multi-scale_PIIFD_registration/A_main_PIIFD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/A_main_PIIFD.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/Average_Squared_Grad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/Average_Squared_Grad.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/Detect_Harris_Points.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/Detect_Harris_Points.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/Get_Multiscale_PIIFD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/Get_Multiscale_PIIFD.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/Main_Orientation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/Main_Orientation.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/Match_Keypoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/Match_Keypoint.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/Multiscale_Matching.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/Multiscale_Matching.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/Outlier_Removal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/Outlier_Removal.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/PIIFD_Descriptor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/PIIFD_Descriptor.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/func_Math/D2gauss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/func_Math/D2gauss.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/func_Math/FSC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/func_Math/FSC.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/func_Math/Harris.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/func_Math/Harris.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/func_Math/LSM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/func_Math/LSM.m -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Deal_Extreme.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Deal_Extreme.p -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Img2tiff.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Img2tiff.p -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Imwrite.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Imwrite.p -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Mosaic_Map.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Mosaic_Map.p -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Preproscessing.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Preproscessing.p -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Readimage.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Readimage.p -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Show_Matches.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Show_Matches.p -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Transformation.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Transformation.p -------------------------------------------------------------------------------- /Multi-scale_PIIFD_registration/functions/Visual.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/Multi-scale_PIIFD_registration/functions/Visual.p -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/README.md -------------------------------------------------------------------------------- /example1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/example1.jpg -------------------------------------------------------------------------------- /example2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/example2.jpg -------------------------------------------------------------------------------- /example3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/example3.jpg -------------------------------------------------------------------------------- /example4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/example4.jpg -------------------------------------------------------------------------------- /example5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPingQi/MS-PIIFD_registration/HEAD/example5.jpg --------------------------------------------------------------------------------