dingkeyan93 / Active-Contour-Model-Matlab

Some matlab code of Active Contour Model for image segmentation
63 stars 20 forks source link

RSF in Matlab #3

Open foxtrotbaqir opened 1 year ago

foxtrotbaqir commented 1 year ago

Hi there,

I checked your matlab codes but i did not find RSF code in it. Can you guide me where it is?

Regards

anonno-02 commented 1 year ago

Hello.

Hope you are still here... Here is the file path of the RSF code. RSF V0 contains the main code of Chunming Li's paper "Minimization of Region-Scalable Fitting Energy for Image Segmentation", and RSF V0.1 contains an update of it.

https://github.com/dingkeyan93/Active-Contour-Model-Matlab/tree/5204e8a6e0b338981fae388e292630a3e58877dc/LBF%EF%BC%88Li%EF%BC%89

Hope this helps you...