├── README.md ├── applications ├── L1IntensitySegmentation2D.m ├── atlasProbabilityMapsRegularization3D.m ├── interactiveGraphCutSegmentation3D.m └── smoothManualSegmentations2D.m ├── compile.m ├── data ├── brain_1125.mat ├── brain_prob_MNI.mat └── natural_imgs.mat ├── license.md ├── maxflow ├── asetsBinaryMF2D.m ├── asetsBinaryMF2D_mex.c ├── asetsBinaryMF3D.m ├── asetsBinaryMF3D_mex.c ├── asetsDAGMF2D.m ├── asetsDAGMF3D.m ├── asetsHMF2D.m ├── asetsHMF3D.m ├── asetsIshikawa2D.m ├── asetsIshikawa2D_mex.c ├── asetsIshikawa3D.m ├── asetsIshikawa3D_mex.c ├── asetsPotts2D.m ├── asetsPotts2D_mex.c ├── asetsPotts2D_starShape.m ├── asetsPotts3D.m └── asetsPotts3D_mex.c ├── tests ├── runTestBinaryMF.m ├── runTestHMFLinearModel.m ├── runTestIshikawa.m └── runTestPotts.m ├── todo.txt └── tutorials ├── t01_graphCutSegmentation_binary.m ├── t02_graphCutSegmentation_potts.m └── t03_usingCUDA.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/README.md -------------------------------------------------------------------------------- /applications/L1IntensitySegmentation2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/applications/L1IntensitySegmentation2D.m -------------------------------------------------------------------------------- /applications/atlasProbabilityMapsRegularization3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/applications/atlasProbabilityMapsRegularization3D.m -------------------------------------------------------------------------------- /applications/interactiveGraphCutSegmentation3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/applications/interactiveGraphCutSegmentation3D.m -------------------------------------------------------------------------------- /applications/smoothManualSegmentations2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/applications/smoothManualSegmentations2D.m -------------------------------------------------------------------------------- /compile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/compile.m -------------------------------------------------------------------------------- /data/brain_1125.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/data/brain_1125.mat -------------------------------------------------------------------------------- /data/brain_prob_MNI.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/data/brain_prob_MNI.mat -------------------------------------------------------------------------------- /data/natural_imgs.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/data/natural_imgs.mat -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/license.md -------------------------------------------------------------------------------- /maxflow/asetsBinaryMF2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsBinaryMF2D.m -------------------------------------------------------------------------------- /maxflow/asetsBinaryMF2D_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsBinaryMF2D_mex.c -------------------------------------------------------------------------------- /maxflow/asetsBinaryMF3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsBinaryMF3D.m -------------------------------------------------------------------------------- /maxflow/asetsBinaryMF3D_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsBinaryMF3D_mex.c -------------------------------------------------------------------------------- /maxflow/asetsDAGMF2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsDAGMF2D.m -------------------------------------------------------------------------------- /maxflow/asetsDAGMF3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsDAGMF3D.m -------------------------------------------------------------------------------- /maxflow/asetsHMF2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsHMF2D.m -------------------------------------------------------------------------------- /maxflow/asetsHMF3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsHMF3D.m -------------------------------------------------------------------------------- /maxflow/asetsIshikawa2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsIshikawa2D.m -------------------------------------------------------------------------------- /maxflow/asetsIshikawa2D_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsIshikawa2D_mex.c -------------------------------------------------------------------------------- /maxflow/asetsIshikawa3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsIshikawa3D.m -------------------------------------------------------------------------------- /maxflow/asetsIshikawa3D_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsIshikawa3D_mex.c -------------------------------------------------------------------------------- /maxflow/asetsPotts2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsPotts2D.m -------------------------------------------------------------------------------- /maxflow/asetsPotts2D_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsPotts2D_mex.c -------------------------------------------------------------------------------- /maxflow/asetsPotts2D_starShape.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsPotts2D_starShape.m -------------------------------------------------------------------------------- /maxflow/asetsPotts3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsPotts3D.m -------------------------------------------------------------------------------- /maxflow/asetsPotts3D_mex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/maxflow/asetsPotts3D_mex.c -------------------------------------------------------------------------------- /tests/runTestBinaryMF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/tests/runTestBinaryMF.m -------------------------------------------------------------------------------- /tests/runTestHMFLinearModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/tests/runTestHMFLinearModel.m -------------------------------------------------------------------------------- /tests/runTestIshikawa.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/tests/runTestIshikawa.m -------------------------------------------------------------------------------- /tests/runTestPotts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/tests/runTestPotts.m -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/todo.txt -------------------------------------------------------------------------------- /tutorials/t01_graphCutSegmentation_binary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/tutorials/t01_graphCutSegmentation_binary.m -------------------------------------------------------------------------------- /tutorials/t02_graphCutSegmentation_potts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/tutorials/t02_graphCutSegmentation_potts.m -------------------------------------------------------------------------------- /tutorials/t03_usingCUDA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ASETS/asetsMatlabMaxFlow/HEAD/tutorials/t03_usingCUDA.m --------------------------------------------------------------------------------