OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upright
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/features2d/src/kaze/
KAZEConfig.h
34
,
upright
(false)
50
bool
upright
;
member in struct:cv::KAZEOptions
KAZEFeatures.cpp
515
if (options_.
upright
)
648
* @brief This method computes the
upright
descriptor (not rotation invariant) of
[
all
...]
/external/opencv3/modules/features2d/src/
kaze.cpp
62
,
upright
(_upright)
75
void setUpright(bool upright_) {
upright
= upright_; }
76
bool getUpright() const { return
upright
; }
124
options.
upright
=
upright
;
156
fs << "
upright
" << (int)
upright
;
166
upright
= (int)fn["
upright
"] != 0;
174
bool
upright
;
member in class:cv::KAZE_Impl
[
all
...]
/external/skia/dm/
DMSrcSink.cpp
1138
SkMatrix
upright
= SkMatrix::I();
local
[
all
...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
scroll.js
98
} else if (this.options_.direction_ == '
upright
') {
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
579
@param
upright
Set to enable use of
upright
descriptors (non rotation-invariant).
586
CV_WRAP static Ptr<KAZE> create(bool extended=false, bool
upright
=false,
594
CV_WRAP virtual void setUpright(bool
upright
) = 0;
623
DESCRIPTOR_KAZE_UPRIGHT = 2, ///<
Upright
descriptors, not invariant to rotation
625
DESCRIPTOR_MLDB_UPRIGHT = 4, ///<
Upright
descriptors, not invariant to rotation
[
all
...]
/external/opencv3/modules/stitching/src/
matchers.cpp
483
surf_.
upright
= false;
488
surf_.
upright
= true;
Completed in 883 milliseconds