X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=rich_image.h;h=1ceb169f3288f63afa89834d0808cbc4e704fac4;hp=eb2d16278c7d8d6421d9d7f40da2a4182928d0a8;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a diff --git a/rich_image.h b/rich_image.h index eb2d162..1ceb169 100644 --- a/rich_image.h +++ b/rich_image.h @@ -20,9 +20,10 @@ /* - This class implements the multi-scale basic edge features on the - images. The heavy machinery and ugly coding style is motivated by - performance. + A RichImage is an Image with all the necessary pre-computation to + compute the feature responses: Edge detection and local variance + thresholding at multiple scale, with integral images. The heavy + machinery and ugly coding style is motivated by performance. */