Image-Segmentation-by-Correlation-CLustering

时间:2021-07-05 03:20:11
【文件属性】:
文件名称:Image-Segmentation-by-Correlation-CLustering
文件大小:39KB
文件格式:ZIP
更新时间:2021-07-05 03:20:11
MATLAB 图像分割相关聚类 使用的库: VLFeat 的 SLIC 超像素,SVM 训练 代码结构2.1 训练文件: superPixel.m - 初始超像素生成代码construct_superPixelGraph.m - 从超像素构建成对超像素图。 featureExtraction.m - 提取图中相邻超像素之间的成对特征。 ground_truth_by_maximum_consesus.m - 由于 BSD(伯克利数据)为每个图像提供了多个主题的真实分割,我们通过对图像的每个分割采取最大共识来形成单个真实图像。 assign_label_to_edges.m - 使用ground truth,构造图的边被标记为+1 或1 train_classifier.m - 对于提取的特征和分配给边缘的标签,训练 SVM。 retrain_classifier.m - 用硬负样本重新训练。 color
【文件预览】:
Image-Segmentation-by-Correlation-CLustering-master
----compare_image_boundary_error.m(2KB)
----train_classifier.m(375B)
----color_segments.m(535B)
----order6_files()
--------superpixels_order6.m(1KB)
--------construct_superPixelGraph_order6.m(2KB)
--------assign_label_to_edges_order6.m(1KB)
--------featureExtraction_lab.m(3KB)
----ground_truth_by_maximum_consesus.m(921B)
----order2_files()
--------construct_superPixelGraph_order2.m(2KB)
--------assign_label_to_edges_order2.m(1KB)
--------superpixels_order2.m(1KB)
--------featureExtraction_lab.m(3KB)
----compare_segmentations.m(5KB)
----order4_files()
--------construct_superPixelGraph_order4.m(2KB)
--------superpixels_order4.m(1KB)
--------assign_label_to_edges_order4.m(1KB)
--------featureExtraction_lab.m(3KB)
----correlation_clustering.py(4KB)
----order5_files()
--------construct_superPixelGraph_order5.m(2KB)
--------superpixels_order5.m(1KB)
--------assign_label_to_edges_order5.m(1KB)
--------featureExtraction_lab.m(3KB)
----order3_files()
--------assign_label_to_edges_order3.m(1KB)
--------construct_superPixelGraph_order3.m(2KB)
--------superpixels_order3.m(1KB)
--------assign_label_to_edges_order2.m~(1KB)
--------featureExtraction_lab.m(3KB)
----construct_superPixelGraph.m(2KB)
----order1_files()
--------superpixels_order1.m(1KB)
--------assign_label_to_edges_order1.m(1KB)
----README.md(2KB)
----assign_label_to_edges.m(1KB)
----retrain_classifier.m(2KB)
----featureExtraction.m(4KB)
----order7_files()
--------superpixels_order7.m(1KB)
--------construct_superPixelGraph_order7.m(2KB)
--------assign_label_to_edges_order7.m(1KB)
--------featureExtraction_lab.m(3KB)
----superPixel.m(2KB)

网友评论