Skip to content

Commit 72becbb

Browse files
committed
Merge pull request opencv#7379 from catree:fix_hitmiss_doc_link_2.4
2 parents 36db16a + f1009e2 commit 72becbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/doc/filtering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ Morphological gradient:
12711271
12721272
\texttt{dst} = \mathrm{blackhat} ( \texttt{src} , \texttt{element} )= \mathrm{close} ( \texttt{src} , \texttt{element} )- \texttt{src}
12731273
1274-
"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/
1274+
"Hit and Miss": 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/
12751275

12761276
Any of the operations can be done in-place. In case of multi-channel images, each channel is processed independently.
12771277

0 commit comments

Comments
 (0)