# matlab_sfm2 **Repository Path**: wanghancheng/matlab_sfm2 ## Basic Information - **Project Name**: matlab_sfm2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Affine Structure from Motion ---- A demo of the entire pipeline of basic affine structure from motion including 1. keypoint selection `do_getKeypoints.m` 2. feature tracking `do_trackFeatures.m` 3. the factorization algorithm `do_factorization.m` Specify experiment settings in the config file (location of the images, data, etc), then in matlab do `do_all('config')`