
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
1.Windows10下Anaconda的安装https://blog.csdn.net/qq_40574708/article/details/107181522
1、内容简介图像配准方法按照其算法原理可以分为:基于灰度信息的配准、基于变换域信息的配准、基于特征信息的配准。(本人实验主要集中在基于灰度信息的配准以及基于特征信息的配准两类方法,对基于变换域信息的配准不熟悉,以下不涉及该方面内容的讨论。本篇主要是基于互信息的图像配准与融合(属于基于灰度信息配准与融合)的一些记录;下一篇主要介绍基于特征信息的配准与融合。)基于互信息的图像配准算法常用于医学图像配准
在学习语义分割时,查阅语义分割的评价标准,发现一篇博客讲的很清楚,现附上链接https://blog.csdn.net/weixin_38353277/article/details/121029978以备忘时查阅,文中详细解释了像素准确率(Pixel Accuracy,PA)、类别像素准确率(Class Pixel Accuray,CPA)、类别平均像素准确率(Mean Pixel Accura
参考资料:https://blog.csdn.net/qq_43492938/article/details/111183906一、图像分割
https://www.cnblogs.com/wjjcjj/p/13894995.htmlPrecision=True positives/predicted as positivesRecall=True positives/actual positives
参考资料:1.https://blog.csdn.net/zaishijizhidian/article/details/816633872.https://blog.csdn.net/qq_34638161/article/details/807900733.https://blog.csdn.net/qq_20622615/article/details/806673284.https...
一句话总结:此电脑(我的电脑)-》计算机-》映射网络驱动器-》之后按照自己需求填写即可
计算两点pt1与pt2之间的角度值Point2f pt1(2.0,2.0), pt2(4.0,4.0);//计算pt1与pt2之间的角度float radian = atan2((pt2.y - pt1.y), (pt2.x - pt1.x));//弧度该函数返回值范围是[-pi,pi]float angle = radian * 180 / 3.1415926;//角度cout <<
本文主要参考博客:1.https://www.cnblogs.com/panchuangai/p/12567973.html2.https://blog.csdn.net/weixin_38367817/article/details/831539543.https://blog.csdn.net/weixin_44947897/article/details/1071...
本文主要参考:1.https://blog.csdn.net/yang843061497/article/details/385537652.https://eason.blog.csdn.net/article/details/517649713.https://blog.csdn.net/Chenyukuai6625/article/details/75123380...







