首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > This is the source code to SEEDS superpixels

This is the source code to SEEDS superpixels

  • 资源大小:42.52 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab

资 源 简 介

This is the source code to SEEDS superpixelsThis is the source code to SEEDS superpixels, as described in M. Van den Bergh, X. Boix, G. Roig, B. de Capitani and L. Van Gool, "SEEDS: Superpixels Extracted via Energy-Driven Sampling", ECCV 2012. The SEEDS class is defined in seeds.h and seeds2.cpp. The method can be run on an RGB image (stored in an UINT* array) by using the following constructor, initialization and iteration methods:  SEEDS(int width, int height, int nr_channels, int nr_bins, int min_size);  void initialize(UINT* image, int seeds_w, int seeds_h, int nr_levels);  void iterate(); The initial size of the superpixels is independent from the image size, and defined by the following 3 parameters: , and . The first two define the minimum block size in the SEEDS algorithm. The defines the number of times this block size is doubled to

文 件 列 表

seeds
seeds2.h
README.txt
mexSEEDS.cpp
compile_mex.m
seeds2.cpp
CMakeLists.txt
mexSEEDS.mexa64
Makefile
LICENSE.txt
helper.h
build
bin
superpixel_test.cpp
VIP VIP
0.176905s