FingerprintExtractor.h | FingerprintExtractor.h | |||
---|---|---|---|---|
/************************************************************************** | /* | |||
* | Copyright 2005-2009 Last.fm Ltd. <mir@last.fm> | |||
* Copyright (C) 2005 - 2007 by | ||||
* | ||||
* Last.fm Ltd <mir@last.fm> | ||||
* | ||||
* | ||||
* | ||||
* This program is free software; you can redistribute it and/or modify | ||||
* | ||||
* it under the terms of the GNU General Public License as published by | ||||
* | ||||
* the Free Software Foundation; either version 2 of the License, or | ||||
* | ||||
* (at your option) any later version. | ||||
* | ||||
* | ||||
* | ||||
* This program is distributed in the hope that it will be useful, | ||||
* | ||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
* | ||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
* | ||||
* GNU General Public License for more details. | ||||
* | ||||
* | ||||
* | ||||
* You should have received a copy of the GNU General Public License | ||||
* | ||||
* along with this program; if not, write to the | ||||
* | ||||
* Free Software Foundation, Inc., | ||||
* | ||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. | ||||
* | ||||
* | ||||
* | ||||
* Part of this code is based on the work of Y. Ke, D. Hoiem, and | ||||
* | ||||
* R. Sukthankar - "Computer Vision for Music Identification", | ||||
* | ||||
* in Proceedings of Computer Vision and Pattern Recognition, 2005. | ||||
* | ||||
* See also http://www.cs.cmu.edu/~yke/musicretrieval/ | ||||
* | ||||
************************************************************************** | ||||
*/ | ||||
This file is part of liblastfm. | ||||
liblastfm is free software: you can redistribute it and/or modify | ||||
it under the terms of the GNU General Public License as published by | ||||
the Free Software Foundation, either version 3 of the License, or | ||||
(at your option) any later version. | ||||
liblastfm is distributed in the hope that it will be useful, | ||||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
GNU General Public License for more details. | ||||
You should have received a copy of the GNU General Public License | ||||
along with liblastfm. If not, see <http://www.gnu.org/licenses/>. | ||||
*/ | ||||
#ifndef __FINGERPRINT_EXTRACTOR_H | #ifndef __FINGERPRINT_EXTRACTOR_H | |||
#define __FINGERPRINT_EXTRACTOR_H | #define __FINGERPRINT_EXTRACTOR_H | |||
#include <utility> // for pair | #include <utility> // for pair | |||
#include <cstddef> // for size_t | #include <cstddef> // for size_t | |||
namespace fingerprint { | namespace fingerprint { | |||
// ------------------------------------------------------------------------ ----- | // ------------------------------------------------------------------------ ----- | |||
End of changes. 2 change blocks. | ||||
48 lines changed or deleted | 17 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |