Hugin trunk
0.1
Loading...
Searching...
No Matches
hugin_cpfind
localfeatures
KeyPointDescriptor.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2007-2009 Anael Orlinski & Pablo d'Angelo
3
*
4
* This file is part of Panomatic.
5
*
6
* Panomatic is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2 of the License, or
9
* (at your option) any later version.
10
*
11
* Panomatic is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with Panomatic; if not, write to the Free Software
18
* <http://www.gnu.org/licenses/>.
19
*/
20
21
#ifndef __lfeat_keypointdescriptor_h
22
#define __lfeat_keypointdescriptor_h
23
24
#include "
Image.h
"
25
#include "
KeyPoint.h
"
26
27
namespace
lfeat
28
{
29
31
class
KeyPointDescriptor
32
{
33
public
:
34
virtual
void
makeDescriptor
(
KeyPoint
&
ioKeyPoint
)
const
= 0;
35
virtual
int
getDescriptorLength
()
const
= 0;
36
virtual
int
assignOrientation
(
KeyPoint
&
ioKeyPoint
,
double
angles
[4])
const
= 0;
37
38
};
39
40
}
41
42
#endif
//__lfeat_keypointdescriptor_h
Image.h
KeyPoint.h
lfeat::KeyPointDescriptor
Abstract base class for all keypoint descriptors.
Definition
KeyPointDescriptor.h:32
lfeat::KeyPointDescriptor::getDescriptorLength
virtual int getDescriptorLength() const =0
lfeat::KeyPointDescriptor::assignOrientation
virtual int assignOrientation(KeyPoint &ioKeyPoint, double angles[4]) const =0
lfeat::KeyPointDescriptor::makeDescriptor
virtual void makeDescriptor(KeyPoint &ioKeyPoint) const =0
lfeat::KeyPoint
Definition
KeyPoint.h:33
lfeat
Definition
TestCode.h:27
threshold
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition
threshold.h:41
Generated on Tue Sep 1 2026 20:52:07 for Hugin trunk by
1.9.8