/* * RImageFromPPM.h * FaceCrop * * Created by Andrew Salamon on 10/12/06. * Copyright 2006 Machine Perception Laboratory, University of California San Diego.. All rights reserved. * */ #include #include bool restoreRimageFromPPM( RImage &rimage, const std::string &path );