Merge pull request #7374 from catree:fix_hitmiss_doc_link

pull/7349/merge
Vadim Pisarevsky 8 years ago
commit 2e2ac54eca
  1. 2
      modules/imgproc/include/opencv2/imgproc.hpp

@ -246,7 +246,7 @@ enum MorphTypes{
MORPH_BLACKHAT = 6, //!< "black hat" MORPH_BLACKHAT = 6, //!< "black hat"
//!< \f[\texttt{dst} = \mathrm{blackhat} ( \texttt{src} , \texttt{element} )= \mathrm{close} ( \texttt{src} , \texttt{element} )- \texttt{src}\f] //!< \f[\texttt{dst} = \mathrm{blackhat} ( \texttt{src} , \texttt{element} )= \mathrm{close} ( \texttt{src} , \texttt{element} )- \texttt{src}\f]
MORPH_HITMISS = 7 //!< "hit and miss" MORPH_HITMISS = 7 //!< "hit and miss"
//!< .- Only supported for CV_8UC1 binary images. Tutorial can be found in [this page](http://opencv-code.com/tutorials/hit-or-miss-transform-in-opencv/) //!< .- Only supported for CV_8UC1 binary images. Tutorial can be found in [this page](https://web.archive.org/web/20160316070407/http://opencv-code.com/tutorials/hit-or-miss-transform-in-opencv/)
}; };
//! shape of the structuring element //! shape of the structuring element

Loading…
Cancel
Save