OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:db_FrameToReferenceRegistration
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp
28
db_FrameToReferenceRegistration
::
db_FrameToReferenceRegistration
() :
74
db_FrameToReferenceRegistration
::~
db_FrameToReferenceRegistration
()
79
void
db_FrameToReferenceRegistration
::Clean()
147
void
db_FrameToReferenceRegistration
::Init(int width, int height,
252
int
db_FrameToReferenceRegistration
::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
310
void
db_FrameToReferenceRegistration
::Get_H_dref_to_ref(double H[9])
315
void
db_FrameToReferenceRegistration
::Get_H_dref_to_ins(double H[9])
320
void
db_FrameToReferenceRegistration
::Set_H_dref_to_ins(double H[9]
[
all
...]
dbreg.h
43
/*! \mainpage
db_FrameToReferenceRegistration
47
db_FrameToReferenceRegistration
provides a simple interface to a set of sophisticated algorithms for stabilizing
58
In addition to the class constructor, there are two main functions of
db_FrameToReferenceRegistration
that are of
59
interest to the programmer.
db_FrameToReferenceRegistration
::Init(...) is used to initialize the parameters of the
60
registration algorithm.
db_FrameToReferenceRegistration
::AddFrame(...) is the method by which each new video frame
63
The following example illustrates how the major methods of the class
db_FrameToReferenceRegistration
can be used together
65
db_FrameToReferenceRegistration
match those found in the API, but supporting code should be considered pseudo-code.
71
db_FrameToReferenceRegistration
reg;
128
class DBREG_API
db_FrameToReferenceRegistration
131
db_FrameToReferenceRegistration
(void)
[
all
...]
Completed in 45 milliseconds