diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml index dc2b2531f..7b0098073 100644 --- a/docs/docs/imaging.xml +++ b/docs/docs/imaging.xml @@ -119,6 +119,9 @@ separable_3x3_filter_block_grayscale separable_3x3_filter_block_rgb pyramid_down + pyramid_down_3_2 + pyramid_down_4_3 + pyramid_down_5_4 zero_border_pixels binary_dilation @@ -859,7 +862,47 @@ dlib/image_transforms.h dlib/image_transforms/image_pyramid_abstract.h - This is a simple function object to help create image pyramids. + This is a simple function object to help create image pyramids. It + downsamples an image by half. + + + + + + + + pyramid_down_3_2 + dlib/image_transforms.h + dlib/image_transforms/image_pyramid_abstract.h + + This is a simple function object to help create image pyramids. It + downsamples an image by a ratio of 3 to 2. + + + + + + + + pyramid_down_4_3 + dlib/image_transforms.h + dlib/image_transforms/image_pyramid_abstract.h + + This is a simple function object to help create image pyramids. It + downsamples an image by a ratio of 4 to 3. + + + + + + + + pyramid_down_5_4 + dlib/image_transforms.h + dlib/image_transforms/image_pyramid_abstract.h + + This is a simple function object to help create image pyramids. It + downsamples an image by a ratio of 5 to 4. diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index ecb9ea741..bfdc63048 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -954,6 +954,9 @@ + + +