Home
last modified time | relevance | path

Searched refs:Ptr (Results 1 – 25 of 109) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/
H A Dpointer_rebind.hpp32 template <typename Ptr, typename U>
44 static const bool value = (1 == sizeof(test<Ptr>(0, 0)));
47 template <typename Ptr, typename U>
59 static const bool value = (1 == sizeof(test<Ptr>(0, 0)));
62 template <typename Ptr, typename U>
65 static const unsigned int rebind = (unsigned int)pointer_has_rebind<Ptr, U>::value;
66 static const unsigned int rebind_other = (unsigned int)pointer_has_rebind_other<Ptr, U>::value;
73 template <typename Ptr, typename U, unsigned int RebindMode>
78 template <typename Ptr, typename U>
79 struct pointer_rebinder< Ptr, U, 2u >
[all …]
H A Dpointer_traits.hpp67 template <typename Ptr>
73 typedef Ptr pointer;
96 typedef Ptr pointer;
99 ( boost::intrusive::detail::, Ptr, element_type
100 , boost::movelib::detail::first_param<Ptr>) element_type;
103 (boost::intrusive::detail::, Ptr, difference_type, std::ptrdiff_t) difference_type;
106 …(boost::intrusive::detail::, Ptr, reference, typename boost::intrusive::detail::unvoid_ref<element…
110 typedef typename boost::intrusive::pointer_rebind<Ptr, U>::type type;
114 template <class U> using rebind = typename boost::intrusive::pointer_rebind<Ptr, U>::type;
132 <Ptr, Ptr (*)(reference)>::value; in pointer_to()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dptr.inl.hpp112 Ptr<T>::Ptr() : owner(NULL), stored(NULL) in Ptr() function in cv::Ptr
117 Ptr<T>::Ptr(Y* p) in Ptr() function in cv::Ptr
126 Ptr<T>::Ptr(Y* p, D d) in Ptr() function in cv::Ptr
134 Ptr<T>::Ptr(const Ptr& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
141 Ptr<T>::Ptr(const Ptr<Y>& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
148 Ptr<T>::Ptr(const Ptr<Y>& o, T* p) : owner(o.owner), stored(p) in Ptr() function in cv::Ptr
154 Ptr<T>::~Ptr() in ~Ptr()
160 Ptr<T>& Ptr<T>::operator = (const Ptr<T>& o) in operator =()
162 Ptr(o).swap(*this); in operator =()
168 Ptr<T>& Ptr<T>::operator = (const Ptr<Y>& o) in operator =()
[all …]
H A Dcvstd.hpp261 struct Ptr struct
268 Ptr();
287 Ptr(Y* p);
294 Ptr(Y* p, D d);
309 Ptr(const Ptr& o);
315 Ptr(const Ptr<Y>& o);
322 Ptr(const Ptr<Y>& o, T* p);
325 ~Ptr();
332 Ptr& operator = (const Ptr& o);
336 Ptr& operator = (const Ptr<Y>& o);
[all …]
H A Doptim.hpp81 virtual Ptr<Function> getFunction() const = 0;
89 virtual void setFunction(const Ptr<Function>& f) = 0;
198 …static Ptr<DownhillSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<MinProblemSolver::F…
252 …static Ptr<ConjGradSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<ConjGradSolver::Fun…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dptr.inl.hpp112 Ptr<T>::Ptr() : owner(NULL), stored(NULL) in Ptr() function in cv::Ptr
117 Ptr<T>::Ptr(Y* p) in Ptr() function in cv::Ptr
126 Ptr<T>::Ptr(Y* p, D d) in Ptr() function in cv::Ptr
134 Ptr<T>::Ptr(const Ptr& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
141 Ptr<T>::Ptr(const Ptr<Y>& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
148 Ptr<T>::Ptr(const Ptr<Y>& o, T* p) : owner(o.owner), stored(p) in Ptr() function in cv::Ptr
154 Ptr<T>::~Ptr() in ~Ptr()
160 Ptr<T>& Ptr<T>::operator = (const Ptr<T>& o) in operator =()
162 Ptr(o).swap(*this); in operator =()
168 Ptr<T>& Ptr<T>::operator = (const Ptr<Y>& o) in operator =()
[all …]
H A Dcvstd.hpp261 struct Ptr struct
268 Ptr();
287 Ptr(Y* p);
294 Ptr(Y* p, D d);
309 Ptr(const Ptr& o);
315 Ptr(const Ptr<Y>& o);
322 Ptr(const Ptr<Y>& o, T* p);
325 ~Ptr();
332 Ptr& operator = (const Ptr& o);
336 Ptr& operator = (const Ptr<Y>& o);
[all …]
H A Doptim.hpp81 virtual Ptr<Function> getFunction() const = 0;
89 virtual void setFunction(const Ptr<Function>& f) = 0;
198 …static Ptr<DownhillSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<MinProblemSolver::F…
252 …static Ptr<ConjGradSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<ConjGradSolver::Fun…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dptr.inl.hpp112 Ptr<T>::Ptr() : owner(NULL), stored(NULL) in Ptr() function in cv::Ptr
117 Ptr<T>::Ptr(Y* p) in Ptr() function in cv::Ptr
126 Ptr<T>::Ptr(Y* p, D d) in Ptr() function in cv::Ptr
134 Ptr<T>::Ptr(const Ptr& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
141 Ptr<T>::Ptr(const Ptr<Y>& o) : owner(o.owner), stored(o.stored) in Ptr() function in cv::Ptr
148 Ptr<T>::Ptr(const Ptr<Y>& o, T* p) : owner(o.owner), stored(p) in Ptr() function in cv::Ptr
154 Ptr<T>::~Ptr() in ~Ptr()
160 Ptr<T>& Ptr<T>::operator = (const Ptr<T>& o) in operator =()
162 Ptr(o).swap(*this); in operator =()
168 Ptr<T>& Ptr<T>::operator = (const Ptr<Y>& o) in operator =()
[all …]
H A Dcvstd.hpp261 struct Ptr struct
268 Ptr();
287 Ptr(Y* p);
294 Ptr(Y* p, D d);
309 Ptr(const Ptr& o);
315 Ptr(const Ptr<Y>& o);
322 Ptr(const Ptr<Y>& o, T* p);
325 ~Ptr();
332 Ptr& operator = (const Ptr& o);
336 Ptr& operator = (const Ptr<Y>& o);
[all …]
H A Doptim.hpp81 virtual Ptr<Function> getFunction() const = 0;
89 virtual void setFunction(const Ptr<Function>& f) = 0;
198 …static Ptr<DownhillSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<MinProblemSolver::F…
252 …static Ptr<ConjGradSolver> create(const Ptr<MinProblemSolver::Function>& f=Ptr<ConjGradSolver::Fun…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Dall_layers.hpp77 static Ptr<Layer> create(const LayerParams &params);
86 static Ptr<Layer> create(const LayerParams &params);
94 static Ptr<LSTMLayer> create(const LayerParams& params);
185 static Ptr<RNNLayer> create(const LayerParams& params);
221 static Ptr<BaseConvolutionLayer> create(const LayerParams& params);
227 static Ptr<BaseConvolutionLayer> create(const LayerParams& params);
239 static Ptr<LRNLayer> create(const LayerParams& params);
263 static Ptr<PoolingLayer> create(const LayerParams& params);
271 static Ptr<SoftmaxLayer> create(const LayerParams& params);
278 static Ptr<InnerProductLayer> create(const LayerParams& params);
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dstitching.hpp167 static Ptr<Stitcher> create(Mode mode = PANORAMA, bool try_use_gpu = false);
187 Ptr<detail::FeaturesFinder> featuresFinder() { return features_finder_; } in featuresFinder()
188 const Ptr<detail::FeaturesFinder> featuresFinder() const { return features_finder_; } in featuresFinder()
189 void setFeaturesFinder(Ptr<detail::FeaturesFinder> features_finder) in setFeaturesFinder()
192 Ptr<detail::FeaturesMatcher> featuresMatcher() { return features_matcher_; } in featuresMatcher()
193 const Ptr<detail::FeaturesMatcher> featuresMatcher() const { return features_matcher_; } in featuresMatcher()
194 void setFeaturesMatcher(Ptr<detail::FeaturesMatcher> features_matcher) in setFeaturesMatcher()
204 Ptr<detail::BundleAdjusterBase> bundleAdjuster() { return bundle_adjuster_; } in bundleAdjuster()
205 const Ptr<detail::BundleAdjusterBase> bundleAdjuster() const { return bundle_adjuster_; } in bundleAdjuster()
206 void setBundleAdjuster(Ptr<detail::BundleAdjusterBase> bundle_adjuster) in setBundleAdjuster()
[all …]
H A Dsuperres.hpp75 CV_EXPORTS Ptr<FrameSource> createFrameSource_Empty();
77 CV_EXPORTS Ptr<FrameSource> createFrameSource_Video(const String& fileName);
78 CV_EXPORTS Ptr<FrameSource> createFrameSource_Video_CUDA(const String& fileName);
80 CV_EXPORTS Ptr<FrameSource> createFrameSource_Camera(int deviceId = 0);
94 void setInput(const Ptr<FrameSource>& frameSource);
163 virtual Ptr<cv::superres::DenseOpticalFlowExt> getOpticalFlow() const = 0;
165 virtual void setOpticalFlow(const Ptr<cv::superres::DenseOpticalFlowExt> &val) = 0;
170 virtual void initImpl(Ptr<FrameSource>& frameSource) = 0;
171 virtual void processImpl(Ptr<FrameSource>& frameSource, OutputArray output) = 0;
176 Ptr<FrameSource> frameSource_;
[all …]
H A Dml.hpp133 CV_WRAP static Ptr<ParamGrid> create(double minVal=0., double maxVal=0., double logstep=1.);
273 static Ptr<TrainData> loadFromCSV(const String& filename,
300 CV_WRAP static Ptr<TrainData> create(InputArray samples, int layout, InputArray responses,
335 CV_WRAP virtual bool train( const Ptr<TrainData>& trainData, int flags=0 );
358 … CV_WRAP virtual float calcError( const Ptr<TrainData>& data, bool test, OutputArray resp ) const;
372 template<typename _Tp> static Ptr<_Tp> train(const Ptr<TrainData>& data, int flags=0) in train()
374 Ptr<_Tp> model = _Tp::create(); in train()
375 return !model.empty() && model->train(data, flags) ? model : Ptr<_Tp>(); in train()
403 CV_WRAP static Ptr<NormalBayesClassifier> create();
414 …CV_WRAP static Ptr<NormalBayesClassifier> load(const String& filepath , const String& nodeName = S…
[all …]
H A Dfeatures2d.hpp225 …CV_WRAP inline void write(const Ptr<FileStorage>& fs, const String& name = String()) const { Algor… in write()
255 CV_WRAP static Ptr<BRISK> create(int thresh=30, int octaves=3, float patternScale=1.0f);
268 …CV_WRAP static Ptr<BRISK> create(const std::vector<float> &radiusList, const std::vector<int> &num…
284 CV_WRAP static Ptr<BRISK> create(int thresh, int octaves, const std::vector<float> &radiusList,
333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
396 CV_WRAP static Ptr<MSER> create( int _delta=5, int _min_area=60, int _max_area=14400,
466 CV_WRAP static Ptr<FastFeatureDetector> create( int threshold=10,
521 CV_WRAP static Ptr<AgastFeatureDetector> create( int threshold=10,
541 …CV_WRAP static Ptr<GFTTDetector> create( int maxCorners=1000, double qualityLevel=0.01, double min…
543 … CV_WRAP static Ptr<GFTTDetector> create( int maxCorners, double qualityLevel, double minDistance,
[all …]
H A Dphoto.hpp346 CV_EXPORTS_W Ptr<Tonemap> createTonemap(float gamma = 1.0f);
377 CV_EXPORTS_W Ptr<TonemapDrago> createTonemapDrago(float gamma = 1.0f, float saturation = 1.0f, floa…
414 CV_EXPORTS_W Ptr<TonemapDurand>
446 CV_EXPORTS_W Ptr<TonemapReinhard>
472 CV_EXPORTS_W Ptr<TonemapMantiuk>
554 CV_EXPORTS_W Ptr<AlignMTB> createAlignMTB(int max_bits = 6, int exclude_range = 4, bool cut = true);
597 CV_EXPORTS_W Ptr<CalibrateDebevec> createCalibrateDebevec(int samples = 70, float lambda = 10.0f, b…
621 CV_EXPORTS_W Ptr<CalibrateRobertson> createCalibrateRobertson(int max_iter = 30, float threshold = …
655 CV_EXPORTS_W Ptr<MergeDebevec> createMergeDebevec();
696 CV_EXPORTS_W Ptr<MergeMertens>
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dstabilizer.hpp71 void setLog(Ptr<ILog> ilog) { log_ = ilog; } in setLog()
72 Ptr<ILog> log() const { return log_; } in log()
77 void setFrameSource(Ptr<IFrameSource> val) { frameSource_ = val; } in setFrameSource()
78 Ptr<IFrameSource> frameSource() const { return frameSource_; } in frameSource()
80 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator()
81 Ptr<ImageMotionEstimatorBase> motionEstimator() const { return motionEstimator_; } in motionEstimator()
83 void setDeblurer(Ptr<DeblurerBase> val) { deblurer_ = val; } in setDeblurer()
84 Ptr<DeblurerBase> deblurrer() const { return deblurer_; } in deblurrer()
95 void setInpainter(Ptr<InpainterBase> val) { inpainter_ = val; } in setInpainter()
96 Ptr<InpainterBase> inpainter() const { return inpainter_; } in inpainter()
[all …]
H A Dglobal_motion.hpp206 ToFileMotionWriter(const String &path, Ptr<ImageMotionEstimatorBase> estimator);
215 Ptr<ImageMotionEstimatorBase> motionEstimator_;
224 KeypointBasedMotionEstimator(Ptr<MotionEstimatorBase> estimator);
229 void setDetector(Ptr<FeatureDetector> val) { detector_ = val; } in setDetector()
230 Ptr<FeatureDetector> detector() const { return detector_; } in detector()
232 void setOpticalFlowEstimator(Ptr<ISparseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOpticalFlowEstimator()
233 Ptr<ISparseOptFlowEstimator> opticalFlowEstimator() const { return optFlowEstimator_; } in opticalFlowEstimator()
235 void setOutlierRejector(Ptr<IOutlierRejector> val) { outlierRejector_ = val; } in setOutlierRejector()
236 Ptr<IOutlierRejector> outlierRejector() const { return outlierRejector_; } in outlierRejector()
242 Ptr<MotionEstimatorBase> motionEstimator_;
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/
H A Dwarpers.hpp59 virtual Ptr<detail::RotationWarper> create(float scale) const = 0;
68Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::PlaneWa… in create()
77Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::AffineW… in create()
86Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Cylindr… in create()
93Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Spheric… in create()
99Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Fisheye… in create()
105Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Stereog… in create()
116Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Compres… in create()
127Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::Compres… in create()
138Ptr<detail::RotationWarper> create(float scale) const CV_OVERRIDE { return makePtr<detail::PaniniW… in create()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp225 …CV_WRAP inline void write(const Ptr<FileStorage>& fs, const String& name = String()) const { Algor… in write()
255 CV_WRAP static Ptr<BRISK> create(int thresh=30, int octaves=3, float patternScale=1.0f);
268 …CV_WRAP static Ptr<BRISK> create(const std::vector<float> &radiusList, const std::vector<int> &num…
284 CV_WRAP static Ptr<BRISK> create(int thresh, int octaves, const std::vector<float> &radiusList,
333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
396 CV_WRAP static Ptr<MSER> create( int _delta=5, int _min_area=60, int _max_area=14400,
466 CV_WRAP static Ptr<FastFeatureDetector> create( int threshold=10,
521 CV_WRAP static Ptr<AgastFeatureDetector> create( int threshold=10,
541 …CV_WRAP static Ptr<GFTTDetector> create( int maxCorners=1000, double qualityLevel=0.01, double min…
543 … CV_WRAP static Ptr<GFTTDetector> create( int maxCorners, double qualityLevel, double minDistance,
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp225 …CV_WRAP inline void write(const Ptr<FileStorage>& fs, const String& name = String()) const { Algor… in write()
255 CV_WRAP static Ptr<BRISK> create(int thresh=30, int octaves=3, float patternScale=1.0f);
268 …CV_WRAP static Ptr<BRISK> create(const std::vector<float> &radiusList, const std::vector<int> &num…
284 CV_WRAP static Ptr<BRISK> create(int thresh, int octaves, const std::vector<float> &radiusList,
333 …CV_WRAP static Ptr<ORB> create(int nfeatures=500, float scaleFactor=1.2f, int nlevels=8, int edgeT…
396 CV_WRAP static Ptr<MSER> create( int _delta=5, int _min_area=60, int _max_area=14400,
466 CV_WRAP static Ptr<FastFeatureDetector> create( int threshold=10,
521 CV_WRAP static Ptr<AgastFeatureDetector> create( int threshold=10,
541 …CV_WRAP static Ptr<GFTTDetector> create( int maxCorners=1000, double qualityLevel=0.01, double min…
543 … CV_WRAP static Ptr<GFTTDetector> create( int maxCorners, double qualityLevel, double minDistance,
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/shape/
H A Dshape_distance.hpp166 CV_WRAP virtual void setCostExtractor(Ptr<HistogramCostExtractor> comparer) = 0;
167 CV_WRAP virtual Ptr<HistogramCostExtractor> getCostExtractor() const = 0;
181 CV_WRAP virtual void setTransformAlgorithm(Ptr<ShapeTransformer> transformer) = 0;
182 CV_WRAP virtual Ptr<ShapeTransformer> getTransformAlgorithm() const = 0;
186 CV_EXPORTS_W Ptr<ShapeContextDistanceExtractor>
189 … const Ptr<HistogramCostExtractor> &comparer = createChiHistogramCostExtractor(),
190 … const Ptr<ShapeTransformer> &transformer = createThinPlateSplineShapeTransformer());
222 CV_EXPORTS_W Ptr<HausdorffDistanceExtractor> createHausdorffDistanceExtractor(int distanceFlag=cv::…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dpointer_element.hpp141 template<class Ptr, bool = has_internal_pointer_element<Ptr>::value>
144 typedef typename Ptr::element_type type;
147 template<class Ptr>
148 struct pointer_element_impl<Ptr, false>
150 typedef typename boost::movelib::detail::first_param<Ptr>::type type;
155 template <typename Ptr>
158 typedef typename ::boost::movelib::detail::pointer_element_impl<Ptr>::type type;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/superres/
H A Doptical_flow.hpp96 CV_EXPORTS Ptr<FarnebackOpticalFlow> createOptFlow_Farneback();
97 CV_EXPORTS Ptr<FarnebackOpticalFlow> createOptFlow_Farneback_CUDA();
139 CV_EXPORTS Ptr<DualTVL1OpticalFlow> createOptFlow_DualTVL1();
140 CV_EXPORTS Ptr<DualTVL1OpticalFlow> createOptFlow_DualTVL1_CUDA();
177 CV_EXPORTS Ptr<BroxOpticalFlow> createOptFlow_Brox_CUDA();
196 CV_EXPORTS Ptr<PyrLKOpticalFlow> createOptFlow_PyrLK_CUDA();

12345