THIS file contains what I've been toiling for. imagex_1_0and _1_1 is a project I developed for image segmentation using region grow and graph based seg and edge guided region merging,the user guide is included in each file. And WHAT i am proud of is
A hierarchical FSM library in C. You describe the FSM with C struct(with function pointers as members) and provide the callback implementations. The library implements state movement and message(event) dispatch mechanisms. ## Uasge Compile/link the