# estimateT **Repository Path**: liyunxin_codinghub/estimateT ## Basic Information - **Project Name**: estimateT - **Description**: 根据两个点集估计其相似变换矩阵,形式为T=[alpha*R,t;O,1] - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-16 - **Last Updated**: 2020-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 估计相似变换矩阵 使用对应控制点估计相似变换矩阵,编译安装: ```shell git clone https://gitee.com/liyunxin_codinghub/estimateT.git cd to estimateT directory mkdir build && cd build cmake .. && make -j12 && sudo make install ``` 用法: ![](estimateT_help.png)