automatic commit
[folded-ctf.git] / rich_image.h
index eb2d162..1ceb169 100644 (file)
 
 /*
 
-  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.
 
 */