OpenVehicleVision icon indicating copy to clipboard operation
OpenVehicleVision copied to clipboard

An opensource lib. for vehicle vision applications (written by MATLAB), lane marking detection, road segmentation

Results 39 OpenVehicleVision issues
Sort by recently updated
recently updated
newest added

参数 | Dataset | param | | --- | --- | | roma | | | BDXD54 | 0.2 | | BDXN01 | | | LRAlargeur13032003 | 0.11 | |...

Image Mosaicing in MAtlab using SIFT and RANSAC VLFeat http://www.vlfeat.org/applications/sift-mosaic-code.html 任务: 每帧检测完成后,执行与上一帧的拼接,并记录参数,全部拼接完成后,生成三维路面图,并估计运动轨迹,重建每一帧图像。对比。

- [ ] 多类别的GT - [ ] 单个图片处理和视频处理 - [x] 突出GT边缘 - [ ] 结果对比,和GT对比的漏报和错检 - [ ] 多个结果对比,多的漏报(越少越好)和多的错检(越少越好) 三种方式显示GT标注,目前仅支持两类识别的GT ![image](https://cloud.githubusercontent.com/assets/6234266/13427228/909be700-dfed-11e5-8a9c-3a90cab8184b.png)

转向 python+opencv 读 kitti eval 评估的py代码 阅读 VLfeat 源码 TODO https://github.com/baidut/OpenVehicleVision/search?utf8=%E2%9C%93&q=TODO

FutureWork

# 2D Hist [灰度图转3d](http://www.mathworks.com/matlabcentral/fileexchange/29485-meshcanopy) ![](http://www.mathworks.com/responsive_image/150/0/0/0/0/cache/matlabcentral/mlc-downloads/downloads/submissions/29485/versions/1/screenshot.jpg) [柱状图](http://cn.mathworks.com/matlabcentral/fileexchange/46012-2d-weighted-histogram) [柱状图+散点](http://cn.mathworks.com/matlabcentral/fileexchange/45325-efficient-2d-histogram--no-toolboxes-needed) ![](http://cn.mathworks.com/matlabcentral/mlc-downloads/downloads/submissions/45325/versions/7/screenshot.jpg) 用球显示3d 直方图[3D histogram of RGB image](http://www.mathworks.com/matlabcentral/fileexchange/38685-3d-histogram-of-rgb-image) ![](http://www.mathworks.com/responsive_image/150/0/0/0/0/cache/matlabcentral/mlc-downloads/downloads/submissions/38685/versions/1/screenshot.png) [用矩形显示3d 直方图,效果较次](http://cn.mathworks.com/matlabcentral/fileexchange/52686-representation-of-the-3d-joint-rgb-histogram) [散点RGB 图](http://cn.mathworks.com/matlabcentral/fileexchange/52687-rgb-color-representation) ![](http://cn.mathworks.com/matlabcentral/mlc-downloads/downloads/submissions/52687/versions/1/screenshot.jpg) RGB/HSV Distribution http://cn.mathworks.com/matlabcentral/fileexchange/49002-rgb-hsv-distribution

BSD License
thirdparty

方案1 exe 调用 ``` Raw = imread('F:\Documents\pku-road-dataset\1\EMER0009\0379.jpg'); Seg = FelzenSegment(Raw); implot(Raw,Seg); ``` 方案2 mex 编写 方案3 c实现 matlab image segmentation kmeans [Fast kmeans Algorithm Code](http://cn.mathworks.com/matlabcentral/fileexchange/44598-fast-kmeans-algorithm-code)

FutureWork

# Related Papers Road Detection Based on Illuminant Invariance dataset http://www.cvc.uab.es/adas/databases

十字路口,路面车辆干扰 Filtering and Smoothing Data http://cn.mathworks.com/help/curvefit/smoothing-data.html