Searched defs:db_FrameToReferenceRegistration (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp28 db_FrameToReferenceRegistration::db_FrameToReferenceRegistration() : function in class: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
[all...]
H A Ddbreg.h43 /*! \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 class
131 db_FrameToReferenceRegistration(voi
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp28 db_FrameToReferenceRegistration::db_FrameToReferenceRegistration() : function in class: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
[all...]
H A Ddbreg.h43 /*! \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 class
131 db_FrameToReferenceRegistration(voi
[all...]

Completed in 83 milliseconds