09 2017 档案

C++11 Intro - Thread Id
摘要:mThreadId = {std::this_thread::get_id()}; 阅读全文

posted @ 2017-09-12 14:15 fanbird2008 阅读(116) 评论(0) 推荐(0)

OpenCV Intro - Perspective Transform
摘要:透视变换(Perspective Transformation)是将图片投影到一个新的视平面(Viewing Plane),也称作投影映射(Projective Mapping)。通用的变换公式为: u,v是原始图片左边,对应得到变换后的图片坐标x,y,其中。变换矩阵可以拆成4部分,表示线性变换,比 阅读全文

posted @ 2017-09-06 18:40 fanbird2008 阅读(351) 评论(0) 推荐(0)

导航