-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第六章 #280
Comments
|
看上去某个地方出现了空指针。 |
是不是这个resize 出错了啊 这里怎么改啊 老师 |
我这个是在windows下 VS2019 |
第一张图里的this已经是空指针了,你应该再往前追溯问题原因。 |
#include // 曲线模型的顶点,模板参数:优化变量维度和数据类型
}; // 误差模型 模板参数:观测值维度,类型,连接顶点类型
public: int main() {
} |
高老师 我想问一个纠结了很久的问题,求单应矩阵的时候,如果我用的四对匹配点,这四对匹配点是来自于空间中地面上四个点与对应的像素坐标的匹配关系。这四对匹配点是比较准确的那种。求出来的单应矩阵该怎么得到旋转矩阵和平移,是用分解法么?还是怎么做? 真的谢谢你。
…------------------ 原始邮件 ------------------
发件人: "gaoxiang12/slambook" ***@***.***>;
发送时间: 2021年4月11日(星期天) 中午12:36
***@***.***>;
***@***.******@***.***>;
主题: Re: [gaoxiang12/slambook] 第六章 (#280)
第一张图里的this已经是空指针了,你应该再往前追溯问题原因。
你修改过代码吗?能否把完整代码贴上来?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
我看错误是来自于 CurveFittingEdge(double x) : BaseUnaryEdge(), _x(x) {}这串代码 不知道为什么?
The text was updated successfully, but these errors were encountered: