经过Hough线变换,可以得到一些线段集合,对于这些线段,每一条线段给的是两个值,在极坐标下面的极径和极角,那么如何画出这样的每条直线呢,可以用到line函数,但是line 函数中有两个参数需要确定,pt1和pt2。 如图所示: 因此有如下画图代码 for (i = 0; i < lines.size(); i++){fRho = lines[i][0];fThe
目录 摘要 ABSTRACT 1 文献阅读 2 Tips for GAN 2.1 JS divergence is not suitble 2.2 Wasserstein distance 3 GAN is still challenge 3.1 GAN for Sequence Generation 3.2 Evaluation of Generation 3.3 Mode