X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=rich_image.h;h=1ceb169f3288f63afa89834d0808cbc4e704fac4;hb=b8222ae1fb874f0783803f55e0bc4c4b9ffca8b2;hp=eb2d16278c7d8d6421d9d7f40da2a4182928d0a8;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a;p=folded-ctf.git 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. */