Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
470c073f
Commit
470c073f
authored
Apr 10, 2017
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1114 from cbalint13:mslic
parents
63f6f18f
4d6723d9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
11 deletions
+20
-11
ximgproc.bib
modules/ximgproc/doc/ximgproc.bib
+13
-5
slic.hpp
modules/ximgproc/include/opencv2/ximgproc/slic.hpp
+1
-1
slic.cpp
modules/ximgproc/src/slic.cpp
+6
-5
No files found.
modules/ximgproc/doc/ximgproc.bib
View file @
470c073f
...
...
@@ -160,12 +160,20 @@
keywords = {Superpixels, segmentation, clustering, k-means}
}
@InProceedings{Liu_201
6_CVPR
,
@InProceedings{Liu_201
7_IEEE
,
author = {Liu, Yong-Jin and Yu, Cheng-Chi and Yu, Min-Jing and He, Ying},
title = {Manifold SLIC: A Fast Method to Compute Content-Sensitive Superpixels},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2016}
title = {Intrinsic Manifold SLIC: A Simple and Efficient Method for Computing Content-Sensitive Superpixels},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
issue_date = {March 2017},
volume = {PP},
month = {mar},
year = {2017},
issue = {99},
url = {https://doi.org/10.1109/TPAMI.2017.2686857},
doi = {10.1109/TPAMI.2017.2686857},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {Superpixels, segmentation, image manifold, centroidal Voronoi tessellation, geodesic distance}
}
@InProceedings{LiCVPR2015LSC,
...
...
modules/ximgproc/include/opencv2/ximgproc/slic.hpp
View file @
470c073f
...
...
@@ -72,7 +72,7 @@ extremely easy to use a lone parameter specifies the number of superpixels and t
the algorithm makes it very practical.
Several optimizations are available for SLIC class:
SLICO stands for "Zero parameter SLIC" and it is an optimization of baseline SLIC descibed in @cite Achanta2012.
MSLIC stands for "Manifold SLIC" and it is an optimization of baseline SLIC described in @cite Liu_201
6_CVPR
.
MSLIC stands for "Manifold SLIC" and it is an optimization of baseline SLIC described in @cite Liu_201
7_IEEE
.
*/
class
CV_EXPORTS_W
SuperpixelSLIC
:
public
Algorithm
...
...
modules/ximgproc/src/slic.cpp
View file @
470c073f
...
...
@@ -6,10 +6,10 @@
* email : Radhakrishna [dot] Achanta [at] epfl [dot] ch
* web : http://ivrl.epfl.ch/people/achanta
*
* MSLIC Copyright (c) 2016
* MSLIC Copyright (c) 2016
, 2017
* Yong-Jin Liu
* email : liuyongjin [at] tsinghua [dot] edu [dot] cn
* web : http://
cg.cs.tsinghua.edu.cn/people/~Yongjin/yongjin.htm
* web : http://
47.89.51.189/liuyj
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
...
...
@@ -49,10 +49,11 @@
Aurelien Lucchi, Pascal Fua, and Sabine Süsstrunk, EPFL Technical
Report no. 149300, June 2010.
"Manifold SLIC: A Fast Method to Compute Content-Sensitive Superpixels"
"Intrinsic Manifold SLIC: A Simple and Efficient Method for Computing
Content-Sensitive Superpixels"
Yong-Jin Liu, Cheng-Chi Yu, Min-Jing Yu, Ying He,
The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)
,
2016, pp. 651-65
9.
IEEE Transactions on Pattern Analysis and Machine Intelligence
,
March 2017, Issue 9
9.
OpenCV port by: Cristian Balint <cristian dot balint at gmail dot com>
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment