|
LArOpenCV
1
|
#include <limits.h>#include <opencv2/imgproc/imgproc.hpp>#include "Core/larbys.h"#include "Utilities.h"Go to the source code of this file.
Namespaces | |
| larcv | |
| C++ namespace for developping LArTPC software interface to OpenCV based algorithm tools (LArOpenCV) | |
Macros | |
| #define | __IMAGECLUSTER_UTILITIES_CXX__ |
Functions | |
| ::cv::Rect | larcv::BoundingBox (const larcv::Contour_t &cluster) |
| ::cv::Mat | larcv::CreateSubMatRef (const larcv::Contour_t &cluster, cv::Mat &img) |
| ::cv::Mat | larcv::CreateSubMatCopy (const larcv::Contour_t &cluster, const cv::Mat &img) |
| #define __IMAGECLUSTER_UTILITIES_CXX__ |
Definition at line 2 of file Utilities.cxx.
1.8.4