From ff49869b241bbe09cafa101796c7bd8b4981b18a Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 13 Jul 2011 11:36:31 -0400 Subject: [PATCH] updated docs --- docs/docs/imaging.xml | 28 ++++++++++++++++++++++++++++ docs/docs/term_index.xml | 2 ++ 2 files changed, 30 insertions(+) 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 @@ + +