software
Segmentation Transfer 1.2 (August 2012)

This is the software release covering the segmentation transfer in "Figure-ground segmentation by transferring window masks" D. Kuettel, V. Ferrari, CVPR12 and partly "Segmentation Propagation in ImageNet" D. Kuettel, M.Guillaumin, V.Ferrai, ECCV12
Efficient appearance distances between windows v1.0 (February 2012)
Objectness measure v1.5 (August 2011)
ClassCut for Unsupervised Class Segmentation v1.0 (April 2011)
Global and Efficient Self-Similarity v1.0 (August 2010)
Calvin upper-body detector v1.04 (October 2011)
2D articulated human pose estimation v1.21 (January 2011)
Learning and detecting shape models v1.3 (September 2009)
Matlab source code for learning shape models of object categories from unsegmented training images, and for localizing outlines of new category members in cluttered test images. Although the training stage requires the objects to be annotated only by bounding-boxes, at test time the method can localize objects up to their boundaries.
This release covers the CVPR 2007 and IJCV 2010 papers.
New in V 1.3- now exactly identical to what described in our papers and can reproduce exactly the same performance plots
- includes DR/FPPI performance curves from our papers in matlab .fig format
- won't crash on images with zero detections
- fully compatible with output of kAS detector package
Upper-body detector and tracker v1.0 (June 2008)
This release covers the paper "Progressive Search Space Reduction for Human Pose Estimation", (V. Ferrari, M. Marin, and A. Zisserman, CVPR 2008).
k Adjacent Segments detector v1.04 (July 2010)
Matlab source code for the kAS local features detector. kAS are small groups of connected contour segments, forming paths through the Contour Segment Network of the image. Since each kAS has a well defined location, scale, and a descriptor invariant to translation and scale transformations, these features can be easily used for recognition and image matching.
New in v1.04
+ corrected order of components of kAS descriptor in README
+ corrected Quickstart instructions in README
New in v1.03
+ includes routines to draw kAS overlaid on edgemaps
+ all pure matlab code
New in v1.02
+ documentation for all data-structures saved out in the Matlab file format. This enables access to detailed information about edgels, edgel-chains, contour segments, and kAS. For example, it is now possible to determine exactly which edgels belong to a kAS, which is useful for visualization, or for designing alternative descriptors.
This release covers the paper "Groups of Adjacent Contour Segments for Object Detection", (V. Ferrari, L. Fevrier, F. Jurie, and C. Schmid, PAMI 2008).
Image Exploration v1.1 (July 2009)
Source code for the Image Exploration algorithm. This is a technique for automatically finding dense correspondences between multiple views of the same object or scene. The software is well suited for finding two-view correspondences as well.
This release covers the ECCV 2004 and CVPR 2004 papers. The technique was used in the CVPR 2006 and IJRR 2009 papers.
