automatic commit
[folded-ctf.git] / rich_image.h
index 2d9bd6b..1ceb169 100644 (file)
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> 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.
 
 */