% This is the matlab re-implementation code of the algorithm in the TIP16 paper. % You should compile the cpp file using visual studio 2008 or later version % -- mex DBscan_mex.cpp % Please run the demo code "demo_DBSCAN.m".
%====================================================================== % If you are using this code in your publication, % please cite our paper, Thanks.
%====================================================================== % J. Shen, X. Hao, Z. Liang, Y. Liu, W. Wang, and L. Shao, % Real-time Superpixel Segmentation by DBSCAN Clustering Algorithm, % IEEE Trans. on Image Processing, 25(12):5933-5942, 2016
%====================================================================== % Any further questions, please send email to: shenjianbing@bit.edu.cn or shenjianbingcg@gmail.com %======================================================================