高通在线文档地址:Qualcomm FastCV Library
该文档结构如下:
Main Page – 主页:该版本的一些说明
Modules – 包含的模块
- Math / Vector Operations – 常用的数学和矩阵运算方法
- Image processing – 图像处理(滤波、卷积、缩放)
- Image transformation – 图像变换(透视变形、仿射变换)
- Feature detector – 特征检测(Fast角点检测、Harris角点检测、Canny边缘检测等)
- Object detector – 目标检测(NCC模板匹配等)
- 3D reconstruction – 三维重建(单应、姿态评价)
- Color conversion – 颜色变换(YUV、RGB、YCrCb等)
- Clustering and search – 聚类与搜索(K簇最佳拟合)
- Motion and object tracking – 运动与目标追踪
- Shape and drawing – 形状和绘图(轮廓、多边形)
- Memory Management – 内存管理(分配、释放)
- Miscellaneous – 其他功能(获取当前版本、设置、清除资源等)
- Machine Learning – 机器学习(SVM预测)
Data Structures – 数据结构
Files – 包含在fastcv.h的常量、函数列表
(只做学习之用,转载请声明)