├── .gitignore ├── .gitmodules ├── .travis.yml ├── CMakeLists.txt ├── DOXYGEN.md ├── RANKING.png ├── README.md ├── ccs_cli ├── CMakeLists.txt └── main.cpp ├── cis_cli ├── CMakeLists.txt └── main.cpp ├── cmake ├── FindCImg.cmake ├── FindGlog.cmake └── Findpng++.cmake ├── config.doxygen ├── crs_cli ├── CMakeLists.txt └── main.cpp ├── cw_cli ├── CMakeLists.txt └── main.cpp ├── dasp_cli ├── CMakeLists.txt └── main.cpp ├── data ├── BSDS500 │ ├── README.md │ ├── csv_groundTruth │ │ └── test │ │ │ ├── 14037-0.csv │ │ │ ├── 14037-1.csv │ │ │ ├── 14037-2.csv │ │ │ ├── 14037-3.csv │ │ │ ├── 14037-4.csv │ │ │ ├── 143090-0.csv │ │ │ ├── 143090-1.csv │ │ │ ├── 143090-2.csv │ │ │ ├── 143090-3.csv │ │ │ ├── 143090-4.csv │ │ │ ├── 147091-0.csv │ │ │ ├── 147091-1.csv │ │ │ ├── 147091-2.csv │ │ │ ├── 147091-3.csv │ │ │ ├── 147091-4.csv │ │ │ ├── 3096-0.csv │ │ │ ├── 3096-1.csv │ │ │ ├── 3096-2.csv │ │ │ ├── 3096-3.csv │ │ │ ├── 3096-4.csv │ │ │ ├── 42049-0.csv │ │ │ ├── 42049-1.csv │ │ │ ├── 42049-2.csv │ │ │ ├── 42049-3.csv │ │ │ └── 42049-4.csv │ └── images │ │ └── test │ │ ├── 14037.jpg │ │ ├── 143090.jpg │ │ ├── 147091.jpg │ │ ├── 3096.jpg │ │ └── 42049.jpg ├── Fash │ ├── LICENSE.md │ ├── README.md │ ├── fash_test.txt │ └── fash_train.txt ├── NYUV2 │ ├── README.md │ ├── nyuv2_test.txt │ ├── nyuv2_test_subset.txt │ ├── nyuv2_train.txt │ └── nyuv2_train_subset.txt ├── SBD │ ├── README.md │ ├── sbd_test.txt │ └── sbd_train.txt └── SUNRGBD │ ├── README.md │ ├── sunrgbd_test.txt │ └── sunrgbd_train.txt ├── docker ├── .dockerignore ├── Dockerfile ├── README.md ├── docker.patch ├── makefile └── timer-patch.sh ├── docs ├── ALGORITHMS.md ├── BENCHMARK.md ├── BUILDING.md ├── BUILDING_CIS.md ├── DATASETS.md ├── DATASETS.png ├── DOXYGEN.md ├── EXAMPLE.md ├── EXECUTABLES.md ├── PARAMETERS.md ├── PARAMETERS.txt ├── README.md ├── SUBMISSION.md ├── VISUALIZATIONS.png └── html │ ├── ALGORITHMS_8md.html │ ├── BENCHMARK_8md.html │ ├── BUILDING_8md.html │ ├── BUILDING__CIS_8md.html │ ├── DATASETS.png │ ├── DATASETS_8md.html │ ├── DOXYGEN_8md.html │ ├── EXAMPLE_8md.html │ ├── EXECUTABLES_8md.html │ ├── PARAMETERS_8md.html │ ├── SUBMISSION_8md.html │ ├── VISUALIZATIONS.png │ ├── annotated.html │ ├── arrowdown.png │ ├── arrowright.png │ ├── bc_s.png │ ├── bdwn.png │ ├── ccs__cli_2main_8cpp.html │ ├── ccs__opencv_8cpp.html │ ├── ccs__opencv_8h.html │ ├── ccs__opencv_8h_source.html │ ├── cis__cli_2main_8cpp.html │ ├── cis__opencv_8h.html │ ├── cis__opencv_8h_source.html │ ├── classBilateralFilterDriver-members.html │ ├── classBilateralFilterDriver.html │ ├── classBilateralFilterDriver.png │ ├── classBlurDriver-members.html │ ├── classBlurDriver.html │ ├── classBlurDriver.png │ ├── classCCS__OpenCV-members.html │ ├── classCCS__OpenCV.html │ ├── classCIS__OpenCV-members.html │ ├── classCIS__OpenCV.html │ ├── classCRS__OpenCV-members.html │ ├── classCRS__OpenCV.html │ ├── classConnectedComponents-members.html │ ├── classConnectedComponents.html │ ├── classDASP__OpenCV-members.html │ ├── classDASP__OpenCV.html │ ├── classDepthTools-members.html │ ├── classDepthTools.html │ ├── classERGC__OpenCV-members.html │ ├── classERGC__OpenCV.html │ ├── classERS__OpenCV-members.html │ ├── classERS__OpenCV.html │ ├── classETPS__OpenCV-members.html │ ├── classETPS__OpenCV.html │ ├── classEvaluation-members.html │ ├── classEvaluation.html │ ├── classEvaluationSummary-members.html │ ├── classEvaluationSummary.html │ ├── classFH__OpenCV-members.html │ ├── classFH__OpenCV.html │ ├── classGaussianBlurDriver-members.html │ ├── classGaussianBlurDriver.html │ ├── classGaussianBlurDriver.png │ ├── classGaussianNoiseDriver-members.html │ ├── classGaussianNoiseDriver.html │ ├── classGaussianNoiseDriver.png │ ├── classGraphSegmentation-members.html │ ├── classGraphSegmentation.html │ ├── classGraphSegmentationDistance-members.html │ ├── classGraphSegmentationDistance.html │ ├── classGraphSegmentationDistance.png │ ├── classGraphSegmentationEuclideanRGB-members.html │ ├── classGraphSegmentationEuclideanRGB.html │ ├── classGraphSegmentationEuclideanRGB.png │ ├── classGraphSegmentationMagic-members.html │ ├── classGraphSegmentationMagic.html │ ├── classGraphSegmentationMagic.png │ ├── classGraphSegmentationMagicThreshold-members.html │ ├── classGraphSegmentationMagicThreshold.html │ ├── classGraphSegmentationMagicThreshold.png │ ├── classGraphSegmentationManhattenRGB-members.html │ ├── classGraphSegmentationManhattenRGB.html │ ├── classGraphSegmentationManhattenRGB.png │ ├── classIOUtil-members.html │ ├── classIOUtil.html │ ├── classImageEdge-members.html │ ├── classImageEdge.html │ ├── classImageEdgeSorter-members.html │ ├── classImageEdgeSorter.html │ ├── classImageGraph-members.html │ ├── classImageGraph.html │ ├── classImageNode-members.html │ ├── classImageNode.html │ ├── classLSC__OpenCV-members.html │ ├── classLSC__OpenCV.html │ ├── classMSS__OpenCV-members.html │ ├── classMSS__OpenCV.html │ ├── classMedianBlurDriver-members.html │ ├── classMedianBlurDriver.html │ ├── classMedianBlurDriver.png │ ├── classMotionBlurDriver-members.html │ ├── classMotionBlurDriver.html │ ├── classMotionBlurDriver.png │ ├── classPB__OpenCV-members.html │ ├── classPB__OpenCV.html │ ├── classParameterOptimizationTool-members.html │ ├── classParameterOptimizationTool.html │ ├── classPoissonNoiseDriver-members.html │ ├── classPoissonNoiseDriver.html │ ├── classPoissonNoiseDriver.png │ ├── classRobustnessTool-members.html │ ├── classRobustnessTool.html │ ├── classRobustnessToolDriver-members.html │ ├── classRobustnessToolDriver.html │ ├── classRobustnessToolDriver.png │ ├── classRotationDriver-members.html │ ├── classRotationDriver.html │ ├── classRotationDriver.png │ ├── classSLIC__OpenCV-members.html │ ├── classSLIC__OpenCV.html │ ├── classSaltAndPepperNoiseDriver-members.html │ ├── classSaltAndPepperNoiseDriver.html │ ├── classSaltAndPepperNoiseDriver.png │ ├── classShearDriver-members.html │ ├── classShearDriver.html │ ├── classShearDriver.png │ ├── classSuperpixelTools-members.html │ ├── classSuperpixelTools.html │ ├── classTransformation-members.html │ ├── classTransformation.html │ ├── classTranslationDriver-members.html │ ├── classTranslationDriver.html │ ├── classTranslationDriver.png │ ├── classVCCS__OpenCV__PCL-members.html │ ├── classVCCS__OpenCV__PCL.html │ ├── classVC__OpenCV-members.html │ ├── classVC__OpenCV.html │ ├── classVLSLIC__OpenCV-members.html │ ├── classVLSLIC__OpenCV.html │ ├── classVisualization-members.html │ ├── classVisualization.html │ ├── classes.html │ ├── closed.png │ ├── connected__components_8cpp.html │ ├── connected__components_8h.html │ ├── connected__components_8h_source.html │ ├── crs__cli_2main_8cpp.html │ ├── crs__opencv_8h.html │ ├── crs__opencv_8h_source.html │ ├── cw__cli_2main_8cpp.html │ ├── dasp__cli_2main_8cpp.html │ ├── dasp__opencv_8cpp.html │ ├── dasp__opencv_8h.html │ ├── dasp__opencv_8h_source.html │ ├── depth__tools_8cpp.html │ ├── depth__tools_8h.html │ ├── depth__tools_8h_source.html │ ├── dir_01309016d06025f251a2daeaa1f3c4e7.html │ ├── dir_0aa172b0d431fa2e6daae273c8e1070f.html │ ├── dir_1a3a0146b483f8c2df2b8a19b1b0b1a6.html │ ├── dir_1d36c3f393e5fe6320831d70d4e885f4.html │ ├── dir_1e746eed1c1215d52863776d5efaf605.html │ ├── dir_1fd488ea4eddb6d47a54534d5be8d7d7.html │ ├── dir_3609440c7f02d009595391e00060ecd0.html │ ├── dir_3c8fbe639ac1249c37a5ab89a3a76b0b.html │ ├── dir_3e8ad1512b293df663ab69862f493529.html │ ├── dir_426aa86cfcf32dc84cf9e44574c0afe8.html │ ├── dir_46b0ed869ba1d862651fbfea4c0c7d91.html │ ├── dir_47f46af049cf972aea893589afa15e8c.html │ ├── dir_518b7675a2b1ee44b1cab5919def79eb.html │ ├── dir_62725bfe97cf0899a3c74ab5172ab4f7.html │ ├── dir_63290aea73b0c12885c115ad529975cc.html │ ├── dir_6795f09a8aaffa6f4835eb0f5dfd3aea.html │ ├── dir_67f731988f7b36a7ac84776b90a8ea73.html │ ├── dir_6ebda30b20c626ad7b8e2fed82c114ce.html │ ├── dir_6fe120117671f0b72eda058dd29c2ff9.html │ ├── dir_82c0ab813f65bd16404b762b17b994f9.html │ ├── dir_851e19591703341f27f40576b6c3cfbd.html │ ├── dir_8976e5d03119516083eaca3ddca61311.html │ ├── dir_8e73125020dbbf22fcdd0b3fca5ee0d5.html │ ├── dir_8f706a798dbf80d78943f01c564035a4.html │ ├── dir_91b8e0c5aba45f01c2452e3e2278f800.html │ ├── dir_9242f9430fbfea66f09926135f7b6e7a.html │ ├── dir_936090b9cdcec03a76995fc44aba4519.html │ ├── dir_980aa887d4180df8c89f42a1215a9373.html │ ├── dir_a0714b5eeaa2944b3142d7c9f56cfd05.html │ ├── dir_a163a3cf4f3573af496b96614c2552b3.html │ ├── dir_aaaf3a604a7cc7e743f8b0d8bf044480.html │ ├── dir_aefb15b03cb1d564e155051ba52969fe.html │ ├── dir_c032483580768e1c09cbb4522b50341a.html │ ├── dir_c23efe15bcf4fac3d35ef34e6e8ce8ba.html │ ├── dir_caad8d42ef62baddb9a21b9a73b03d2f.html │ ├── dir_d117bd1b08dc167ea78ab7d506377610.html │ ├── dir_d28a4824dc47e487b107a5db32ef43c4.html │ ├── dir_d2eee837c24d0ce2a1f3273796eb78c7.html │ ├── dir_d35089a1f0da8776d80c569270176291.html │ ├── dir_dbc36f7020cf62faece80f56555fcbe4.html │ ├── dir_e3f0a305927d6785094f31c92e820f40.html │ ├── dir_ea3408fe0ff109e110a397ddb3910fc8.html │ ├── dir_eb0ed5f36614e366371566ac66a8116a.html │ ├── dir_ecdd280faad3f83c0b79c6ab218d372e.html │ ├── dir_ef969593a29cb639a1576f6204d5c6d2.html │ ├── dir_f07c7e2e21621c6454ef07b472f6f1ef.html │ ├── dir_f69b9b030295a0a64bff98435a48493b.html │ ├── doc.png │ ├── docs_2DOXYGEN_8md.html │ ├── doxygen.css │ ├── doxygen.png │ ├── dynsections.js │ ├── ergc__cli_2main_8cpp.html │ ├── ergc__opencv_8h.html │ ├── ergc__opencv_8h_source.html │ ├── ers__cli_2main_8cpp.html │ ├── ers__opencv_8cpp.html │ ├── ers__opencv_8h.html │ ├── ers__opencv_8h_source.html │ ├── etps__cli_2main_8cpp.html │ ├── etps__opencv_8cpp.html │ ├── etps__opencv_8h.html │ ├── etps__opencv_8h_source.html │ ├── eval__average__cli_2main_8cpp.html │ ├── eval__boundaries2labels__cli_2main_8cpp.html │ ├── eval__connected__relabel__cli_2main_8cpp.html │ ├── eval__parameter__optimization__cli_2main_8cpp.html │ ├── eval__summary__cli_2main_8cpp.html │ ├── eval__visualization__cli_2main_8cpp.html │ ├── evaluation_8h.html │ ├── evaluation_8h_source.html │ ├── evaluation__summary_8h.html │ ├── evaluation__summary_8h_source.html │ ├── examples_2cpp_2evaluation_8cpp.html │ ├── examples_2cpp_2evaluation__summary_8cpp.html │ ├── examples_2cpp_2visualization_8cpp.html │ ├── fh__cli_2main_8cpp.html │ ├── fh__opencv_8h.html │ ├── fh__opencv_8h_source.html │ ├── files.html │ ├── folderclosed.png │ ├── folderopen.png │ ├── form_0.png │ ├── form_1.png │ ├── form_10.png │ ├── form_11.png │ ├── form_12.png │ ├── form_13.png │ ├── form_2.png │ ├── form_3.png │ ├── form_4.png │ ├── form_5.png │ ├── form_6.png │ ├── form_7.png │ ├── form_8.png │ ├── form_9.png │ ├── formula.repository │ ├── functions.html │ ├── functions_0x7e.html │ ├── functions_b.html │ ├── functions_c.html │ ├── functions_d.html │ ├── functions_e.html │ ├── functions_f.html │ ├── functions_func.html │ ├── functions_func_0x7e.html │ ├── functions_func_b.html │ ├── functions_func_c.html │ ├── functions_func_d.html │ ├── functions_func_e.html │ ├── functions_func_f.html │ ├── functions_func_g.html │ ├── functions_func_i.html │ ├── functions_func_l.html │ ├── functions_func_m.html │ ├── functions_func_n.html │ ├── functions_func_o.html │ ├── functions_func_p.html │ ├── functions_func_r.html │ ├── functions_func_s.html │ ├── functions_func_t.html │ ├── functions_func_u.html │ ├── functions_func_v.html │ ├── functions_func_w.html │ ├── functions_g.html │ ├── functions_h.html │ ├── functions_i.html │ ├── functions_l.html │ ├── functions_m.html │ ├── functions_n.html │ ├── functions_o.html │ ├── functions_p.html │ ├── functions_r.html │ ├── functions_rela.html │ ├── functions_s.html │ ├── functions_t.html │ ├── functions_u.html │ ├── functions_v.html │ ├── functions_vars.html │ ├── functions_w.html │ ├── globals.html │ ├── globals_defs.html │ ├── globals_func.html │ ├── globals_vars.html │ ├── graph__segmentation_8cpp.html │ ├── graph__segmentation_8h.html │ ├── graph__segmentation_8h_source.html │ ├── hierarchy.html │ ├── image__graph_8h.html │ ├── image__graph_8h_source.html │ ├── index.html │ ├── io__util_8cpp.html │ ├── io__util_8h.html │ ├── io__util_8h_source.html │ ├── jquery.js │ ├── lib__eval_2evaluation_8cpp.html │ ├── lib__eval_2evaluation__summary_8cpp.html │ ├── lib__eval_2visualization_8cpp.html │ ├── lsc__cli_2main_8cpp.html │ ├── lsc__opencv_8h.html │ ├── lsc__opencv_8h_source.html │ ├── main__fuse__2_8cpp.html │ ├── main__fuse__3_8cpp.html │ ├── md_docs_ALGORITHMS.html │ ├── md_docs_BENCHMARK.html │ ├── md_docs_BUILDING.html │ ├── md_docs_BUILDING_CIS.html │ ├── md_docs_DATASETS.html │ ├── md_docs_EXAMPLE.html │ ├── md_docs_EXECUTABLES.html │ ├── md_docs_PARAMETERS.html │ ├── md_docs_SUBMISSION.html │ ├── mss__cli_2main_8cpp.html │ ├── mss__opencv_8h.html │ ├── mss__opencv_8h_source.html │ ├── nav_f.png │ ├── nav_g.png │ ├── nav_h.png │ ├── open.png │ ├── pages.html │ ├── parameter__optimization_8cpp.html │ ├── parameter__optimization__tool_8cpp.html │ ├── parameter__optimization__tool_8h.html │ ├── parameter__optimization__tool_8h_source.html │ ├── pb__cli_2main_8cpp.html │ ├── pb__opencv_8cpp.html │ ├── pb__opencv_8h.html │ ├── pb__opencv_8h_source.html │ ├── preslic__cli_2main_8cpp.html │ ├── robustness__tool_8cpp.html │ ├── robustness__tool_8h.html │ ├── robustness__tool_8h_source.html │ ├── search │ ├── all_0.html │ ├── all_0.js │ ├── all_1.html │ ├── all_1.js │ ├── all_10.html │ ├── all_10.js │ ├── all_11.html │ ├── all_11.js │ ├── all_12.html │ ├── all_12.js │ ├── all_13.html │ ├── all_13.js │ ├── all_14.html │ ├── all_14.js │ ├── all_15.html │ ├── all_15.js │ ├── all_2.html │ ├── all_2.js │ ├── all_3.html │ ├── all_3.js │ ├── all_4.html │ ├── all_4.js │ ├── all_5.html │ ├── all_5.js │ ├── all_6.html │ ├── all_6.js │ ├── all_7.html │ ├── all_7.js │ ├── all_8.html │ ├── all_8.js │ ├── all_9.html │ ├── all_9.js │ ├── all_a.html │ ├── all_a.js │ ├── all_b.html │ ├── all_b.js │ ├── all_c.html │ ├── all_c.js │ ├── all_d.html │ ├── all_d.js │ ├── all_e.html │ ├── all_e.js │ ├── all_f.html │ ├── all_f.js │ ├── classes_0.html │ ├── classes_0.js │ ├── classes_1.html │ ├── classes_1.js │ ├── classes_2.html │ ├── classes_2.js │ ├── classes_3.html │ ├── classes_3.js │ ├── classes_4.html │ ├── classes_4.js │ ├── classes_5.html │ ├── classes_5.js │ ├── classes_6.html │ ├── classes_6.js │ ├── classes_7.html │ ├── classes_7.js │ ├── classes_8.html │ ├── classes_8.js │ ├── classes_9.html │ ├── classes_9.js │ ├── classes_a.html │ ├── classes_a.js │ ├── classes_b.html │ ├── classes_b.js │ ├── classes_c.html │ ├── classes_c.js │ ├── classes_d.html │ ├── classes_d.js │ ├── close.png │ ├── defines_0.html │ ├── defines_0.js │ ├── defines_1.html │ ├── defines_1.js │ ├── defines_2.html │ ├── defines_2.js │ ├── files_0.html │ ├── files_0.js │ ├── files_1.html │ ├── files_1.js │ ├── files_2.html │ ├── files_2.js │ ├── files_3.html │ ├── files_3.js │ ├── files_4.html │ ├── files_4.js │ ├── files_5.html │ ├── files_5.js │ ├── files_6.html │ ├── files_6.js │ ├── files_7.html │ ├── files_7.js │ ├── files_8.html │ ├── files_8.js │ ├── files_9.html │ ├── files_9.js │ ├── files_a.html │ ├── files_a.js │ ├── files_b.html │ ├── files_b.js │ ├── files_c.html │ ├── files_c.js │ ├── files_d.html │ ├── files_d.js │ ├── files_e.html │ ├── files_e.js │ ├── functions_0.html │ ├── functions_0.js │ ├── functions_1.html │ ├── functions_1.js │ ├── functions_10.html │ ├── functions_10.js │ ├── functions_11.html │ ├── functions_11.js │ ├── functions_12.html │ ├── functions_12.js │ ├── functions_13.html │ ├── functions_13.js │ ├── functions_2.html │ ├── functions_2.js │ ├── functions_3.html │ ├── functions_3.js │ ├── functions_4.html │ ├── functions_4.js │ ├── functions_5.html │ ├── functions_5.js │ ├── functions_6.html │ ├── functions_6.js │ ├── functions_7.html │ ├── functions_7.js │ ├── functions_8.html │ ├── functions_8.js │ ├── functions_9.html │ ├── functions_9.js │ ├── functions_a.html │ ├── functions_a.js │ ├── functions_b.html │ ├── functions_b.js │ ├── functions_c.html │ ├── functions_c.js │ ├── functions_d.html │ ├── functions_d.js │ ├── functions_e.html │ ├── functions_e.js │ ├── functions_f.html │ ├── functions_f.js │ ├── mag_sel.png │ ├── nomatches.html │ ├── pages_0.html │ ├── pages_0.js │ ├── pages_1.html │ ├── pages_1.js │ ├── pages_2.html │ ├── pages_2.js │ ├── pages_3.html │ ├── pages_3.js │ ├── pages_4.html │ ├── pages_4.js │ ├── pages_5.html │ ├── pages_5.js │ ├── related_0.html │ ├── related_0.js │ ├── search.css │ ├── search.js │ ├── search_l.png │ ├── search_m.png │ ├── search_r.png │ ├── searchdata.js │ ├── variables_0.html │ ├── variables_0.js │ ├── variables_1.html │ ├── variables_1.js │ ├── variables_10.html │ ├── variables_10.js │ ├── variables_11.html │ ├── variables_11.js │ ├── variables_12.html │ ├── variables_12.js │ ├── variables_13.html │ ├── variables_13.js │ ├── variables_2.html │ ├── variables_2.js │ ├── variables_3.html │ ├── variables_3.js │ ├── variables_4.html │ ├── variables_4.js │ ├── variables_5.html │ ├── variables_5.js │ ├── variables_6.html │ ├── variables_6.js │ ├── variables_7.html │ ├── variables_7.js │ ├── variables_8.html │ ├── variables_8.js │ ├── variables_9.html │ ├── variables_9.js │ ├── variables_a.html │ ├── variables_a.js │ ├── variables_b.html │ ├── variables_b.js │ ├── variables_c.html │ ├── variables_c.js │ ├── variables_d.html │ ├── variables_d.js │ ├── variables_e.html │ ├── variables_e.js │ ├── variables_f.html │ └── variables_f.js │ ├── seeds__cli_2main_8cpp.html │ ├── slic__cli_2main_8cpp.html │ ├── slic__opencv_8cpp.html │ ├── slic__opencv_8h.html │ ├── slic__opencv_8h_source.html │ ├── splitbar.png │ ├── structDepthTools_1_1Camera-members.html │ ├── structDepthTools_1_1Camera.html │ ├── structEvaluationSummary_1_1EvaluationMetrics-members.html │ ├── structEvaluationSummary_1_1EvaluationMetrics.html │ ├── structEvaluationSummary_1_1EvaluationStatistics-members.html │ ├── structEvaluationSummary_1_1EvaluationStatistics.html │ ├── structEvaluationSummary_1_1SuperpixelVisualizations-members.html │ ├── structEvaluationSummary_1_1SuperpixelVisualizations.html │ ├── structscost-members.html │ ├── structscost.html │ ├── superpixel__tools_8cpp.html │ ├── superpixel__tools_8h.html │ ├── superpixel__tools_8h_source.html │ ├── sync_off.png │ ├── sync_on.png │ ├── tab_a.png │ ├── tab_b.png │ ├── tab_h.png │ ├── tab_s.png │ ├── tabs.css │ ├── transformation_8cpp.html │ ├── transformation_8h.html │ ├── transformation_8h_source.html │ ├── vc__cli_2main_8cpp.html │ ├── vc__opencv_8h.html │ ├── vc__opencv_8h_source.html │ ├── vccs__cli_2main_8cpp.html │ ├── vccs__opencv__pcl_8cpp.html │ ├── vccs__opencv__pcl_8h.html │ ├── vccs__opencv__pcl_8h_source.html │ ├── visualization_8h.html │ ├── visualization_8h_source.html │ ├── vlslic__cli_2main_8cpp.html │ ├── vlslic__opencv_8h.html │ ├── vlslic__opencv_8h_source.html │ └── w__cli_2main_8cpp.html ├── eams_cli ├── eams_cli.m ├── eams_dispatcher.m └── eams_dispatcher.sh ├── ergc_cli ├── CMakeLists.txt └── main.cpp ├── ers_cli ├── CMakeLists.txt └── main.cpp ├── etps_cli ├── CMakeLists.txt └── main.cpp ├── eval_average_cli ├── CMakeLists.txt └── main.cpp ├── eval_boundaries2labels_cli ├── CMakeLists.txt └── main.cpp ├── eval_connected_relabel_cli ├── CMakeLists.txt └── main.cpp ├── eval_parameter_optimization_cli ├── CMakeLists.txt └── main.cpp ├── eval_summary_cli ├── CMakeLists.txt └── main.cpp ├── eval_visualization_cli ├── CMakeLists.txt └── main.cpp ├── eval_visualization_fuse_cli ├── CMakeLists.txt ├── main_fuse_2.cpp └── main_fuse_3.cpp ├── examples ├── bash │ ├── compare_fh_refh.sh │ ├── compare_seeds_reseeds.sh │ ├── evaluate_w.sh │ ├── run_ccs.sh │ ├── run_cis.sh │ ├── run_crs.sh │ ├── run_cw.sh │ ├── run_eams.sh │ ├── run_ergc.sh │ ├── run_ers.sh │ ├── run_etps.sh │ ├── run_fh.sh │ ├── run_lsc.sh │ ├── run_nc.sh │ ├── run_pb.sh │ ├── run_poise.sh │ ├── run_preslic.sh │ ├── run_qs.sh │ ├── run_refh.sh │ ├── run_reseeds.sh │ ├── run_rw.sh │ ├── run_seeds.sh │ ├── run_slic.sh │ ├── run_tp.sh │ ├── run_tps.sh │ ├── run_vc.sh │ ├── run_vlslic.sh │ ├── run_w.sh │ └── run_wp.sh ├── cpp │ ├── CMakeLists.txt │ ├── connected_components.cpp │ ├── evaluation.cpp │ ├── evaluation_summary.cpp │ └── visualization.cpp ├── data │ ├── 14037.csv │ ├── 143090.csv │ ├── 147091.csv │ ├── 3096.csv │ └── 42049.csv ├── matlab │ ├── connected_components.m │ └── visualize.m └── submission │ ├── CMakeLists.txt │ ├── command_line_tool.cpp.cpp │ ├── evaluation.sh │ └── parameter_optimization.cpp ├── fh_cli ├── CMakeLists.txt └── main.cpp ├── lib_ccs ├── BasicStructures.cpp ├── BasicStructures.h ├── CMakeLists.txt ├── FriendFunctions.h ├── FriendFunctions2.h ├── Hexagon.cpp ├── Hexagon.h ├── README.md ├── SegmentExtraction.cpp ├── SegmentExtraction.h ├── cMOG.h ├── ccs_opencv.cpp ├── ccs_opencv.h ├── fMOG.cpp ├── helper.h ├── stdafx.cpp ├── stdafx.h └── targetver.h ├── lib_cis ├── CMakeLists.txt ├── README.md ├── cis_opencv.h └── superpixels.h ├── lib_crs ├── AGaussianFeature.h ├── ColorFeature.h ├── CompactnessFeature.h ├── ContourRelaxation.h ├── DepthFeature.h ├── FeatureType.h ├── GrayvalueFeature.h ├── IFeature.h ├── InitializationFunctions.h ├── LICENSE.md ├── LabelStatisticsGauss.h ├── README.md ├── TraversionGenerator.h ├── VisualizationHelper.h ├── crs_opencv.h └── globalConstants.h ├── lib_cw ├── CMakeLists.txt ├── LICENSE.md ├── README.md ├── compact_watershed.cpp └── compact_watershed.h ├── lib_dasp ├── CMakeLists.txt ├── README.md ├── dasp_opencv.cpp ├── dasp_opencv.h ├── lib_dasp │ ├── Array.hpp │ ├── Graph.hpp │ ├── IO.cpp │ ├── IO.hpp │ ├── Metric.hpp │ ├── Neighbourhood.cpp │ ├── Neighbourhood.hpp │ ├── Parameters.hpp │ ├── Plots.cpp │ ├── Plots.hpp │ ├── Point.hpp │ ├── Seed.hpp │ ├── Segmentation.cpp │ ├── Segmentation.hpp │ ├── Superpixels.cpp │ ├── Superpixels.hpp │ ├── Tools.hpp │ ├── eval │ │ ├── Recall.cpp │ │ ├── Recall.hpp │ │ ├── ce.cpp │ │ ├── ev.cpp │ │ ├── eval.hpp │ │ ├── ipq.cpp │ │ ├── misc.cpp │ │ └── use.cpp │ └── impl │ │ ├── Clustering.hpp │ │ ├── RepairDepth.cpp │ │ ├── RepairDepth.hpp │ │ ├── Sampling.cpp │ │ └── Sampling.hpp ├── lib_dasp_common │ ├── CMakeLists.txt.template │ ├── Client.hpp │ ├── WdgtDaspParameters.cpp │ ├── WdgtDaspParameters.h │ ├── WdgtDaspParameters.ui │ ├── WdgtMain.cpp │ ├── WdgtMain.h │ ├── WdgtMain.ui │ ├── color.hpp │ └── main.cpp.template ├── lib_dasp_danvil │ ├── CMakeLists.txt │ └── Danvil │ │ ├── CMakeLists.txt │ │ ├── Color.h │ │ ├── Color │ │ ├── Color.h │ │ ├── ColorLists.h │ │ ├── ColorMapping.h │ │ ├── ColorValueArithmetics.h │ │ ├── HSL.h │ │ ├── HSV.h │ │ ├── LAB.h │ │ ├── Metrics.h │ │ ├── PixelMath.h │ │ └── XYZ.h │ │ ├── Tools │ │ ├── Benchmark.h │ │ ├── Constants.h │ │ ├── CpuCount.h │ │ ├── FunctionCache.h │ │ ├── MoreMath.h │ │ ├── Timer.h │ │ └── Unit.h │ │ └── Types.h ├── lib_dasp_density │ ├── CMakeLists.txt │ └── density │ │ ├── CMakeLists.txt │ │ ├── PointDensity.cpp │ │ ├── PointDensity.hpp │ │ ├── ScalePyramid.cpp │ │ ├── ScalePyramid.hpp │ │ ├── Smooth.cpp │ │ ├── Smooth.hpp │ │ ├── Visualization.cpp │ │ └── Visualization.hpp ├── lib_dasp_graphseg │ ├── CMakeLists.txt │ ├── Common.hpp │ ├── IO.hpp │ ├── Labeling.cpp │ ├── Labeling.hpp │ ├── README.md │ ├── Rendering.hpp │ ├── as_range.hpp │ ├── graphseg.cpp │ ├── graphseg.hpp │ ├── segment.hpp │ └── spectral │ │ ├── arpackpp.cpp │ │ ├── eigen.cpp │ │ ├── ietl.cpp │ │ ├── lapack.cpp │ │ ├── magma.cpp │ │ ├── solver.hpp │ │ ├── spectral.hpp │ │ └── spectral_impl.hpp ├── lib_dasp_ietl │ └── ietl │ │ ├── Makefile.in │ │ ├── complex.h │ │ ├── config.h.in │ │ ├── fmatrix.h │ │ ├── ietl2lapack.h │ │ ├── ietl2lapack_interface.h │ │ ├── interface │ │ ├── blas.h │ │ ├── blitz.h │ │ ├── mtl.h │ │ ├── ublas.h │ │ └── valarray.h │ │ ├── inverse.h │ │ ├── iteration.h │ │ ├── lanczos.h │ │ ├── matrix.h │ │ ├── power.h │ │ ├── rayleigh.h │ │ ├── tmatrix.h │ │ ├── traits.h │ │ └── vectorspace.h ├── lib_dasp_pds │ ├── CMakeLists.txt │ └── pds │ │ ├── CMakeLists.txt │ │ ├── DeltaDensitySampling.cpp │ │ ├── DeltaDensitySamplingOld.cpp │ │ ├── Fattal.cpp │ │ ├── Fattal.hpp │ │ ├── FloydSteinberg.cpp │ │ ├── FloydSteinbergMultiLayer.cpp │ │ ├── Grid.cpp │ │ ├── PDS.hpp │ │ ├── SimplifiedPDS.cpp │ │ ├── SimplifiedPDSOld.cpp │ │ └── Tools.hpp └── lib_dasp_slimage │ ├── Slimage │ ├── Buffer.hpp │ ├── Convert.hpp │ ├── Gui.hpp │ ├── IO.hpp │ ├── Iterator.hpp │ ├── Mipmap.hpp │ ├── Paint.hpp │ ├── Parallel.h │ ├── Pixel.hpp │ ├── Slimage.hpp │ ├── Types.hpp │ └── detail │ │ ├── OpenCv.hpp │ │ └── Qt.hpp │ └── boost │ ├── threadpool.hpp │ └── threadpool │ ├── detail │ ├── future.hpp │ ├── locking_ptr.hpp │ ├── pool_core.hpp │ ├── scope_guard.hpp │ └── worker_thread.hpp │ ├── future.hpp │ ├── pool.hpp │ ├── pool_adaptors.hpp │ ├── scheduling_policies.hpp │ ├── shutdown_policies.hpp │ ├── size_policies.hpp │ └── task_adaptors.hpp ├── lib_eams ├── Luv2RGB.m ├── Makefile ├── README.md ├── RGB2Luv.m ├── RGB2RGB.m ├── compile_edison_wrapper.m ├── edge │ ├── BgDefaults.h │ ├── BgEdge.cpp │ ├── BgEdge.h │ ├── BgEdgeDetect.cpp │ ├── BgEdgeDetect.h │ ├── BgEdgeList.cpp │ ├── BgEdgeList.h │ ├── BgGlobalFc.cpp │ ├── BgImage.cpp │ └── BgImage.h ├── edison_wrapper.m ├── edison_wrapper_mex.cpp ├── edison_wrapper_mex.h ├── edison_wrapper_mex.mexa64 ├── make.m └── segm │ ├── RAList.cpp │ ├── RAList.h │ ├── README.md │ ├── ms.cpp │ ├── ms.h │ ├── msImageProcessor.cpp │ ├── msImageProcessor.h │ ├── msSys.cpp │ ├── msSys.h │ ├── msSysPrompt.cpp │ ├── rlist.cpp │ ├── rlist.h │ └── tdef.h ├── lib_ergc ├── Heap.h ├── HeapG.h ├── HeapL.h ├── README.md ├── ergc.h ├── ergc_opencv.h ├── timer.h └── utils.h ├── lib_ers ├── CMakeLists.txt ├── Edge.h ├── Image.h ├── ImageIO.h ├── MERCCInput.cpp ├── MERCClustering.h ├── MERCDisjointSet.cpp ├── MERCDisjointSet.h ├── MERCEdge.h ├── MERCFunctions.cpp ├── MERCFunctions.h ├── MERCInput.h ├── MERCInputImage.h ├── MERCLazyGreedy.cpp ├── MERCLazyGreedy.h ├── MERCOutput.cpp ├── MERCOutput.h ├── MERCOutputImage.h ├── MHeap.h ├── MList.h ├── MMFunctions.h ├── MSubmodularHeap.h ├── README.md ├── ers_opencv.cpp ├── ers_opencv.h └── mex_ers.cpp ├── lib_etps ├── CMakeLists.txt ├── README.md ├── SGMStereo.cpp ├── SGMStereo.h ├── etps_opencv.cpp ├── etps_opencv.h ├── functions.cpp ├── functions.h ├── sallocator.cpp ├── sallocator.h ├── segengine.cpp ├── segengine.h ├── smemoryxx.h ├── spixel.cpp ├── stdafx.cpp ├── stdafx.h ├── structures.cpp ├── structures.h ├── targetver.h ├── tinydir.h ├── tsdeque.h ├── utils.cpp └── utils.h ├── lib_eval ├── CMakeLists.txt ├── connected_components.h ├── depth_tools.cpp ├── depth_tools.h ├── evaluation.cpp ├── evaluation.h ├── evaluation_summary.cpp ├── evaluation_summary.h ├── io_util.cpp ├── io_util.h ├── parameter_optimization_tool.cpp ├── parameter_optimization_tool.h ├── robustness_tool.cpp ├── robustness_tool.h ├── superpixel_tools.cpp ├── superpixel_tools.h ├── transformation.cpp ├── transformation.h ├── visualization.cpp └── visualization.h ├── lib_fh ├── LICENSE.md ├── README.md ├── convolve.h ├── disjoint-set.h ├── fh_opencv.h ├── filter.h ├── image.h ├── imconv.h ├── imutil.h ├── misc.h ├── segment-graph.h ├── segment-image-labels.h └── segment-image.h ├── lib_lsc ├── DoSuperpixel.h ├── EnforceConnectivity.h ├── Initialize.h ├── LSC.h ├── README.md ├── Seeds.h ├── countSuperpixel.h ├── lsc_opencv.h ├── myrgb2lab.h ├── point.h └── preEnforceConnectivity.h ├── lib_mss ├── imagereconstruct.hpp ├── mss.h └── mss_opencv.h ├── lib_nc ├── README.md ├── clusterLocations.m ├── cncut.m ├── computeW.m ├── csparse.c ├── csparse.mexa64 ├── dist2.m ├── doog1.m ├── fft_filt_2.m ├── gaussian.m ├── getbinsol.m ├── ic.c ├── ic.mexa64 ├── imnb.c ├── imnb.mexa64 ├── imncut_sp.m ├── make.m ├── make_filterbank_odd2.m ├── parmatV.c ├── parmatV.mexa64 ├── pbThicken.m ├── pbWrapper.m ├── segImage.m ├── spmd1.c └── spmd1.mexa64 ├── lib_pb ├── CMakeLists.txt ├── Elimination+SSE.h ├── Elimination+SSE.txx ├── Elimination.cc ├── Elimination.h ├── Elimination.txx ├── Elimination_dcl.h ├── LazyElimination.cc ├── LazyElimination.h ├── LazyElimination.txx ├── LazyElimination_dcl.h ├── MAXFLOW.TXT ├── QPBO_Elim.cc ├── QPBO_Elim.h ├── QPBO_Elim_dcl.h ├── QPBO_Generic.h ├── QPBO_LazyElim.cc ├── QPBO_LazyElim.h ├── QPBO_MaxFlow.cc ├── QPBO_MaxFlow.h ├── README.md ├── block.h ├── energy.h ├── graph.h ├── graph.txx ├── instances.cxx ├── matrix.h ├── maxflow.txx ├── pb_opencv.cpp └── pb_opencv.h ├── lib_pbedges ├── Detectors │ ├── det2MM.m │ ├── detBG.m │ ├── detBGTG.m │ ├── detCG.m │ ├── detCGTG.m │ ├── detGM.m │ ├── detTG.m │ ├── dohyst.m │ ├── evalBG.m │ ├── evalBGTG.m │ ├── evalCG.m │ ├── evalCGTG.m │ ├── evalTG.m │ ├── genHuman.m │ ├── generate.m │ ├── nonmax.m │ ├── pb2MM.m │ ├── pb2MM2.m │ ├── pbBG.m │ ├── pbBGTG.m │ ├── pbCG.m │ ├── pbCGTG.m │ ├── pbCanny.m │ ├── pbGM.m │ ├── pbGM2.m │ ├── pbHuman.m │ ├── pbRandom.m │ ├── pbTG.m │ ├── pboverlay.m │ ├── plotem.m │ ├── sampleDetector.m │ ├── scratch.m │ ├── scratch2.m │ ├── test.m │ ├── tmp.m │ ├── train2MM.m │ ├── train2MM2.m │ ├── trainBG.m │ ├── trainBGTG.m │ ├── trainCG.m │ ├── trainCGTG.m │ ├── trainGM.m │ ├── trainGM2.m │ ├── trainTG.m │ └── viewem.m ├── Filters │ ├── applyFilter.m │ ├── csFilter.m │ ├── fbCreate.m │ ├── fbRun.m │ └── oeFilter.m ├── Gradients │ ├── cgmo.m │ ├── cgso.m │ ├── fitparab.m │ ├── savgol.m │ ├── tgmo.m │ ├── tgmo2.m │ ├── tgso.m │ └── tgso2.m ├── README.md ├── Textons │ ├── assignTextons.m │ ├── computeTextons.m │ ├── genunitex.m │ ├── scratch.m │ ├── textonsim.m │ ├── unitex.m │ ├── unitex_6_1_2_1.4_2_128.mat │ ├── unitex_6_1_2_1.4_2_32.mat │ ├── unitex_6_1_2_1.4_2_64.mat │ └── visTextons.m └── Util │ ├── RGB2Lab.m │ ├── distSqr.m │ └── padReflect.m ├── lib_pf ├── HorizontalEdgeFilter.java ├── ImageComponent.java ├── ImageLocation.java ├── ImageUtils$1.class ├── ImageUtils.java ├── Manifest.txt ├── PathFinder.java ├── RegionFiller.java ├── SeedLocation2D.java ├── VerticalPathFinder.class ├── VerticalPathFinder.java └── make.sh ├── lib_poise ├── @classregtree_fuxin │ ├── catsplit.m │ ├── children.m │ ├── classcount.m │ ├── classprob.m │ ├── classregtree_fuxin.m │ ├── cutcategories.m │ ├── cutpoint.m │ ├── cuttype.m │ ├── cutvar.m │ ├── disp.m │ ├── display.m │ ├── eval.m │ ├── getargs.m │ ├── isbranch.m │ ├── ja │ │ └── classregtree_fuxin.m │ ├── nodeerr.m │ ├── nodeprob.m │ ├── nodesize.m │ ├── numnodes.m │ ├── parent.m │ ├── private │ │ ├── grab_pvars.m │ │ ├── regtreeEval.cpp │ │ ├── regtree_findbestsplit.cpp │ │ └── validatenodes.m │ ├── prune.m │ ├── regtree_findbestsplit_legacy.m │ ├── risk.m │ ├── subsasgn.m │ ├── subsref.m │ ├── test.m │ ├── type.m │ ├── varimportance.m │ └── view.m ├── README.md ├── adjust_boundaries_sp.m ├── boosting │ ├── eval_tree_lad.m │ ├── normalize.m │ └── scale_data.m ├── fill_in_segmentation.m ├── gen_sp_feats.m ├── generate_sp_neighborhood.m ├── intens_pixel_diff_mex.c ├── intens_pixel_diff_mex.mexa64 ├── make.m ├── merge_superpix_mex.m ├── merge_superpixels2.cpp ├── merge_superpixels2.mexa64 ├── pair_trees_very_high.mat ├── prctile_feats.cpp ├── prctile_feats.mexa64 ├── precompute_pairwise_data_feature.m ├── prepare_pairwise_data_feature.m ├── regtreeEval.mexa64 └── regtree_findbestsplit.mexa64 ├── lib_preslic ├── CMakeLists.txt ├── LICENSE.md ├── README.md ├── preemptiveSLIC.cpp └── preemptiveSLIC.h ├── lib_qs ├── LICENSE.md ├── README.md ├── array.c ├── array.h ├── float.th ├── generic.c ├── generic.h ├── host.c ├── host.h ├── make.m ├── mathop.c ├── mathop.h ├── mathop_avx.c ├── mathop_avx.h ├── mathop_sse2.c ├── mathop_sse2.h ├── mexutils.h ├── quickshift.c ├── quickshift.h ├── random.c ├── random.h ├── stringop.c ├── stringop.h ├── vl_binsearch.m ├── vl_binsum.c ├── vl_binsum.def ├── vl_flatmap.m ├── vl_imseg.m ├── vl_quickseg.m ├── vl_quickshift.c ├── vl_quickshift.m ├── vl_quickvis.m ├── vl_rgb2xyz.m └── vl_xyz2lab.m ├── lib_rw ├── README.md ├── graphAnalysisToolbox │ ├── LICENSE.md │ ├── README.md │ ├── addrandedges.m │ ├── adjacency.m │ ├── adjtoedges.m │ ├── binarysearch.m │ ├── circulant.m │ ├── colorseg2bwseg.m │ ├── colorseg2bwsegSV.m │ ├── contour2pdf.m │ ├── diffusion.m │ ├── dirichletboundary.m │ ├── ellipsefit.m │ ├── equalize.m │ ├── filtergraph.m │ ├── findedges.m │ ├── findfilter.m │ ├── imgsegment.m │ ├── imgsegpyr.m │ ├── importimg.m │ ├── incidence.m │ ├── isosolve.m │ ├── knn.m │ ├── laplacian.m │ ├── lattice.m │ ├── latticepyramid.m │ ├── logz.m │ ├── makeweights.m │ ├── normalize.m │ ├── partitiongraph.m │ ├── pdf2graph.m │ ├── recursivepartition.m │ ├── removeisolated.m │ ├── rgbimg2vals.m │ ├── roach.m │ ├── segoutput.m │ ├── segoutputSV.m │ ├── showmesh.m │ ├── showvoronoi.m │ ├── triangulatepoints.m │ └── voronoicells.m ├── random_walker.m └── random_walker_superpixels.m ├── lib_seaw ├── EAW.m ├── README.md ├── eaw.cpp ├── eaw.mexa64 ├── eaw_imp.h ├── eaw_superpixels.m ├── eaw_test.m ├── gEAW.m ├── geaw.cpp ├── geaw.mexa64 ├── iEAW.m ├── ieaw.cpp ├── ieaw.mexa64 ├── igEAW.m ├── igeaw.cpp ├── igeaw.mexa64 ├── make.m ├── makefile.m └── progressbar.m ├── lib_seeds ├── CMakeLists.txt ├── LICENSE.md ├── README.md ├── seeds2.cpp └── seeds2.h ├── lib_sfedges ├── LICENSE.md ├── README.md ├── boxesData.m ├── boxesEval.m ├── edgeBoxes.m ├── edgeBoxesDemo.m ├── edgeBoxesSweeps.m ├── edgesChns.m ├── edgesDemo.m ├── edgesDemoRgbd.m ├── edgesDetect.m ├── edgesEval.m ├── edgesEvalDir.m ├── edgesEvalImg.m ├── edgesEvalPlot.m ├── edgesSweeps.m ├── edgesTrain.m ├── make.m ├── models │ └── forest │ │ └── modelBsds.mat ├── private │ ├── edgeBoxesMex.cpp │ ├── edgesDetectMex.cpp │ └── edgesNmsMex.cpp ├── spAffinities.m ├── spDemo.m ├── spDetect.m └── toolbox │ ├── README.md │ ├── channels │ ├── convTri.m │ ├── gradientHist.m │ ├── gradientMag.m │ ├── imPad.m │ ├── imResample.m │ ├── private │ │ ├── convConst.cpp │ │ ├── gradientMex.cpp │ │ ├── imPadMex.cpp │ │ ├── imResampleMex.cpp │ │ ├── rgbConvertMex.cpp │ │ ├── sse.hpp │ │ └── wrappers.hpp │ └── rgbConvert.m │ └── matlab │ └── getPrmDflt.m ├── lib_slic ├── CMakeLists.txt ├── LICENSE.md ├── README.md ├── SLIC.cpp ├── SLIC.h ├── slic_opencv.cpp └── slic_opencv.h ├── lib_tools ├── bsds500_convert.m ├── bsds500_convert_script.m ├── bsds500_relabel.m ├── connected_components.h ├── fash_collect_subsets.m ├── fash_convert_script.m ├── fash_generate_groundtruth.m ├── fash_generate_images.m ├── fash_imdecode.m ├── fash_make_subsets.m ├── im_pb_edges.m ├── im_sf_edges.m ├── im_statistics.m ├── make.m ├── nyuv2_convert.m ├── nyuv2_convert_script.m ├── nyuv2_crop_ground_truth.m ├── nyuv2_crop_images.m ├── nyuv2_find_border.m ├── nyuv2_generate_depth.m ├── nyuv2_generate_ground_truth.m ├── nyuv2_generate_images.m ├── nyuv2_mediannan.m ├── nyuv2_relabel.m ├── nyuv2_seg2bdry.m ├── sbd_collect_subsets.m ├── sbd_convert.m ├── sbd_convert_script.m ├── sbd_delete_unnecessary.m ├── sbd_make_subsets.m ├── sp_check_connected.m ├── sp_contours.m ├── sp_count.m ├── sp_enforce_minimum_size.cpp ├── sp_enforce_minimum_size.mexa64 ├── sp_fast_connected_relabel.cpp ├── sp_fast_connected_relabel.mexa64 ├── sp_fast_connected_relabel_k8.cpp ├── sp_fast_connected_relabel_k8.mexa64 ├── sp_height_width_superpixels.m ├── sp_random.m ├── sp_region_size_superpixels.m ├── sp_relabel.m ├── sunrgbd_collect_subsets.m ├── sunrgbd_convert_script.m ├── sunrgbd_copy_depth.m ├── sunrgbd_copy_images.m ├── sunrgbd_copy_intrinsics.m ├── sunrgbd_generate_ground_truth.m ├── sunrgbd_make_subsets.m └── sunrgbd_mediannan.m ├── lib_tp ├── DT.c ├── DT.mexa64 ├── README.md ├── clip.m ├── convolve.c ├── convolve.h ├── corrDn.c ├── corrDn.mexa64 ├── demo_superpixels.m ├── display_contour.m ├── display_logical.m ├── edges.c ├── evolve_height_function.m ├── evolve_height_function_N.m ├── get_binary_img_from_seeds.m ├── get_full_speed.c ├── get_full_speed.mexa64 ├── get_initial_seeds.m ├── get_speed_based_on_boundaries.m ├── get_speed_based_on_gradient.m ├── get_superpixel_boundaries.m ├── hasToRecomputeBand.m ├── height_function_change_rate.m ├── height_function_der.c ├── height_function_der.mexa64 ├── height_function_grad.c ├── height_function_grad.mexa64 ├── local_min.c ├── local_min.mexa64 ├── lsmlib │ ├── FMM_Callback_API.h │ ├── FMM_Core.c │ ├── FMM_Core.h │ ├── FMM_Heap.c │ ├── FMM_Heap.h │ ├── computeDistanceFunction2d.c │ ├── computeDistanceFunction2d.m │ ├── computeDistanceFunction2d.mexa64 │ ├── computeExtensionFields2d.c │ ├── computeExtensionFields2d.m │ ├── computeExtensionFields2d.mexa64 │ ├── doHomotopicThinning.c │ ├── doHomotopicThinning.mexa64 │ ├── lsm_FMM_field_extension2d.c │ └── lsm_fast_marching_method.h ├── make.m ├── superpixels.m ├── upConv.c ├── upConv.mexa64 ├── wrap.c ├── zero_crossing.c └── zero_crossing.mexa64 ├── lib_tps ├── Get_Regular_SP.m ├── Get_Regular_SP_alt.m ├── Get_path_of_region.m ├── Get_region_label.m └── Refined_seed.m ├── lib_vc ├── README.md ├── VCells.h └── vc_opencv.h ├── lib_vccs ├── CMakeLists.txt ├── vccs_opencv_pcl.cpp └── vccs_opencv_pcl.h ├── lib_vlslic ├── CMakeLists.txt ├── LICENSE.md ├── README.md ├── float.th ├── generic.c ├── generic.h ├── host.c ├── host.h ├── mathop.c ├── mathop.h ├── mathop_avx.c ├── mathop_avx.h ├── mathop_sse2.c ├── mathop_sse2.h ├── random.c ├── random.h ├── slic.c ├── slic.h └── vlslic_opencv.h ├── lib_wp ├── README.md └── demo_waterpixels_smil_with_parser.py ├── lsc_cli ├── CMakeLists.txt └── main.cpp ├── make.m ├── mss_cli ├── CMakeLists.txt └── main.cpp ├── nc_cli ├── nc_cli.m ├── nc_dispatcher.m └── nc_dispatcher.sh ├── pb_cli ├── CMakeLists.txt └── main.cpp ├── pf_cli └── pf_dispatcher.sh ├── poise_cli ├── poise_cli.m ├── poise_dispatcher.m └── poise_dispatcher.sh ├── preslic_cli ├── CMakeLists.txt └── main.cpp ├── qs_cli ├── qs_cli.m ├── qs_dispatcher.m └── qs_dispatcher.sh ├── refh_cli ├── CMakeLists.txt └── main.cpp ├── reseeds_cli ├── CMakeLists.txt └── main.cpp ├── rw_cli ├── rw_cli.m ├── rw_dispatcher.m └── rw_dispatcher.sh ├── seaw_cli ├── seaw_cli.m ├── seaw_dispatcher.m └── seaw_dispatcher.sh ├── seeds_cli ├── CMakeLists.txt └── main.cpp ├── slic_cli ├── CMakeLists.txt └── main.cpp ├── tp_cli ├── tp_cli.m ├── tp_dispatcher.m └── tp_dispatcher.sh ├── tps_cli ├── tps_cli.m ├── tps_dispatcher.m └── tps_dispatcher.sh ├── vc_cli ├── CMakeLists.txt └── main.cpp ├── vccs_cli ├── CMakeLists.txt └── main.cpp ├── vlslic_cli ├── CMakeLists.txt └── main.cpp ├── w_cli ├── CMakeLists.txt └── main.cpp └── wp_cli └── wp_dispatcher.sh /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | /build/ -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/.gitmodules -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/.travis.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /DOXYGEN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/DOXYGEN.md -------------------------------------------------------------------------------- /RANKING.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/RANKING.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/README.md -------------------------------------------------------------------------------- /ccs_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/ccs_cli/CMakeLists.txt -------------------------------------------------------------------------------- /ccs_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/ccs_cli/main.cpp -------------------------------------------------------------------------------- /cis_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/cis_cli/CMakeLists.txt -------------------------------------------------------------------------------- /cis_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/cis_cli/main.cpp -------------------------------------------------------------------------------- /cmake/FindCImg.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/cmake/FindCImg.cmake -------------------------------------------------------------------------------- /cmake/FindGlog.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/cmake/FindGlog.cmake -------------------------------------------------------------------------------- /cmake/Findpng++.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/cmake/Findpng++.cmake -------------------------------------------------------------------------------- /config.doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/config.doxygen -------------------------------------------------------------------------------- /crs_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/crs_cli/CMakeLists.txt -------------------------------------------------------------------------------- /crs_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/crs_cli/main.cpp -------------------------------------------------------------------------------- /cw_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/cw_cli/CMakeLists.txt -------------------------------------------------------------------------------- /cw_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/cw_cli/main.cpp -------------------------------------------------------------------------------- /dasp_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/dasp_cli/CMakeLists.txt -------------------------------------------------------------------------------- /dasp_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/dasp_cli/main.cpp -------------------------------------------------------------------------------- /data/BSDS500/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/BSDS500/README.md -------------------------------------------------------------------------------- /data/BSDS500/images/test/3096.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/BSDS500/images/test/3096.jpg -------------------------------------------------------------------------------- /data/Fash/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/Fash/LICENSE.md -------------------------------------------------------------------------------- /data/Fash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/Fash/README.md -------------------------------------------------------------------------------- /data/Fash/fash_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/Fash/fash_test.txt -------------------------------------------------------------------------------- /data/Fash/fash_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/Fash/fash_train.txt -------------------------------------------------------------------------------- /data/NYUV2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/NYUV2/README.md -------------------------------------------------------------------------------- /data/NYUV2/nyuv2_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/NYUV2/nyuv2_test.txt -------------------------------------------------------------------------------- /data/NYUV2/nyuv2_test_subset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/NYUV2/nyuv2_test_subset.txt -------------------------------------------------------------------------------- /data/NYUV2/nyuv2_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/NYUV2/nyuv2_train.txt -------------------------------------------------------------------------------- /data/NYUV2/nyuv2_train_subset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/NYUV2/nyuv2_train_subset.txt -------------------------------------------------------------------------------- /data/SBD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/SBD/README.md -------------------------------------------------------------------------------- /data/SBD/sbd_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/SBD/sbd_test.txt -------------------------------------------------------------------------------- /data/SBD/sbd_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/SBD/sbd_train.txt -------------------------------------------------------------------------------- /data/SUNRGBD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/SUNRGBD/README.md -------------------------------------------------------------------------------- /data/SUNRGBD/sunrgbd_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/SUNRGBD/sunrgbd_test.txt -------------------------------------------------------------------------------- /data/SUNRGBD/sunrgbd_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/data/SUNRGBD/sunrgbd_train.txt -------------------------------------------------------------------------------- /docker/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docker/.dockerignore -------------------------------------------------------------------------------- /docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docker/Dockerfile -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docker/README.md -------------------------------------------------------------------------------- /docker/docker.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docker/docker.patch -------------------------------------------------------------------------------- /docker/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docker/makefile -------------------------------------------------------------------------------- /docker/timer-patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docker/timer-patch.sh -------------------------------------------------------------------------------- /docs/ALGORITHMS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/ALGORITHMS.md -------------------------------------------------------------------------------- /docs/BENCHMARK.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/BENCHMARK.md -------------------------------------------------------------------------------- /docs/BUILDING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/BUILDING.md -------------------------------------------------------------------------------- /docs/BUILDING_CIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/BUILDING_CIS.md -------------------------------------------------------------------------------- /docs/DATASETS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/DATASETS.md -------------------------------------------------------------------------------- /docs/DATASETS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/DATASETS.png -------------------------------------------------------------------------------- /docs/DOXYGEN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/DOXYGEN.md -------------------------------------------------------------------------------- /docs/EXAMPLE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/EXAMPLE.md -------------------------------------------------------------------------------- /docs/EXECUTABLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/EXECUTABLES.md -------------------------------------------------------------------------------- /docs/PARAMETERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/PARAMETERS.md -------------------------------------------------------------------------------- /docs/PARAMETERS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/PARAMETERS.txt -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/SUBMISSION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/SUBMISSION.md -------------------------------------------------------------------------------- /docs/VISUALIZATIONS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/VISUALIZATIONS.png -------------------------------------------------------------------------------- /docs/html/ALGORITHMS_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/ALGORITHMS_8md.html -------------------------------------------------------------------------------- /docs/html/BENCHMARK_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/BENCHMARK_8md.html -------------------------------------------------------------------------------- /docs/html/BUILDING_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/BUILDING_8md.html -------------------------------------------------------------------------------- /docs/html/BUILDING__CIS_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/BUILDING__CIS_8md.html -------------------------------------------------------------------------------- /docs/html/DATASETS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/DATASETS.png -------------------------------------------------------------------------------- /docs/html/DATASETS_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/DATASETS_8md.html -------------------------------------------------------------------------------- /docs/html/DOXYGEN_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/DOXYGEN_8md.html -------------------------------------------------------------------------------- /docs/html/EXAMPLE_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/EXAMPLE_8md.html -------------------------------------------------------------------------------- /docs/html/EXECUTABLES_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/EXECUTABLES_8md.html -------------------------------------------------------------------------------- /docs/html/PARAMETERS_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/PARAMETERS_8md.html -------------------------------------------------------------------------------- /docs/html/SUBMISSION_8md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/SUBMISSION_8md.html -------------------------------------------------------------------------------- /docs/html/VISUALIZATIONS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/VISUALIZATIONS.png -------------------------------------------------------------------------------- /docs/html/annotated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/annotated.html -------------------------------------------------------------------------------- /docs/html/arrowdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/arrowdown.png -------------------------------------------------------------------------------- /docs/html/arrowright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/arrowright.png -------------------------------------------------------------------------------- /docs/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/bc_s.png -------------------------------------------------------------------------------- /docs/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/bdwn.png -------------------------------------------------------------------------------- /docs/html/ccs__opencv_8cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/ccs__opencv_8cpp.html -------------------------------------------------------------------------------- /docs/html/ccs__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/ccs__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/cis__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/cis__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/classBlurDriver.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classBlurDriver.html -------------------------------------------------------------------------------- /docs/html/classBlurDriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classBlurDriver.png -------------------------------------------------------------------------------- /docs/html/classCCS__OpenCV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classCCS__OpenCV.html -------------------------------------------------------------------------------- /docs/html/classCIS__OpenCV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classCIS__OpenCV.html -------------------------------------------------------------------------------- /docs/html/classDepthTools.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classDepthTools.html -------------------------------------------------------------------------------- /docs/html/classEvaluation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classEvaluation.html -------------------------------------------------------------------------------- /docs/html/classFH__OpenCV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classFH__OpenCV.html -------------------------------------------------------------------------------- /docs/html/classIOUtil.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classIOUtil.html -------------------------------------------------------------------------------- /docs/html/classImageEdge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classImageEdge.html -------------------------------------------------------------------------------- /docs/html/classImageGraph.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classImageGraph.html -------------------------------------------------------------------------------- /docs/html/classImageNode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classImageNode.html -------------------------------------------------------------------------------- /docs/html/classPB__OpenCV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classPB__OpenCV.html -------------------------------------------------------------------------------- /docs/html/classShearDriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classShearDriver.png -------------------------------------------------------------------------------- /docs/html/classVC__OpenCV.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classVC__OpenCV.html -------------------------------------------------------------------------------- /docs/html/classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/classes.html -------------------------------------------------------------------------------- /docs/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/closed.png -------------------------------------------------------------------------------- /docs/html/crs__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/crs__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/dasp__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/dasp__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/depth__tools_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/depth__tools_8h.html -------------------------------------------------------------------------------- /docs/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/doc.png -------------------------------------------------------------------------------- /docs/html/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/doxygen.css -------------------------------------------------------------------------------- /docs/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/doxygen.png -------------------------------------------------------------------------------- /docs/html/dynsections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/dynsections.js -------------------------------------------------------------------------------- /docs/html/ergc__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/ergc__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/ers__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/ers__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/etps__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/etps__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/evaluation_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/evaluation_8h.html -------------------------------------------------------------------------------- /docs/html/fh__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/fh__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/files.html -------------------------------------------------------------------------------- /docs/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/folderclosed.png -------------------------------------------------------------------------------- /docs/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/folderopen.png -------------------------------------------------------------------------------- /docs/html/form_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_0.png -------------------------------------------------------------------------------- /docs/html/form_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_1.png -------------------------------------------------------------------------------- /docs/html/form_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_10.png -------------------------------------------------------------------------------- /docs/html/form_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_11.png -------------------------------------------------------------------------------- /docs/html/form_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_12.png -------------------------------------------------------------------------------- /docs/html/form_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_13.png -------------------------------------------------------------------------------- /docs/html/form_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_2.png -------------------------------------------------------------------------------- /docs/html/form_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_3.png -------------------------------------------------------------------------------- /docs/html/form_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_4.png -------------------------------------------------------------------------------- /docs/html/form_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_5.png -------------------------------------------------------------------------------- /docs/html/form_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_6.png -------------------------------------------------------------------------------- /docs/html/form_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_7.png -------------------------------------------------------------------------------- /docs/html/form_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_8.png -------------------------------------------------------------------------------- /docs/html/form_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/form_9.png -------------------------------------------------------------------------------- /docs/html/formula.repository: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/formula.repository -------------------------------------------------------------------------------- /docs/html/functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions.html -------------------------------------------------------------------------------- /docs/html/functions_0x7e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_0x7e.html -------------------------------------------------------------------------------- /docs/html/functions_b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_b.html -------------------------------------------------------------------------------- /docs/html/functions_c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_c.html -------------------------------------------------------------------------------- /docs/html/functions_d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_d.html -------------------------------------------------------------------------------- /docs/html/functions_e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_e.html -------------------------------------------------------------------------------- /docs/html/functions_f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_f.html -------------------------------------------------------------------------------- /docs/html/functions_func.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_func.html -------------------------------------------------------------------------------- /docs/html/functions_g.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_g.html -------------------------------------------------------------------------------- /docs/html/functions_h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_h.html -------------------------------------------------------------------------------- /docs/html/functions_i.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_i.html -------------------------------------------------------------------------------- /docs/html/functions_l.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_l.html -------------------------------------------------------------------------------- /docs/html/functions_m.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_m.html -------------------------------------------------------------------------------- /docs/html/functions_n.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_n.html -------------------------------------------------------------------------------- /docs/html/functions_o.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_o.html -------------------------------------------------------------------------------- /docs/html/functions_p.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_p.html -------------------------------------------------------------------------------- /docs/html/functions_r.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_r.html -------------------------------------------------------------------------------- /docs/html/functions_rela.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_rela.html -------------------------------------------------------------------------------- /docs/html/functions_s.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_s.html -------------------------------------------------------------------------------- /docs/html/functions_t.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_t.html -------------------------------------------------------------------------------- /docs/html/functions_u.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_u.html -------------------------------------------------------------------------------- /docs/html/functions_v.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_v.html -------------------------------------------------------------------------------- /docs/html/functions_vars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_vars.html -------------------------------------------------------------------------------- /docs/html/functions_w.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/functions_w.html -------------------------------------------------------------------------------- /docs/html/globals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/globals.html -------------------------------------------------------------------------------- /docs/html/globals_defs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/globals_defs.html -------------------------------------------------------------------------------- /docs/html/globals_func.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/globals_func.html -------------------------------------------------------------------------------- /docs/html/globals_vars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/globals_vars.html -------------------------------------------------------------------------------- /docs/html/hierarchy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/hierarchy.html -------------------------------------------------------------------------------- /docs/html/image__graph_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/image__graph_8h.html -------------------------------------------------------------------------------- /docs/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/index.html -------------------------------------------------------------------------------- /docs/html/io__util_8cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/io__util_8cpp.html -------------------------------------------------------------------------------- /docs/html/io__util_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/io__util_8h.html -------------------------------------------------------------------------------- /docs/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/jquery.js -------------------------------------------------------------------------------- /docs/html/lsc__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/lsc__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/md_docs_EXAMPLE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/md_docs_EXAMPLE.html -------------------------------------------------------------------------------- /docs/html/mss__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/mss__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/nav_f.png -------------------------------------------------------------------------------- /docs/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/nav_g.png -------------------------------------------------------------------------------- /docs/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/nav_h.png -------------------------------------------------------------------------------- /docs/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/open.png -------------------------------------------------------------------------------- /docs/html/pages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/pages.html -------------------------------------------------------------------------------- /docs/html/pb__opencv_8cpp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/pb__opencv_8cpp.html -------------------------------------------------------------------------------- /docs/html/pb__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/pb__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/search/all_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_0.html -------------------------------------------------------------------------------- /docs/html/search/all_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_0.js -------------------------------------------------------------------------------- /docs/html/search/all_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_1.html -------------------------------------------------------------------------------- /docs/html/search/all_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_1.js -------------------------------------------------------------------------------- /docs/html/search/all_10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_10.html -------------------------------------------------------------------------------- /docs/html/search/all_10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_10.js -------------------------------------------------------------------------------- /docs/html/search/all_11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_11.html -------------------------------------------------------------------------------- /docs/html/search/all_11.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_11.js -------------------------------------------------------------------------------- /docs/html/search/all_12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_12.html -------------------------------------------------------------------------------- /docs/html/search/all_12.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_12.js -------------------------------------------------------------------------------- /docs/html/search/all_13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_13.html -------------------------------------------------------------------------------- /docs/html/search/all_13.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_13.js -------------------------------------------------------------------------------- /docs/html/search/all_14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_14.html -------------------------------------------------------------------------------- /docs/html/search/all_14.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_14.js -------------------------------------------------------------------------------- /docs/html/search/all_15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_15.html -------------------------------------------------------------------------------- /docs/html/search/all_15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_15.js -------------------------------------------------------------------------------- /docs/html/search/all_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_2.html -------------------------------------------------------------------------------- /docs/html/search/all_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_2.js -------------------------------------------------------------------------------- /docs/html/search/all_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_3.html -------------------------------------------------------------------------------- /docs/html/search/all_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_3.js -------------------------------------------------------------------------------- /docs/html/search/all_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_4.html -------------------------------------------------------------------------------- /docs/html/search/all_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_4.js -------------------------------------------------------------------------------- /docs/html/search/all_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_5.html -------------------------------------------------------------------------------- /docs/html/search/all_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_5.js -------------------------------------------------------------------------------- /docs/html/search/all_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_6.html -------------------------------------------------------------------------------- /docs/html/search/all_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_6.js -------------------------------------------------------------------------------- /docs/html/search/all_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_7.html -------------------------------------------------------------------------------- /docs/html/search/all_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_7.js -------------------------------------------------------------------------------- /docs/html/search/all_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_8.html -------------------------------------------------------------------------------- /docs/html/search/all_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_8.js -------------------------------------------------------------------------------- /docs/html/search/all_9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_9.html -------------------------------------------------------------------------------- /docs/html/search/all_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_9.js -------------------------------------------------------------------------------- /docs/html/search/all_a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_a.html -------------------------------------------------------------------------------- /docs/html/search/all_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_a.js -------------------------------------------------------------------------------- /docs/html/search/all_b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_b.html -------------------------------------------------------------------------------- /docs/html/search/all_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_b.js -------------------------------------------------------------------------------- /docs/html/search/all_c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_c.html -------------------------------------------------------------------------------- /docs/html/search/all_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_c.js -------------------------------------------------------------------------------- /docs/html/search/all_d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_d.html -------------------------------------------------------------------------------- /docs/html/search/all_d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_d.js -------------------------------------------------------------------------------- /docs/html/search/all_e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_e.html -------------------------------------------------------------------------------- /docs/html/search/all_e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_e.js -------------------------------------------------------------------------------- /docs/html/search/all_f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_f.html -------------------------------------------------------------------------------- /docs/html/search/all_f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/all_f.js -------------------------------------------------------------------------------- /docs/html/search/classes_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_0.js -------------------------------------------------------------------------------- /docs/html/search/classes_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_1.js -------------------------------------------------------------------------------- /docs/html/search/classes_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_2.js -------------------------------------------------------------------------------- /docs/html/search/classes_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_3.js -------------------------------------------------------------------------------- /docs/html/search/classes_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_4.js -------------------------------------------------------------------------------- /docs/html/search/classes_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_5.js -------------------------------------------------------------------------------- /docs/html/search/classes_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_6.js -------------------------------------------------------------------------------- /docs/html/search/classes_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_7.js -------------------------------------------------------------------------------- /docs/html/search/classes_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_8.js -------------------------------------------------------------------------------- /docs/html/search/classes_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_9.js -------------------------------------------------------------------------------- /docs/html/search/classes_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_a.js -------------------------------------------------------------------------------- /docs/html/search/classes_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_b.js -------------------------------------------------------------------------------- /docs/html/search/classes_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_c.js -------------------------------------------------------------------------------- /docs/html/search/classes_d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/classes_d.js -------------------------------------------------------------------------------- /docs/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/close.png -------------------------------------------------------------------------------- /docs/html/search/defines_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/defines_0.js -------------------------------------------------------------------------------- /docs/html/search/defines_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/defines_1.js -------------------------------------------------------------------------------- /docs/html/search/defines_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/defines_2.js -------------------------------------------------------------------------------- /docs/html/search/files_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_0.html -------------------------------------------------------------------------------- /docs/html/search/files_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_0.js -------------------------------------------------------------------------------- /docs/html/search/files_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_1.html -------------------------------------------------------------------------------- /docs/html/search/files_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_1.js -------------------------------------------------------------------------------- /docs/html/search/files_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_2.html -------------------------------------------------------------------------------- /docs/html/search/files_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_2.js -------------------------------------------------------------------------------- /docs/html/search/files_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_3.html -------------------------------------------------------------------------------- /docs/html/search/files_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_3.js -------------------------------------------------------------------------------- /docs/html/search/files_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_4.html -------------------------------------------------------------------------------- /docs/html/search/files_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_4.js -------------------------------------------------------------------------------- /docs/html/search/files_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_5.html -------------------------------------------------------------------------------- /docs/html/search/files_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_5.js -------------------------------------------------------------------------------- /docs/html/search/files_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_6.html -------------------------------------------------------------------------------- /docs/html/search/files_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_6.js -------------------------------------------------------------------------------- /docs/html/search/files_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_7.html -------------------------------------------------------------------------------- /docs/html/search/files_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_7.js -------------------------------------------------------------------------------- /docs/html/search/files_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_8.html -------------------------------------------------------------------------------- /docs/html/search/files_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_8.js -------------------------------------------------------------------------------- /docs/html/search/files_9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_9.html -------------------------------------------------------------------------------- /docs/html/search/files_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_9.js -------------------------------------------------------------------------------- /docs/html/search/files_a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_a.html -------------------------------------------------------------------------------- /docs/html/search/files_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_a.js -------------------------------------------------------------------------------- /docs/html/search/files_b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_b.html -------------------------------------------------------------------------------- /docs/html/search/files_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_b.js -------------------------------------------------------------------------------- /docs/html/search/files_c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_c.html -------------------------------------------------------------------------------- /docs/html/search/files_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_c.js -------------------------------------------------------------------------------- /docs/html/search/files_d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_d.html -------------------------------------------------------------------------------- /docs/html/search/files_d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_d.js -------------------------------------------------------------------------------- /docs/html/search/files_e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_e.html -------------------------------------------------------------------------------- /docs/html/search/files_e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/files_e.js -------------------------------------------------------------------------------- /docs/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/mag_sel.png -------------------------------------------------------------------------------- /docs/html/search/pages_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_0.html -------------------------------------------------------------------------------- /docs/html/search/pages_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_0.js -------------------------------------------------------------------------------- /docs/html/search/pages_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_1.html -------------------------------------------------------------------------------- /docs/html/search/pages_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_1.js -------------------------------------------------------------------------------- /docs/html/search/pages_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_2.html -------------------------------------------------------------------------------- /docs/html/search/pages_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_2.js -------------------------------------------------------------------------------- /docs/html/search/pages_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_3.html -------------------------------------------------------------------------------- /docs/html/search/pages_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_3.js -------------------------------------------------------------------------------- /docs/html/search/pages_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_4.html -------------------------------------------------------------------------------- /docs/html/search/pages_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_4.js -------------------------------------------------------------------------------- /docs/html/search/pages_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_5.html -------------------------------------------------------------------------------- /docs/html/search/pages_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/pages_5.js -------------------------------------------------------------------------------- /docs/html/search/related_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/related_0.js -------------------------------------------------------------------------------- /docs/html/search/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/search.css -------------------------------------------------------------------------------- /docs/html/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/search.js -------------------------------------------------------------------------------- /docs/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/search_l.png -------------------------------------------------------------------------------- /docs/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/search_m.png -------------------------------------------------------------------------------- /docs/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/search_r.png -------------------------------------------------------------------------------- /docs/html/search/searchdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/search/searchdata.js -------------------------------------------------------------------------------- /docs/html/slic__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/slic__opencv_8h.html -------------------------------------------------------------------------------- /docs/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/splitbar.png -------------------------------------------------------------------------------- /docs/html/structscost.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/structscost.html -------------------------------------------------------------------------------- /docs/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/sync_off.png -------------------------------------------------------------------------------- /docs/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/sync_on.png -------------------------------------------------------------------------------- /docs/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/tab_a.png -------------------------------------------------------------------------------- /docs/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/tab_b.png -------------------------------------------------------------------------------- /docs/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/tab_h.png -------------------------------------------------------------------------------- /docs/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/tab_s.png -------------------------------------------------------------------------------- /docs/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/tabs.css -------------------------------------------------------------------------------- /docs/html/vc__opencv_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/docs/html/vc__opencv_8h.html -------------------------------------------------------------------------------- /eams_cli/eams_cli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/eams_cli/eams_cli.m -------------------------------------------------------------------------------- /eams_cli/eams_dispatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/eams_cli/eams_dispatcher.m -------------------------------------------------------------------------------- /eams_cli/eams_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/eams_cli/eams_dispatcher.sh -------------------------------------------------------------------------------- /ergc_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/ergc_cli/CMakeLists.txt -------------------------------------------------------------------------------- /ergc_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/ergc_cli/main.cpp -------------------------------------------------------------------------------- /ers_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/ers_cli/CMakeLists.txt -------------------------------------------------------------------------------- /ers_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/ers_cli/main.cpp -------------------------------------------------------------------------------- /etps_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/etps_cli/CMakeLists.txt -------------------------------------------------------------------------------- /etps_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/etps_cli/main.cpp -------------------------------------------------------------------------------- /eval_average_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/eval_average_cli/main.cpp -------------------------------------------------------------------------------- /eval_summary_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/eval_summary_cli/main.cpp -------------------------------------------------------------------------------- /examples/bash/evaluate_w.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/evaluate_w.sh -------------------------------------------------------------------------------- /examples/bash/run_ccs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_ccs.sh -------------------------------------------------------------------------------- /examples/bash/run_cis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_cis.sh -------------------------------------------------------------------------------- /examples/bash/run_crs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_crs.sh -------------------------------------------------------------------------------- /examples/bash/run_cw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_cw.sh -------------------------------------------------------------------------------- /examples/bash/run_eams.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_eams.sh -------------------------------------------------------------------------------- /examples/bash/run_ergc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_ergc.sh -------------------------------------------------------------------------------- /examples/bash/run_ers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_ers.sh -------------------------------------------------------------------------------- /examples/bash/run_etps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_etps.sh -------------------------------------------------------------------------------- /examples/bash/run_fh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_fh.sh -------------------------------------------------------------------------------- /examples/bash/run_lsc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_lsc.sh -------------------------------------------------------------------------------- /examples/bash/run_nc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_nc.sh -------------------------------------------------------------------------------- /examples/bash/run_pb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_pb.sh -------------------------------------------------------------------------------- /examples/bash/run_poise.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_poise.sh -------------------------------------------------------------------------------- /examples/bash/run_preslic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_preslic.sh -------------------------------------------------------------------------------- /examples/bash/run_qs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_qs.sh -------------------------------------------------------------------------------- /examples/bash/run_refh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_refh.sh -------------------------------------------------------------------------------- /examples/bash/run_reseeds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_reseeds.sh -------------------------------------------------------------------------------- /examples/bash/run_rw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_rw.sh -------------------------------------------------------------------------------- /examples/bash/run_seeds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_seeds.sh -------------------------------------------------------------------------------- /examples/bash/run_slic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_slic.sh -------------------------------------------------------------------------------- /examples/bash/run_tp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_tp.sh -------------------------------------------------------------------------------- /examples/bash/run_tps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_tps.sh -------------------------------------------------------------------------------- /examples/bash/run_vc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_vc.sh -------------------------------------------------------------------------------- /examples/bash/run_vlslic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_vlslic.sh -------------------------------------------------------------------------------- /examples/bash/run_w.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_w.sh -------------------------------------------------------------------------------- /examples/bash/run_wp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/bash/run_wp.sh -------------------------------------------------------------------------------- /examples/cpp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/cpp/CMakeLists.txt -------------------------------------------------------------------------------- /examples/cpp/evaluation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/cpp/evaluation.cpp -------------------------------------------------------------------------------- /examples/cpp/visualization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/cpp/visualization.cpp -------------------------------------------------------------------------------- /examples/data/14037.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/data/14037.csv -------------------------------------------------------------------------------- /examples/data/143090.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/data/143090.csv -------------------------------------------------------------------------------- /examples/data/147091.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/data/147091.csv -------------------------------------------------------------------------------- /examples/data/3096.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/data/3096.csv -------------------------------------------------------------------------------- /examples/data/42049.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/data/42049.csv -------------------------------------------------------------------------------- /examples/matlab/visualize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/examples/matlab/visualize.m -------------------------------------------------------------------------------- /fh_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/fh_cli/CMakeLists.txt -------------------------------------------------------------------------------- /fh_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/fh_cli/main.cpp -------------------------------------------------------------------------------- /lib_ccs/BasicStructures.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/BasicStructures.cpp -------------------------------------------------------------------------------- /lib_ccs/BasicStructures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/BasicStructures.h -------------------------------------------------------------------------------- /lib_ccs/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/CMakeLists.txt -------------------------------------------------------------------------------- /lib_ccs/FriendFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/FriendFunctions.h -------------------------------------------------------------------------------- /lib_ccs/FriendFunctions2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/FriendFunctions2.h -------------------------------------------------------------------------------- /lib_ccs/Hexagon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/Hexagon.cpp -------------------------------------------------------------------------------- /lib_ccs/Hexagon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/Hexagon.h -------------------------------------------------------------------------------- /lib_ccs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/README.md -------------------------------------------------------------------------------- /lib_ccs/SegmentExtraction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/SegmentExtraction.cpp -------------------------------------------------------------------------------- /lib_ccs/SegmentExtraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/SegmentExtraction.h -------------------------------------------------------------------------------- /lib_ccs/cMOG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/cMOG.h -------------------------------------------------------------------------------- /lib_ccs/ccs_opencv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/ccs_opencv.cpp -------------------------------------------------------------------------------- /lib_ccs/ccs_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/ccs_opencv.h -------------------------------------------------------------------------------- /lib_ccs/fMOG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/fMOG.cpp -------------------------------------------------------------------------------- /lib_ccs/helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/helper.h -------------------------------------------------------------------------------- /lib_ccs/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/stdafx.cpp -------------------------------------------------------------------------------- /lib_ccs/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/stdafx.h -------------------------------------------------------------------------------- /lib_ccs/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ccs/targetver.h -------------------------------------------------------------------------------- /lib_cis/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cis/CMakeLists.txt -------------------------------------------------------------------------------- /lib_cis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cis/README.md -------------------------------------------------------------------------------- /lib_cis/cis_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cis/cis_opencv.h -------------------------------------------------------------------------------- /lib_cis/superpixels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cis/superpixels.h -------------------------------------------------------------------------------- /lib_crs/AGaussianFeature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/AGaussianFeature.h -------------------------------------------------------------------------------- /lib_crs/ColorFeature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/ColorFeature.h -------------------------------------------------------------------------------- /lib_crs/CompactnessFeature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/CompactnessFeature.h -------------------------------------------------------------------------------- /lib_crs/ContourRelaxation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/ContourRelaxation.h -------------------------------------------------------------------------------- /lib_crs/DepthFeature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/DepthFeature.h -------------------------------------------------------------------------------- /lib_crs/FeatureType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/FeatureType.h -------------------------------------------------------------------------------- /lib_crs/GrayvalueFeature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/GrayvalueFeature.h -------------------------------------------------------------------------------- /lib_crs/IFeature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/IFeature.h -------------------------------------------------------------------------------- /lib_crs/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/LICENSE.md -------------------------------------------------------------------------------- /lib_crs/LabelStatisticsGauss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/LabelStatisticsGauss.h -------------------------------------------------------------------------------- /lib_crs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/README.md -------------------------------------------------------------------------------- /lib_crs/TraversionGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/TraversionGenerator.h -------------------------------------------------------------------------------- /lib_crs/VisualizationHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/VisualizationHelper.h -------------------------------------------------------------------------------- /lib_crs/crs_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/crs_opencv.h -------------------------------------------------------------------------------- /lib_crs/globalConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_crs/globalConstants.h -------------------------------------------------------------------------------- /lib_cw/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cw/CMakeLists.txt -------------------------------------------------------------------------------- /lib_cw/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cw/LICENSE.md -------------------------------------------------------------------------------- /lib_cw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cw/README.md -------------------------------------------------------------------------------- /lib_cw/compact_watershed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cw/compact_watershed.cpp -------------------------------------------------------------------------------- /lib_cw/compact_watershed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_cw/compact_watershed.h -------------------------------------------------------------------------------- /lib_dasp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/CMakeLists.txt -------------------------------------------------------------------------------- /lib_dasp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/README.md -------------------------------------------------------------------------------- /lib_dasp/dasp_opencv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/dasp_opencv.cpp -------------------------------------------------------------------------------- /lib_dasp/dasp_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/dasp_opencv.h -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/Array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/Array.hpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/Graph.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/Graph.hpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/IO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/IO.cpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/IO.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/IO.hpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/Metric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/Metric.hpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/Plots.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/Plots.cpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/Plots.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/Plots.hpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/Point.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/Point.hpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/Seed.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/Seed.hpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/Tools.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/Tools.hpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/eval/ce.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/eval/ce.cpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/eval/ev.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/eval/ev.cpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/eval/ipq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/eval/ipq.cpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp/eval/use.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_dasp/lib_dasp/eval/use.cpp -------------------------------------------------------------------------------- /lib_dasp/lib_dasp_danvil/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_subdirectory(Danvil) 2 | -------------------------------------------------------------------------------- /lib_dasp/lib_dasp_danvil/Danvil/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib_dasp/lib_dasp_density/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_subdirectory(density) 2 | -------------------------------------------------------------------------------- /lib_dasp/lib_dasp_pds/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_subdirectory(pds) 2 | -------------------------------------------------------------------------------- /lib_eams/Luv2RGB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/Luv2RGB.m -------------------------------------------------------------------------------- /lib_eams/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/Makefile -------------------------------------------------------------------------------- /lib_eams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/README.md -------------------------------------------------------------------------------- /lib_eams/RGB2Luv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/RGB2Luv.m -------------------------------------------------------------------------------- /lib_eams/RGB2RGB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/RGB2RGB.m -------------------------------------------------------------------------------- /lib_eams/edge/BgDefaults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgDefaults.h -------------------------------------------------------------------------------- /lib_eams/edge/BgEdge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgEdge.cpp -------------------------------------------------------------------------------- /lib_eams/edge/BgEdge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgEdge.h -------------------------------------------------------------------------------- /lib_eams/edge/BgEdgeDetect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgEdgeDetect.cpp -------------------------------------------------------------------------------- /lib_eams/edge/BgEdgeDetect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgEdgeDetect.h -------------------------------------------------------------------------------- /lib_eams/edge/BgEdgeList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgEdgeList.cpp -------------------------------------------------------------------------------- /lib_eams/edge/BgEdgeList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgEdgeList.h -------------------------------------------------------------------------------- /lib_eams/edge/BgGlobalFc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgGlobalFc.cpp -------------------------------------------------------------------------------- /lib_eams/edge/BgImage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgImage.cpp -------------------------------------------------------------------------------- /lib_eams/edge/BgImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edge/BgImage.h -------------------------------------------------------------------------------- /lib_eams/edison_wrapper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edison_wrapper.m -------------------------------------------------------------------------------- /lib_eams/edison_wrapper_mex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/edison_wrapper_mex.h -------------------------------------------------------------------------------- /lib_eams/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/make.m -------------------------------------------------------------------------------- /lib_eams/segm/RAList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/RAList.cpp -------------------------------------------------------------------------------- /lib_eams/segm/RAList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/RAList.h -------------------------------------------------------------------------------- /lib_eams/segm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/README.md -------------------------------------------------------------------------------- /lib_eams/segm/ms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/ms.cpp -------------------------------------------------------------------------------- /lib_eams/segm/ms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/ms.h -------------------------------------------------------------------------------- /lib_eams/segm/msSys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/msSys.cpp -------------------------------------------------------------------------------- /lib_eams/segm/msSys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/msSys.h -------------------------------------------------------------------------------- /lib_eams/segm/msSysPrompt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/msSysPrompt.cpp -------------------------------------------------------------------------------- /lib_eams/segm/rlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/rlist.cpp -------------------------------------------------------------------------------- /lib_eams/segm/rlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/rlist.h -------------------------------------------------------------------------------- /lib_eams/segm/tdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eams/segm/tdef.h -------------------------------------------------------------------------------- /lib_ergc/Heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ergc/Heap.h -------------------------------------------------------------------------------- /lib_ergc/HeapG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ergc/HeapG.h -------------------------------------------------------------------------------- /lib_ergc/HeapL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ergc/HeapL.h -------------------------------------------------------------------------------- /lib_ergc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ergc/README.md -------------------------------------------------------------------------------- /lib_ergc/ergc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ergc/ergc.h -------------------------------------------------------------------------------- /lib_ergc/ergc_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ergc/ergc_opencv.h -------------------------------------------------------------------------------- /lib_ergc/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ergc/timer.h -------------------------------------------------------------------------------- /lib_ergc/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ergc/utils.h -------------------------------------------------------------------------------- /lib_ers/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/CMakeLists.txt -------------------------------------------------------------------------------- /lib_ers/Edge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/Edge.h -------------------------------------------------------------------------------- /lib_ers/Image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/Image.h -------------------------------------------------------------------------------- /lib_ers/ImageIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/ImageIO.h -------------------------------------------------------------------------------- /lib_ers/MERCCInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCCInput.cpp -------------------------------------------------------------------------------- /lib_ers/MERCClustering.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCClustering.h -------------------------------------------------------------------------------- /lib_ers/MERCDisjointSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCDisjointSet.cpp -------------------------------------------------------------------------------- /lib_ers/MERCDisjointSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCDisjointSet.h -------------------------------------------------------------------------------- /lib_ers/MERCEdge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCEdge.h -------------------------------------------------------------------------------- /lib_ers/MERCFunctions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCFunctions.cpp -------------------------------------------------------------------------------- /lib_ers/MERCFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCFunctions.h -------------------------------------------------------------------------------- /lib_ers/MERCInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCInput.h -------------------------------------------------------------------------------- /lib_ers/MERCInputImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCInputImage.h -------------------------------------------------------------------------------- /lib_ers/MERCLazyGreedy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCLazyGreedy.cpp -------------------------------------------------------------------------------- /lib_ers/MERCLazyGreedy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCLazyGreedy.h -------------------------------------------------------------------------------- /lib_ers/MERCOutput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCOutput.cpp -------------------------------------------------------------------------------- /lib_ers/MERCOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCOutput.h -------------------------------------------------------------------------------- /lib_ers/MERCOutputImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MERCOutputImage.h -------------------------------------------------------------------------------- /lib_ers/MHeap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MHeap.h -------------------------------------------------------------------------------- /lib_ers/MList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MList.h -------------------------------------------------------------------------------- /lib_ers/MMFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MMFunctions.h -------------------------------------------------------------------------------- /lib_ers/MSubmodularHeap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/MSubmodularHeap.h -------------------------------------------------------------------------------- /lib_ers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/README.md -------------------------------------------------------------------------------- /lib_ers/ers_opencv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/ers_opencv.cpp -------------------------------------------------------------------------------- /lib_ers/ers_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/ers_opencv.h -------------------------------------------------------------------------------- /lib_ers/mex_ers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_ers/mex_ers.cpp -------------------------------------------------------------------------------- /lib_etps/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/CMakeLists.txt -------------------------------------------------------------------------------- /lib_etps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/README.md -------------------------------------------------------------------------------- /lib_etps/SGMStereo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/SGMStereo.cpp -------------------------------------------------------------------------------- /lib_etps/SGMStereo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/SGMStereo.h -------------------------------------------------------------------------------- /lib_etps/etps_opencv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/etps_opencv.cpp -------------------------------------------------------------------------------- /lib_etps/etps_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/etps_opencv.h -------------------------------------------------------------------------------- /lib_etps/functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/functions.cpp -------------------------------------------------------------------------------- /lib_etps/functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/functions.h -------------------------------------------------------------------------------- /lib_etps/sallocator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/sallocator.cpp -------------------------------------------------------------------------------- /lib_etps/sallocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/sallocator.h -------------------------------------------------------------------------------- /lib_etps/segengine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/segengine.cpp -------------------------------------------------------------------------------- /lib_etps/segengine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/segengine.h -------------------------------------------------------------------------------- /lib_etps/smemoryxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/smemoryxx.h -------------------------------------------------------------------------------- /lib_etps/spixel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/spixel.cpp -------------------------------------------------------------------------------- /lib_etps/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/stdafx.cpp -------------------------------------------------------------------------------- /lib_etps/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/stdafx.h -------------------------------------------------------------------------------- /lib_etps/structures.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/structures.cpp -------------------------------------------------------------------------------- /lib_etps/structures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/structures.h -------------------------------------------------------------------------------- /lib_etps/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/targetver.h -------------------------------------------------------------------------------- /lib_etps/tinydir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/tinydir.h -------------------------------------------------------------------------------- /lib_etps/tsdeque.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/tsdeque.h -------------------------------------------------------------------------------- /lib_etps/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/utils.cpp -------------------------------------------------------------------------------- /lib_etps/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_etps/utils.h -------------------------------------------------------------------------------- /lib_eval/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/CMakeLists.txt -------------------------------------------------------------------------------- /lib_eval/depth_tools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/depth_tools.cpp -------------------------------------------------------------------------------- /lib_eval/depth_tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/depth_tools.h -------------------------------------------------------------------------------- /lib_eval/evaluation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/evaluation.cpp -------------------------------------------------------------------------------- /lib_eval/evaluation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/evaluation.h -------------------------------------------------------------------------------- /lib_eval/evaluation_summary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/evaluation_summary.h -------------------------------------------------------------------------------- /lib_eval/io_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/io_util.cpp -------------------------------------------------------------------------------- /lib_eval/io_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/io_util.h -------------------------------------------------------------------------------- /lib_eval/robustness_tool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/robustness_tool.cpp -------------------------------------------------------------------------------- /lib_eval/robustness_tool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/robustness_tool.h -------------------------------------------------------------------------------- /lib_eval/superpixel_tools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/superpixel_tools.cpp -------------------------------------------------------------------------------- /lib_eval/superpixel_tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/superpixel_tools.h -------------------------------------------------------------------------------- /lib_eval/transformation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/transformation.cpp -------------------------------------------------------------------------------- /lib_eval/transformation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/transformation.h -------------------------------------------------------------------------------- /lib_eval/visualization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/visualization.cpp -------------------------------------------------------------------------------- /lib_eval/visualization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_eval/visualization.h -------------------------------------------------------------------------------- /lib_fh/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/LICENSE.md -------------------------------------------------------------------------------- /lib_fh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/README.md -------------------------------------------------------------------------------- /lib_fh/convolve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/convolve.h -------------------------------------------------------------------------------- /lib_fh/disjoint-set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/disjoint-set.h -------------------------------------------------------------------------------- /lib_fh/fh_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/fh_opencv.h -------------------------------------------------------------------------------- /lib_fh/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/filter.h -------------------------------------------------------------------------------- /lib_fh/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/image.h -------------------------------------------------------------------------------- /lib_fh/imconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/imconv.h -------------------------------------------------------------------------------- /lib_fh/imutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/imutil.h -------------------------------------------------------------------------------- /lib_fh/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/misc.h -------------------------------------------------------------------------------- /lib_fh/segment-graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/segment-graph.h -------------------------------------------------------------------------------- /lib_fh/segment-image-labels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/segment-image-labels.h -------------------------------------------------------------------------------- /lib_fh/segment-image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_fh/segment-image.h -------------------------------------------------------------------------------- /lib_lsc/DoSuperpixel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/DoSuperpixel.h -------------------------------------------------------------------------------- /lib_lsc/EnforceConnectivity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/EnforceConnectivity.h -------------------------------------------------------------------------------- /lib_lsc/Initialize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/Initialize.h -------------------------------------------------------------------------------- /lib_lsc/LSC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/LSC.h -------------------------------------------------------------------------------- /lib_lsc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/README.md -------------------------------------------------------------------------------- /lib_lsc/Seeds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/Seeds.h -------------------------------------------------------------------------------- /lib_lsc/countSuperpixel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/countSuperpixel.h -------------------------------------------------------------------------------- /lib_lsc/lsc_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/lsc_opencv.h -------------------------------------------------------------------------------- /lib_lsc/myrgb2lab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/myrgb2lab.h -------------------------------------------------------------------------------- /lib_lsc/point.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_lsc/point.h -------------------------------------------------------------------------------- /lib_mss/imagereconstruct.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_mss/imagereconstruct.hpp -------------------------------------------------------------------------------- /lib_mss/mss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_mss/mss.h -------------------------------------------------------------------------------- /lib_mss/mss_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_mss/mss_opencv.h -------------------------------------------------------------------------------- /lib_nc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/README.md -------------------------------------------------------------------------------- /lib_nc/clusterLocations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/clusterLocations.m -------------------------------------------------------------------------------- /lib_nc/cncut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/cncut.m -------------------------------------------------------------------------------- /lib_nc/computeW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/computeW.m -------------------------------------------------------------------------------- /lib_nc/csparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/csparse.c -------------------------------------------------------------------------------- /lib_nc/csparse.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/csparse.mexa64 -------------------------------------------------------------------------------- /lib_nc/dist2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/dist2.m -------------------------------------------------------------------------------- /lib_nc/doog1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/doog1.m -------------------------------------------------------------------------------- /lib_nc/fft_filt_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/fft_filt_2.m -------------------------------------------------------------------------------- /lib_nc/gaussian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/gaussian.m -------------------------------------------------------------------------------- /lib_nc/getbinsol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/getbinsol.m -------------------------------------------------------------------------------- /lib_nc/ic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/ic.c -------------------------------------------------------------------------------- /lib_nc/ic.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/ic.mexa64 -------------------------------------------------------------------------------- /lib_nc/imnb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/imnb.c -------------------------------------------------------------------------------- /lib_nc/imnb.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/imnb.mexa64 -------------------------------------------------------------------------------- /lib_nc/imncut_sp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/imncut_sp.m -------------------------------------------------------------------------------- /lib_nc/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/make.m -------------------------------------------------------------------------------- /lib_nc/make_filterbank_odd2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/make_filterbank_odd2.m -------------------------------------------------------------------------------- /lib_nc/parmatV.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/parmatV.c -------------------------------------------------------------------------------- /lib_nc/parmatV.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/parmatV.mexa64 -------------------------------------------------------------------------------- /lib_nc/pbThicken.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/pbThicken.m -------------------------------------------------------------------------------- /lib_nc/pbWrapper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/pbWrapper.m -------------------------------------------------------------------------------- /lib_nc/segImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/segImage.m -------------------------------------------------------------------------------- /lib_nc/spmd1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/spmd1.c -------------------------------------------------------------------------------- /lib_nc/spmd1.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_nc/spmd1.mexa64 -------------------------------------------------------------------------------- /lib_pb/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/CMakeLists.txt -------------------------------------------------------------------------------- /lib_pb/Elimination+SSE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/Elimination+SSE.h -------------------------------------------------------------------------------- /lib_pb/Elimination+SSE.txx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/Elimination+SSE.txx -------------------------------------------------------------------------------- /lib_pb/Elimination.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/Elimination.cc -------------------------------------------------------------------------------- /lib_pb/Elimination.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/Elimination.h -------------------------------------------------------------------------------- /lib_pb/Elimination.txx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/Elimination.txx -------------------------------------------------------------------------------- /lib_pb/Elimination_dcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/Elimination_dcl.h -------------------------------------------------------------------------------- /lib_pb/LazyElimination.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/LazyElimination.cc -------------------------------------------------------------------------------- /lib_pb/LazyElimination.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/LazyElimination.h -------------------------------------------------------------------------------- /lib_pb/LazyElimination.txx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/LazyElimination.txx -------------------------------------------------------------------------------- /lib_pb/LazyElimination_dcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/LazyElimination_dcl.h -------------------------------------------------------------------------------- /lib_pb/MAXFLOW.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/MAXFLOW.TXT -------------------------------------------------------------------------------- /lib_pb/QPBO_Elim.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/QPBO_Elim.cc -------------------------------------------------------------------------------- /lib_pb/QPBO_Elim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/QPBO_Elim.h -------------------------------------------------------------------------------- /lib_pb/QPBO_Elim_dcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/QPBO_Elim_dcl.h -------------------------------------------------------------------------------- /lib_pb/QPBO_Generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/QPBO_Generic.h -------------------------------------------------------------------------------- /lib_pb/QPBO_LazyElim.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/QPBO_LazyElim.cc -------------------------------------------------------------------------------- /lib_pb/QPBO_LazyElim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/QPBO_LazyElim.h -------------------------------------------------------------------------------- /lib_pb/QPBO_MaxFlow.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/QPBO_MaxFlow.cc -------------------------------------------------------------------------------- /lib_pb/QPBO_MaxFlow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/QPBO_MaxFlow.h -------------------------------------------------------------------------------- /lib_pb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/README.md -------------------------------------------------------------------------------- /lib_pb/block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/block.h -------------------------------------------------------------------------------- /lib_pb/energy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/energy.h -------------------------------------------------------------------------------- /lib_pb/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/graph.h -------------------------------------------------------------------------------- /lib_pb/graph.txx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/graph.txx -------------------------------------------------------------------------------- /lib_pb/instances.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/instances.cxx -------------------------------------------------------------------------------- /lib_pb/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/matrix.h -------------------------------------------------------------------------------- /lib_pb/maxflow.txx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/maxflow.txx -------------------------------------------------------------------------------- /lib_pb/pb_opencv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/pb_opencv.cpp -------------------------------------------------------------------------------- /lib_pb/pb_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pb/pb_opencv.h -------------------------------------------------------------------------------- /lib_pbedges/Detectors/det2MM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/det2MM.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/detBG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/detBG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/detCG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/detCG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/detGM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/detGM.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/detTG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/detTG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/dohyst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/dohyst.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/evalBG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/evalBG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/evalCG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/evalCG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/evalTG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/evalTG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/nonmax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/nonmax.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pb2MM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pb2MM.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pb2MM2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pb2MM2.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pbBG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pbBG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pbBGTG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pbBGTG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pbCG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pbCG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pbCGTG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pbCGTG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pbGM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pbGM.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pbGM2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pbGM2.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/pbTG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/pbTG.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/plotem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/plotem.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/test.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/tmp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/tmp.m -------------------------------------------------------------------------------- /lib_pbedges/Detectors/viewem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Detectors/viewem.m -------------------------------------------------------------------------------- /lib_pbedges/Filters/csFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Filters/csFilter.m -------------------------------------------------------------------------------- /lib_pbedges/Filters/fbCreate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Filters/fbCreate.m -------------------------------------------------------------------------------- /lib_pbedges/Filters/fbRun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Filters/fbRun.m -------------------------------------------------------------------------------- /lib_pbedges/Filters/oeFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Filters/oeFilter.m -------------------------------------------------------------------------------- /lib_pbedges/Gradients/cgmo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Gradients/cgmo.m -------------------------------------------------------------------------------- /lib_pbedges/Gradients/cgso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Gradients/cgso.m -------------------------------------------------------------------------------- /lib_pbedges/Gradients/savgol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Gradients/savgol.m -------------------------------------------------------------------------------- /lib_pbedges/Gradients/tgmo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Gradients/tgmo.m -------------------------------------------------------------------------------- /lib_pbedges/Gradients/tgmo2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Gradients/tgmo2.m -------------------------------------------------------------------------------- /lib_pbedges/Gradients/tgso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Gradients/tgso.m -------------------------------------------------------------------------------- /lib_pbedges/Gradients/tgso2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Gradients/tgso2.m -------------------------------------------------------------------------------- /lib_pbedges/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/README.md -------------------------------------------------------------------------------- /lib_pbedges/Textons/scratch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Textons/scratch.m -------------------------------------------------------------------------------- /lib_pbedges/Textons/unitex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Textons/unitex.m -------------------------------------------------------------------------------- /lib_pbedges/Util/RGB2Lab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Util/RGB2Lab.m -------------------------------------------------------------------------------- /lib_pbedges/Util/distSqr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Util/distSqr.m -------------------------------------------------------------------------------- /lib_pbedges/Util/padReflect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pbedges/Util/padReflect.m -------------------------------------------------------------------------------- /lib_pf/ImageComponent.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/ImageComponent.java -------------------------------------------------------------------------------- /lib_pf/ImageLocation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/ImageLocation.java -------------------------------------------------------------------------------- /lib_pf/ImageUtils$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/ImageUtils$1.class -------------------------------------------------------------------------------- /lib_pf/ImageUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/ImageUtils.java -------------------------------------------------------------------------------- /lib_pf/Manifest.txt: -------------------------------------------------------------------------------- 1 | Main-Class: PathFinder 2 | -------------------------------------------------------------------------------- /lib_pf/PathFinder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/PathFinder.java -------------------------------------------------------------------------------- /lib_pf/RegionFiller.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/RegionFiller.java -------------------------------------------------------------------------------- /lib_pf/SeedLocation2D.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/SeedLocation2D.java -------------------------------------------------------------------------------- /lib_pf/VerticalPathFinder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/VerticalPathFinder.java -------------------------------------------------------------------------------- /lib_pf/make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_pf/make.sh -------------------------------------------------------------------------------- /lib_poise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_poise/README.md -------------------------------------------------------------------------------- /lib_poise/boosting/normalize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_poise/boosting/normalize.m -------------------------------------------------------------------------------- /lib_poise/gen_sp_feats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_poise/gen_sp_feats.m -------------------------------------------------------------------------------- /lib_poise/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_poise/make.m -------------------------------------------------------------------------------- /lib_poise/merge_superpix_mex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_poise/merge_superpix_mex.m -------------------------------------------------------------------------------- /lib_poise/prctile_feats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_poise/prctile_feats.cpp -------------------------------------------------------------------------------- /lib_poise/prctile_feats.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_poise/prctile_feats.mexa64 -------------------------------------------------------------------------------- /lib_poise/regtreeEval.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_poise/regtreeEval.mexa64 -------------------------------------------------------------------------------- /lib_preslic/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_preslic/CMakeLists.txt -------------------------------------------------------------------------------- /lib_preslic/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_preslic/LICENSE.md -------------------------------------------------------------------------------- /lib_preslic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_preslic/README.md -------------------------------------------------------------------------------- /lib_preslic/preemptiveSLIC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_preslic/preemptiveSLIC.cpp -------------------------------------------------------------------------------- /lib_preslic/preemptiveSLIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_preslic/preemptiveSLIC.h -------------------------------------------------------------------------------- /lib_qs/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/LICENSE.md -------------------------------------------------------------------------------- /lib_qs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/README.md -------------------------------------------------------------------------------- /lib_qs/array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/array.c -------------------------------------------------------------------------------- /lib_qs/array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/array.h -------------------------------------------------------------------------------- /lib_qs/float.th: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/float.th -------------------------------------------------------------------------------- /lib_qs/generic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/generic.c -------------------------------------------------------------------------------- /lib_qs/generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/generic.h -------------------------------------------------------------------------------- /lib_qs/host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/host.c -------------------------------------------------------------------------------- /lib_qs/host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/host.h -------------------------------------------------------------------------------- /lib_qs/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/make.m -------------------------------------------------------------------------------- /lib_qs/mathop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/mathop.c -------------------------------------------------------------------------------- /lib_qs/mathop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/mathop.h -------------------------------------------------------------------------------- /lib_qs/mathop_avx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/mathop_avx.c -------------------------------------------------------------------------------- /lib_qs/mathop_avx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/mathop_avx.h -------------------------------------------------------------------------------- /lib_qs/mathop_sse2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/mathop_sse2.c -------------------------------------------------------------------------------- /lib_qs/mathop_sse2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/mathop_sse2.h -------------------------------------------------------------------------------- /lib_qs/mexutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/mexutils.h -------------------------------------------------------------------------------- /lib_qs/quickshift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/quickshift.c -------------------------------------------------------------------------------- /lib_qs/quickshift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/quickshift.h -------------------------------------------------------------------------------- /lib_qs/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/random.c -------------------------------------------------------------------------------- /lib_qs/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/random.h -------------------------------------------------------------------------------- /lib_qs/stringop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/stringop.c -------------------------------------------------------------------------------- /lib_qs/stringop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/stringop.h -------------------------------------------------------------------------------- /lib_qs/vl_binsearch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_binsearch.m -------------------------------------------------------------------------------- /lib_qs/vl_binsum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_binsum.c -------------------------------------------------------------------------------- /lib_qs/vl_binsum.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_binsum.def -------------------------------------------------------------------------------- /lib_qs/vl_flatmap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_flatmap.m -------------------------------------------------------------------------------- /lib_qs/vl_imseg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_imseg.m -------------------------------------------------------------------------------- /lib_qs/vl_quickseg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_quickseg.m -------------------------------------------------------------------------------- /lib_qs/vl_quickshift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_quickshift.c -------------------------------------------------------------------------------- /lib_qs/vl_quickshift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_quickshift.m -------------------------------------------------------------------------------- /lib_qs/vl_quickvis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_quickvis.m -------------------------------------------------------------------------------- /lib_qs/vl_rgb2xyz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_rgb2xyz.m -------------------------------------------------------------------------------- /lib_qs/vl_xyz2lab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_qs/vl_xyz2lab.m -------------------------------------------------------------------------------- /lib_rw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_rw/README.md -------------------------------------------------------------------------------- /lib_rw/random_walker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_rw/random_walker.m -------------------------------------------------------------------------------- /lib_seaw/EAW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/EAW.m -------------------------------------------------------------------------------- /lib_seaw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/README.md -------------------------------------------------------------------------------- /lib_seaw/eaw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/eaw.cpp -------------------------------------------------------------------------------- /lib_seaw/eaw.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/eaw.mexa64 -------------------------------------------------------------------------------- /lib_seaw/eaw_imp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/eaw_imp.h -------------------------------------------------------------------------------- /lib_seaw/eaw_superpixels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/eaw_superpixels.m -------------------------------------------------------------------------------- /lib_seaw/eaw_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/eaw_test.m -------------------------------------------------------------------------------- /lib_seaw/gEAW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/gEAW.m -------------------------------------------------------------------------------- /lib_seaw/geaw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/geaw.cpp -------------------------------------------------------------------------------- /lib_seaw/geaw.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/geaw.mexa64 -------------------------------------------------------------------------------- /lib_seaw/iEAW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/iEAW.m -------------------------------------------------------------------------------- /lib_seaw/ieaw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/ieaw.cpp -------------------------------------------------------------------------------- /lib_seaw/ieaw.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/ieaw.mexa64 -------------------------------------------------------------------------------- /lib_seaw/igEAW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/igEAW.m -------------------------------------------------------------------------------- /lib_seaw/igeaw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/igeaw.cpp -------------------------------------------------------------------------------- /lib_seaw/igeaw.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/igeaw.mexa64 -------------------------------------------------------------------------------- /lib_seaw/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/make.m -------------------------------------------------------------------------------- /lib_seaw/makefile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/makefile.m -------------------------------------------------------------------------------- /lib_seaw/progressbar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seaw/progressbar.m -------------------------------------------------------------------------------- /lib_seeds/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seeds/CMakeLists.txt -------------------------------------------------------------------------------- /lib_seeds/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seeds/LICENSE.md -------------------------------------------------------------------------------- /lib_seeds/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seeds/README.md -------------------------------------------------------------------------------- /lib_seeds/seeds2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seeds/seeds2.cpp -------------------------------------------------------------------------------- /lib_seeds/seeds2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_seeds/seeds2.h -------------------------------------------------------------------------------- /lib_sfedges/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/LICENSE.md -------------------------------------------------------------------------------- /lib_sfedges/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/README.md -------------------------------------------------------------------------------- /lib_sfedges/boxesData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/boxesData.m -------------------------------------------------------------------------------- /lib_sfedges/boxesEval.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/boxesEval.m -------------------------------------------------------------------------------- /lib_sfedges/edgeBoxes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgeBoxes.m -------------------------------------------------------------------------------- /lib_sfedges/edgeBoxesDemo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgeBoxesDemo.m -------------------------------------------------------------------------------- /lib_sfedges/edgeBoxesSweeps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgeBoxesSweeps.m -------------------------------------------------------------------------------- /lib_sfedges/edgesChns.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesChns.m -------------------------------------------------------------------------------- /lib_sfedges/edgesDemo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesDemo.m -------------------------------------------------------------------------------- /lib_sfedges/edgesDemoRgbd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesDemoRgbd.m -------------------------------------------------------------------------------- /lib_sfedges/edgesDetect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesDetect.m -------------------------------------------------------------------------------- /lib_sfedges/edgesEval.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesEval.m -------------------------------------------------------------------------------- /lib_sfedges/edgesEvalDir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesEvalDir.m -------------------------------------------------------------------------------- /lib_sfedges/edgesEvalImg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesEvalImg.m -------------------------------------------------------------------------------- /lib_sfedges/edgesEvalPlot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesEvalPlot.m -------------------------------------------------------------------------------- /lib_sfedges/edgesSweeps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesSweeps.m -------------------------------------------------------------------------------- /lib_sfedges/edgesTrain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/edgesTrain.m -------------------------------------------------------------------------------- /lib_sfedges/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/make.m -------------------------------------------------------------------------------- /lib_sfedges/spAffinities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/spAffinities.m -------------------------------------------------------------------------------- /lib_sfedges/spDemo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/spDemo.m -------------------------------------------------------------------------------- /lib_sfedges/spDetect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_sfedges/spDetect.m -------------------------------------------------------------------------------- /lib_sfedges/toolbox/README.md: -------------------------------------------------------------------------------- 1 | http://vision.ucsd.edu/~pdollar/toolbox/doc/ 2 | -------------------------------------------------------------------------------- /lib_slic/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_slic/CMakeLists.txt -------------------------------------------------------------------------------- /lib_slic/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_slic/LICENSE.md -------------------------------------------------------------------------------- /lib_slic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_slic/README.md -------------------------------------------------------------------------------- /lib_slic/SLIC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_slic/SLIC.cpp -------------------------------------------------------------------------------- /lib_slic/SLIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_slic/SLIC.h -------------------------------------------------------------------------------- /lib_slic/slic_opencv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_slic/slic_opencv.cpp -------------------------------------------------------------------------------- /lib_slic/slic_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_slic/slic_opencv.h -------------------------------------------------------------------------------- /lib_tools/bsds500_convert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/bsds500_convert.m -------------------------------------------------------------------------------- /lib_tools/bsds500_relabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/bsds500_relabel.m -------------------------------------------------------------------------------- /lib_tools/fash_imdecode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/fash_imdecode.m -------------------------------------------------------------------------------- /lib_tools/fash_make_subsets.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/fash_make_subsets.m -------------------------------------------------------------------------------- /lib_tools/im_pb_edges.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/im_pb_edges.m -------------------------------------------------------------------------------- /lib_tools/im_sf_edges.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/im_sf_edges.m -------------------------------------------------------------------------------- /lib_tools/im_statistics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/im_statistics.m -------------------------------------------------------------------------------- /lib_tools/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/make.m -------------------------------------------------------------------------------- /lib_tools/nyuv2_convert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/nyuv2_convert.m -------------------------------------------------------------------------------- /lib_tools/nyuv2_crop_images.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/nyuv2_crop_images.m -------------------------------------------------------------------------------- /lib_tools/nyuv2_find_border.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/nyuv2_find_border.m -------------------------------------------------------------------------------- /lib_tools/nyuv2_mediannan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/nyuv2_mediannan.m -------------------------------------------------------------------------------- /lib_tools/nyuv2_relabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/nyuv2_relabel.m -------------------------------------------------------------------------------- /lib_tools/nyuv2_seg2bdry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/nyuv2_seg2bdry.m -------------------------------------------------------------------------------- /lib_tools/sbd_convert.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sbd_convert.m -------------------------------------------------------------------------------- /lib_tools/sbd_convert_script.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sbd_convert_script.m -------------------------------------------------------------------------------- /lib_tools/sbd_make_subsets.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sbd_make_subsets.m -------------------------------------------------------------------------------- /lib_tools/sp_check_connected.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sp_check_connected.m -------------------------------------------------------------------------------- /lib_tools/sp_contours.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sp_contours.m -------------------------------------------------------------------------------- /lib_tools/sp_count.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sp_count.m -------------------------------------------------------------------------------- /lib_tools/sp_random.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sp_random.m -------------------------------------------------------------------------------- /lib_tools/sp_relabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sp_relabel.m -------------------------------------------------------------------------------- /lib_tools/sunrgbd_copy_depth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sunrgbd_copy_depth.m -------------------------------------------------------------------------------- /lib_tools/sunrgbd_mediannan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tools/sunrgbd_mediannan.m -------------------------------------------------------------------------------- /lib_tp/DT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/DT.c -------------------------------------------------------------------------------- /lib_tp/DT.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/DT.mexa64 -------------------------------------------------------------------------------- /lib_tp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/README.md -------------------------------------------------------------------------------- /lib_tp/clip.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/clip.m -------------------------------------------------------------------------------- /lib_tp/convolve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/convolve.c -------------------------------------------------------------------------------- /lib_tp/convolve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/convolve.h -------------------------------------------------------------------------------- /lib_tp/corrDn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/corrDn.c -------------------------------------------------------------------------------- /lib_tp/corrDn.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/corrDn.mexa64 -------------------------------------------------------------------------------- /lib_tp/demo_superpixels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/demo_superpixels.m -------------------------------------------------------------------------------- /lib_tp/display_contour.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/display_contour.m -------------------------------------------------------------------------------- /lib_tp/display_logical.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/display_logical.m -------------------------------------------------------------------------------- /lib_tp/edges.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/edges.c -------------------------------------------------------------------------------- /lib_tp/get_full_speed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/get_full_speed.c -------------------------------------------------------------------------------- /lib_tp/get_full_speed.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/get_full_speed.mexa64 -------------------------------------------------------------------------------- /lib_tp/get_initial_seeds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/get_initial_seeds.m -------------------------------------------------------------------------------- /lib_tp/hasToRecomputeBand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/hasToRecomputeBand.m -------------------------------------------------------------------------------- /lib_tp/height_function_der.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/height_function_der.c -------------------------------------------------------------------------------- /lib_tp/height_function_grad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/height_function_grad.c -------------------------------------------------------------------------------- /lib_tp/local_min.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/local_min.c -------------------------------------------------------------------------------- /lib_tp/local_min.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/local_min.mexa64 -------------------------------------------------------------------------------- /lib_tp/lsmlib/FMM_Core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/lsmlib/FMM_Core.c -------------------------------------------------------------------------------- /lib_tp/lsmlib/FMM_Core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/lsmlib/FMM_Core.h -------------------------------------------------------------------------------- /lib_tp/lsmlib/FMM_Heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/lsmlib/FMM_Heap.c -------------------------------------------------------------------------------- /lib_tp/lsmlib/FMM_Heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/lsmlib/FMM_Heap.h -------------------------------------------------------------------------------- /lib_tp/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/make.m -------------------------------------------------------------------------------- /lib_tp/superpixels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/superpixels.m -------------------------------------------------------------------------------- /lib_tp/upConv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/upConv.c -------------------------------------------------------------------------------- /lib_tp/upConv.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/upConv.mexa64 -------------------------------------------------------------------------------- /lib_tp/wrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/wrap.c -------------------------------------------------------------------------------- /lib_tp/zero_crossing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/zero_crossing.c -------------------------------------------------------------------------------- /lib_tp/zero_crossing.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tp/zero_crossing.mexa64 -------------------------------------------------------------------------------- /lib_tps/Get_Regular_SP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tps/Get_Regular_SP.m -------------------------------------------------------------------------------- /lib_tps/Get_Regular_SP_alt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tps/Get_Regular_SP_alt.m -------------------------------------------------------------------------------- /lib_tps/Get_path_of_region.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tps/Get_path_of_region.m -------------------------------------------------------------------------------- /lib_tps/Get_region_label.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tps/Get_region_label.m -------------------------------------------------------------------------------- /lib_tps/Refined_seed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_tps/Refined_seed.m -------------------------------------------------------------------------------- /lib_vc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vc/README.md -------------------------------------------------------------------------------- /lib_vc/VCells.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vc/VCells.h -------------------------------------------------------------------------------- /lib_vc/vc_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vc/vc_opencv.h -------------------------------------------------------------------------------- /lib_vccs/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vccs/CMakeLists.txt -------------------------------------------------------------------------------- /lib_vccs/vccs_opencv_pcl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vccs/vccs_opencv_pcl.cpp -------------------------------------------------------------------------------- /lib_vccs/vccs_opencv_pcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vccs/vccs_opencv_pcl.h -------------------------------------------------------------------------------- /lib_vlslic/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/CMakeLists.txt -------------------------------------------------------------------------------- /lib_vlslic/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/LICENSE.md -------------------------------------------------------------------------------- /lib_vlslic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/README.md -------------------------------------------------------------------------------- /lib_vlslic/float.th: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/float.th -------------------------------------------------------------------------------- /lib_vlslic/generic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/generic.c -------------------------------------------------------------------------------- /lib_vlslic/generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/generic.h -------------------------------------------------------------------------------- /lib_vlslic/host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/host.c -------------------------------------------------------------------------------- /lib_vlslic/host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/host.h -------------------------------------------------------------------------------- /lib_vlslic/mathop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/mathop.c -------------------------------------------------------------------------------- /lib_vlslic/mathop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/mathop.h -------------------------------------------------------------------------------- /lib_vlslic/mathop_avx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/mathop_avx.c -------------------------------------------------------------------------------- /lib_vlslic/mathop_avx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/mathop_avx.h -------------------------------------------------------------------------------- /lib_vlslic/mathop_sse2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/mathop_sse2.c -------------------------------------------------------------------------------- /lib_vlslic/mathop_sse2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/mathop_sse2.h -------------------------------------------------------------------------------- /lib_vlslic/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/random.c -------------------------------------------------------------------------------- /lib_vlslic/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/random.h -------------------------------------------------------------------------------- /lib_vlslic/slic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/slic.c -------------------------------------------------------------------------------- /lib_vlslic/slic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/slic.h -------------------------------------------------------------------------------- /lib_vlslic/vlslic_opencv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_vlslic/vlslic_opencv.h -------------------------------------------------------------------------------- /lib_wp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lib_wp/README.md -------------------------------------------------------------------------------- /lsc_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lsc_cli/CMakeLists.txt -------------------------------------------------------------------------------- /lsc_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/lsc_cli/main.cpp -------------------------------------------------------------------------------- /make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/make.m -------------------------------------------------------------------------------- /mss_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/mss_cli/CMakeLists.txt -------------------------------------------------------------------------------- /mss_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/mss_cli/main.cpp -------------------------------------------------------------------------------- /nc_cli/nc_cli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/nc_cli/nc_cli.m -------------------------------------------------------------------------------- /nc_cli/nc_dispatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/nc_cli/nc_dispatcher.m -------------------------------------------------------------------------------- /nc_cli/nc_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/nc_cli/nc_dispatcher.sh -------------------------------------------------------------------------------- /pb_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/pb_cli/CMakeLists.txt -------------------------------------------------------------------------------- /pb_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/pb_cli/main.cpp -------------------------------------------------------------------------------- /pf_cli/pf_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/pf_cli/pf_dispatcher.sh -------------------------------------------------------------------------------- /poise_cli/poise_cli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/poise_cli/poise_cli.m -------------------------------------------------------------------------------- /poise_cli/poise_dispatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/poise_cli/poise_dispatcher.m -------------------------------------------------------------------------------- /poise_cli/poise_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/poise_cli/poise_dispatcher.sh -------------------------------------------------------------------------------- /preslic_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/preslic_cli/CMakeLists.txt -------------------------------------------------------------------------------- /preslic_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/preslic_cli/main.cpp -------------------------------------------------------------------------------- /qs_cli/qs_cli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/qs_cli/qs_cli.m -------------------------------------------------------------------------------- /qs_cli/qs_dispatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/qs_cli/qs_dispatcher.m -------------------------------------------------------------------------------- /qs_cli/qs_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/qs_cli/qs_dispatcher.sh -------------------------------------------------------------------------------- /refh_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/refh_cli/CMakeLists.txt -------------------------------------------------------------------------------- /refh_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/refh_cli/main.cpp -------------------------------------------------------------------------------- /reseeds_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/reseeds_cli/CMakeLists.txt -------------------------------------------------------------------------------- /reseeds_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/reseeds_cli/main.cpp -------------------------------------------------------------------------------- /rw_cli/rw_cli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/rw_cli/rw_cli.m -------------------------------------------------------------------------------- /rw_cli/rw_dispatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/rw_cli/rw_dispatcher.m -------------------------------------------------------------------------------- /rw_cli/rw_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/rw_cli/rw_dispatcher.sh -------------------------------------------------------------------------------- /seaw_cli/seaw_cli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/seaw_cli/seaw_cli.m -------------------------------------------------------------------------------- /seaw_cli/seaw_dispatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/seaw_cli/seaw_dispatcher.m -------------------------------------------------------------------------------- /seaw_cli/seaw_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/seaw_cli/seaw_dispatcher.sh -------------------------------------------------------------------------------- /seeds_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/seeds_cli/CMakeLists.txt -------------------------------------------------------------------------------- /seeds_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/seeds_cli/main.cpp -------------------------------------------------------------------------------- /slic_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/slic_cli/CMakeLists.txt -------------------------------------------------------------------------------- /slic_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/slic_cli/main.cpp -------------------------------------------------------------------------------- /tp_cli/tp_cli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/tp_cli/tp_cli.m -------------------------------------------------------------------------------- /tp_cli/tp_dispatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/tp_cli/tp_dispatcher.m -------------------------------------------------------------------------------- /tp_cli/tp_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/tp_cli/tp_dispatcher.sh -------------------------------------------------------------------------------- /tps_cli/tps_cli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/tps_cli/tps_cli.m -------------------------------------------------------------------------------- /tps_cli/tps_dispatcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/tps_cli/tps_dispatcher.m -------------------------------------------------------------------------------- /tps_cli/tps_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/tps_cli/tps_dispatcher.sh -------------------------------------------------------------------------------- /vc_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/vc_cli/CMakeLists.txt -------------------------------------------------------------------------------- /vc_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/vc_cli/main.cpp -------------------------------------------------------------------------------- /vccs_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/vccs_cli/CMakeLists.txt -------------------------------------------------------------------------------- /vccs_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/vccs_cli/main.cpp -------------------------------------------------------------------------------- /vlslic_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/vlslic_cli/CMakeLists.txt -------------------------------------------------------------------------------- /vlslic_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/vlslic_cli/main.cpp -------------------------------------------------------------------------------- /w_cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/w_cli/CMakeLists.txt -------------------------------------------------------------------------------- /w_cli/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/w_cli/main.cpp -------------------------------------------------------------------------------- /wp_cli/wp_dispatcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidstutz/superpixel-benchmark/HEAD/wp_cli/wp_dispatcher.sh --------------------------------------------------------------------------------