# ImageRegistration **Repository Path**: name-ji/ImageRegistration ## Basic Information - **Project Name**: ImageRegistration - **Description**: A demo that implement image registration by matching SIFT descriptors and appling RANSAC and affine transformation. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageRegistration A demo that implement image registration by matching SIFT descriptor and appling affine transformation. ``` pip install opencv-contrib-python==3.4.2.16 ```