From c59e47b4a751e27aa3182ccccc5731f7caa71e51 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 9 Oct 2011 09:00:25 -0400 Subject: [PATCH] fixed typo in spec --- dlib/image_transforms/segment_image_abstract.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlib/image_transforms/segment_image_abstract.h b/dlib/image_transforms/segment_image_abstract.h index 7a7d1d46b..19430b3d3 100644 --- a/dlib/image_transforms/segment_image_abstract.h +++ b/dlib/image_transforms/segment_image_abstract.h @@ -20,10 +20,10 @@ namespace dlib ); /*! requires - - in_image_type == is an implementation of array2d/array2d_kernel_abstract.h - - out_image_type == is an implementation of array2d/array2d_kernel_abstract.h - - image_type::type == an unsigned 8-bit or 16bit integer type. - - image_type::type == unsigned integer type + - in_image_type == an implementation of array2d/array2d_kernel_abstract.h + - out_image_type == an implementation of array2d/array2d_kernel_abstract.h + - in_image_type::type == an unsigned 8-bit or 16bit integer type. + - out_image_type::type == unsigned integer type - is_same_object(in_img, out_img) == false ensures - Attempts to segment in_img into regions which have some visual consistency to them.