NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Namespaces | Functions
mitkOpenCVImageProcessing.cxx File Reference
Include dependency graph for mitkOpenCVImageProcessing.cxx:

Classes

class  mitk::in_mask
 

Namespaces

 mitk
 

Functions

cv::Point2d mitk::FindCrosshairCentre (const cv::Mat &image, const int &cannyLowThreshold, const int &cannyHighThreshold, const int &cannyKernel, const double &houghRho, const double &houghTheta, const int &houghThreshold, const int &houghLineLength, const int &houghLineGap, cv::vector< cv::Vec4i > &lines)
 finds the intersection of two lines in an image More...
 
unsigned int mitk::ApplyMask (std::vector< std::pair< cv::Point2d, cv::Point2d > > &pointPairs, const cv::Mat &maskImage, const unsigned int &maskValue, const bool &maskUsingFirst)
 Applies binary mask to a vector of point pairs. More...