baidut / baidut/OpenVehicleVision

road segmentation

Open
#19 5 comments 0 reactions 0 assignees View on GitHub
FutureWork
Dominant language
No language data
Stars
136
Forks
57
PR merge metrics
No merged PRs in 30d

Description

方案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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.