搜索资源列表
Floyd_Warshall
- Floyd_Warshall algorithm 用来求解多源点最短路径问题
netCameraClient
- 基于opencv实现多点实时视频通信,实现局域网、广域网使用IP视频监控-Based opencv achieve multi-point real-time video communications, LAN, WAN using IP video surveillance
houjiao
- 摄影测量与遥感专业中空间后方交会的程序,利用多个地面点坐标和像点坐标求解外方位元素-Photogrammetry and Remote Sensing expertise in space resection procedures, the use of multiple ground points coordinates and pixel coordinates for solving exterior orientation elements
Bezier
- 利用B样条对多点任意曲线和曲面进行准确绘制-Using b-spline to more accurate rendering any curve and surface.
LDFV
- VLAD VLAD可以理解为是BOF和fisher vector的折中 BOF是把特征点做kmeans聚类,然后用离特征点最近的一个聚类中心去代替该特征点,损失较多信息; Fisher vector是对特征点用GMM建模,GMM实际上也是一种聚类,只不过它是考虑了特征点到每个聚类中心的距离,也就是用所有聚类中心的线性组合去表示该特征点,在GMM建模的过程中也有损失信息; VLAD像BOF那样,只考虑离特征点最近的聚类中心,VLAD保存了每个特征点到离它最近的聚类中心的距离;