Skip to content
/ FSEG Public

Factorization based image segmentation algorithm

Notifications You must be signed in to change notification settings

yuanj07/FSEG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factorization-based segmentation algorithm

This software implements the factorization-based segmentation algorithm, which is described in

J. Yuan, D. L. Wang, and A. M. Cheriyadat. Factorization-based texture segmentation. IEEE Transactions on Image Processing, 2015.

A Python version is also available at here.

Initial setup

To run the code, you need Matlab with image processing tool box and mex is configured correctly (type mex -setup in the matlab prompt).

Usage

Run the following commands in the matlab prompt. This only needs to be done once.

mex SHcomp.c

mex SHedge_1s.c

Run demoFctSeg.m. This segments an aerial image.