Skip to content

Commit f1009e2

Browse files
committed
Fix dead link for hit or miss 2.4 documentation.
1 parent 9ff63a4 commit f1009e2

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)