OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hprev
(Results
1 - 6
of
6
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
AlignFeatures.cpp
40
db_Identity3x3(
Hprev
);
78
db_Identity3x3(
Hprev
);
129
Hprev
[2] / (num_frames_captured - 1);
168
Matrix33::convert9to33(Hprev33,
Hprev
);
175
Matrix9::convert33to9(
Hprev
, Hcurr33);
177
// into
Hprev
, we can reset the Hcurr to identity
212
// logic here appends their transformation to
Hprev
to render them with the
214
// append their Hcurr to
Hprev
in AddFrame() and then set Hcurr to identity.
224
Matrix33::convert9to33(Hprev33,
Hprev
);
AlignFeatures.h
79
double
Hprev
[9]; // Homography from frame-0 to the frame-(t-1)
/packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp
40
db_Identity3x3(
Hprev
);
78
db_Identity3x3(
Hprev
);
129
Hprev
[2] / (num_frames_captured - 1);
168
Matrix33::convert9to33(Hprev33,
Hprev
);
175
Matrix9::convert33to9(
Hprev
, Hcurr33);
177
// into
Hprev
, we can reset the Hcurr to identity
212
// logic here appends their transformation to
Hprev
to render them with the
214
// append their Hcurr to
Hprev
in AddFrame() and then set Hcurr to identity.
224
Matrix33::convert9to33(Hprev33,
Hprev
);
AlignFeatures.h
79
double
Hprev
[9]; // Homography from frame-0 to the frame-(t-1)
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp
40
db_Identity3x3(
Hprev
);
78
db_Identity3x3(
Hprev
);
129
Hprev
[2] / (num_frames_captured - 1);
168
Matrix33::convert9to33(Hprev33,
Hprev
);
175
Matrix9::convert33to9(
Hprev
, Hcurr33);
177
// into
Hprev
, we can reset the Hcurr to identity
212
// logic here appends their transformation to
Hprev
to render them with the
214
// append their Hcurr to
Hprev
in AddFrame() and then set Hcurr to identity.
224
Matrix33::convert9to33(Hprev33,
Hprev
);
AlignFeatures.h
79
double
Hprev
[9]; // Homography from frame-0 to the frame-(t-1)
Completed in 117 milliseconds