![]()  | 
  
    OpenCV
    4.5.4
    
   Open Source Computer Vision 
   | 
 
#include <opencv2/core.hpp>Classes | |
| class | cv::ximgproc::SuperpixelSEEDS | 
| Class implementing the SEEDS (Superpixels Extracted via Energy-Driven Sampling) superpixels algorithm described in [257] .  More... | |
Namespaces | |
| cv | |
| "black box" representation of the file storage associated with a file on disk.  | |
| cv::ximgproc | |
Functions | |
| Ptr< SuperpixelSEEDS > | cv::ximgproc::createSuperpixelSEEDS (int image_width, int image_height, int image_channels, int num_superpixels, int num_levels, int prior=2, int histogram_bins=5, bool double_step=false) | 
| Initializes a SuperpixelSEEDS object.  More... | |
 1.8.13