-
Notifications
You must be signed in to change notification settings - Fork 4
/
Descriptors.h
55 lines (48 loc) · 1.97 KB
/
Descriptors.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/***************************************************************
//
// This software module was originally developed by
//
// Intel Corporation
// TU-Munich, S.Herrmann
// (contributing organizations names)
//
// in the course of development of the MPEG-7 Experimentation Model.
//
// This software module is an implementation of a part of one or more MPEG-7
// Experimentation Model tools as specified by the MPEG-7 Requirements.
//
// ISO/IEC gives users of MPEG-7 free license to this software module or
// modifications thereof for use in hardware or software products claiming
// conformance to MPEG-7.
//
// Those intending to use this software module in hardware or software products
// are advised that its use may infringe existing patents. The original
// developer of this software module and his/her company, the subsequent
// editors and their companies, and ISO/IEC have no liability for use of this
// software module or modifications thereof in an implementation.
//
// Copyright is not released for non MPEG-7 conforming products. The
// organizations named above retain full right to use the code for their own
// purpose, assign or donate the code to a third party and inhibit third parties
// from using the code for non MPEG-7 conforming products.
//
// Copyright (c) 1998-2004.
//
// This notice must be included in all copies or derivative works.
//
// modified by M.Bastan, [email protected] - 2008-2009
************************************************************/
#ifndef __DESCRIPTORS__
#define __DESCRIPTORS__
#include "Descriptors/ColorSpace.h"
#include "Descriptors/ColorQuant.h"
#include "Descriptors/ColorLayout.h"
#include "Descriptors/ColorStructure.h"
#include "Descriptors/DominantColor.h"
#include "Descriptors/ScalableColor.h"
#include "Descriptors/FaceRecognition.h"
#include "Descriptors/EdgeHist.h"
#include "Descriptors/HomoTexture.h"
#include "Descriptors/ContourShape.h"
#include "Descriptors/RegionShape.h"
#endif