F. Fleuret and D. Geman, "Stationary Features and Cat Detection",
Journal of Machine Learning Research (JMLR), 2008, to appear.
- Please use that citation when referring to this software.
+ Please use that citation and the original URL
+
+ http://www.idiap.ch/folded-ctf
+
+ when referring to this software.
Contact Francois Fleuret at fleuret@idiap.ch for comments and bug
reports.
INSTALLATION
------------
- If you have installed the RateMyKitten images provided on
-
- http://www.idiap.ch/folded-ctf
-
- in the source directory, everything should work seamlessly by
- invoking the ./run.sh script.
+ If you have installed in the same directory as the source code the
+ RateMyKitten images available on the same web page as the source
+ code, everything should work seamlessly by invoking the ./run.sh
+ script.
It will
}
void Pose::draw(int thickness, int r, int g, int b, int level, RGBImage *image) {
+
// Draw the head circle
image->draw_ellipse(thickness, r, g, b,
}
// An ugly way to make a filled disc
+
for(scalar_t u = 0; u < belly_radius; u += thickness / 2) {
image->draw_ellipse(thickness, r, g, b, _belly_xc, _belly_yc, u, u, 0);
}