#include <pcl/segmentation/grabcut.h>
#include <cstdlib>
#include <cassert>
#include <vector>
#include <map>
#include <algorithm>
Go to the source code of this file.