NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Namespaces | Functions
mitkOpenCVImageProcessing.h File Reference

Various simplish image processing functions. More...

Include dependency graph for mitkOpenCVImageProcessing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 

Detailed Description

Various simplish image processing functions.