Searched refs:upright (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Dkaze.cpp62 , 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
181 create(bool extended, bool upright, float threshold, int octaves, int sublevels, int diffusivity) argument
[all...]
/external/opencv3/modules/features2d/src/kaze/
H A DKAZEConfig.h34 , upright(false)
50 bool upright; member in struct:cv::KAZEOptions
H A DKAZEFeatures.cpp515 if (options_.upright)
648 * @brief This method computes the upright descriptor (not rotation invariant) of
905 * @brief This method computes the extended upright descriptor (not rotation invariant) of
/external/skia/dm/
H A DDMSrcSink.cpp1136 return "Cannot upright --matrix.";
1138 SkMatrix upright = SkMatrix::I(); local
1139 upright.setScaleX(SkScalarSignAsScalar(inverse.getScaleX()));
1140 upright.setScaleY(SkScalarSignAsScalar(inverse.getScaleY()));
1141 upright.setSkewX(SkScalarSignAsScalar(inverse.getSkewX()));
1142 upright.setSkewY(SkScalarSignAsScalar(inverse.getSkewY()));
1145 SkISize size = auto_compute_translate(&upright, bitmap->width(), bitmap->height());
1149 canvas.concat(upright);
/external/opencv3/modules/features2d/include/opencv2/
H A Dfeatures2d.hpp579 @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;
/external/opencv3/modules/stitching/src/
H A Dmatchers.cpp483 surf_.upright = false;
488 surf_.upright = true;

Completed in 2383 milliseconds