X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=rich_image.h;h=1ceb169f3288f63afa89834d0808cbc4e704fac4;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=c8f7a74aec4bf241d6c72b3f36fabd8d93b7a9e6;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/rich_image.h b/rich_image.h index c8f7a74..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. */ @@ -91,7 +94,6 @@ public: virtual ~RichImage(); virtual void compute_rich_structure(); - virtual void crop(int xmin, int ymin, int width, int height); virtual void write(ostream *out);