diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml
index b852ad2f6..dc2b2531f 100644
--- a/docs/docs/imaging.xml
+++ b/docs/docs/imaging.xml
@@ -116,6 +116,8 @@
- equalize_histogram
- get_histogram
- spatially_filter_image
+ - separable_3x3_filter_block_grayscale
+ - separable_3x3_filter_block_rgb
- pyramid_down
- zero_border_pixels
@@ -824,6 +826,32 @@
+
+
+
+ separable_3x3_filter_block_grayscale
+ dlib/image_transforms.h
+ dlib/image_transforms/spatial_filtering_abstract.h
+
+ This routine filters part of an image with a user supplied 3x3 separable filter.
+ The output is a grayscale sub-image.
+
+
+
+
+
+
+
+ separable_3x3_filter_block_rgb
+ dlib/image_transforms.h
+ dlib/image_transforms/spatial_filtering_abstract.h
+
+ This routine filters part of an image with a user supplied 3x3 separable filter.
+ The output is a RGB sub-image.
+
+
+
+
diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml
index 0ce103850..ecb9ea741 100644
--- a/docs/docs/term_index.xml
+++ b/docs/docs/term_index.xml
@@ -951,6 +951,8 @@
+
+