# Machine Learning - Image Segmentation
Per pixel image segmentation using machine learning algorithms. Programmed using the following libraries: Scikit-Learn, Scikit-Image OpenCV, and Mahotas and ProgressBar. Compatible with Python 2.7+ and 3.X.
### Feature vector
Spectral:
* Red
* Green
* Blue
Texture:
* Local binary pattern
Haralick (Co-occurance matrix) features (Also texture):
* Angular second moment
* Contrast
* Correlation
* Sum of Square: variance
* Inverse difference moment
* Sum average
* Sum variance
* Sum entropy
* Entropy
### Supported Learners
* Support Vector Machine
* Random Forest
* Gradient Boosting Classifier
### Example Usage
python train.py -i <path_to_image_folder> -l <path/to/label/folder> -c <SVM, RF, GBC> -o <path/to/model.p>
python inference.py -i <path_to_image_folder> -m <path/to/model.p> -o <path/to/output/folder>
python evaluation.py -i <path/to/test/images> -g <path/to/ground/truth/images> [-m]
### Example Output
![Example Output](pots/image_small.png)
LeapMay
- 粉丝: 5w+
- 资源: 2303
最新资源
- linux学习资料网络服务中继代理
- 锂电池动力极耳成形机(sw17可编辑+工程图)全套技术资料100%好用.zip
- 热门开源java读取Excel项目EasyExcel所需Jar包下载
- 货架031226.fbx
- 使用cuda核函数实现letterbox对比py的letterbox速度差异
- 粒子分料包装系统x_t全套技术资料100%好用.zip
- 使用 C 语言打印简单圣诞树图案的程序示例
- 无功补偿控制器STM32程序 智能电容控制器
- cvi 2013 运行库 恢复体能速腾
- 全球健康统计数据集,供了自2000年以来关于全球健康的综合统计数据,数据集中包含了主要疾病的患病率、发病率和死亡率信息,以及治疗效果和医疗基础设施的有效性
- 可编程加密芯片SMEC80ST SDK开发包
- 迪博内部控制指数及评级数据(2000-2023年).zip
- 电力电子技术中MOS管关断负压尖峰的成因与对策
- C++ 程序示例:控制台打印圣诞树图案
- linux学习资料网络服务FTP
- STM32内部12位ADC智能路灯源程序与Proteus仿真设计
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈