X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=rich_image.h;h=1ceb169f3288f63afa89834d0808cbc4e704fac4;hb=3742a88173bc958488370aefb7035426d3650e1d;hp=2d9bd6baffaf9b033759c3f80cc55540de3e934d;hpb=33852c7b378d419be75d15a9663ee6b071c2f534;p=folded-ctf.git diff --git a/rich_image.h b/rich_image.h index 2d9bd6b..1ceb169 100644 --- a/rich_image.h +++ b/rich_image.h @@ -12,15 +12,18 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// /* - 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. */