forked from caomw/realtimesuperpixel
-
Notifications
You must be signed in to change notification settings - Fork 1
wenguanwang/Real-time-Superpixel-Segmentation-by-DBSCAN-Clustering-Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
% 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 %======================================================================
About
Real-time Superpixel Segmentation by DBSCAN Clustering Algorithm (TIP16)
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 88.8%
- MATLAB 11.2%