Home
last modified time | relevance | path

Searched defs:_result (Results 1 – 25 of 29) sorted by relevance

12

/external/opencv3/modules/cudaimgproc/src/
Dmatch_template.cpp183 …void Match_CCORR_32F::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& _st… in match()
233 …void Match_CCORR_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& stre… in match()
276 …void Match_CCORR_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Strea… in match()
306 …void Match_SQDIFF_32F::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& st… in match()
340 …void Match_SQDIFF_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& str… in match()
387 …void Match_SQDIFF_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stre… in match()
426 …void Match_CCOEFF_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stream& str… in match()
505 …void Match_CCOEFF_NORMED_8U::match(InputArray _image, InputArray _templ, OutputArray _result, Stre… in match()
Dblend.cpp71 OutputArray _result, Stream& stream) in blendLinear()
/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp59 static bool extractFirstChannel_32F(InputArray _image, OutputArray _result, int cn) in extractFirstChannel_32F()
169 static bool convolve_dft(InputArray _image, InputArray _templ, OutputArray _result) in convolve_dft()
235 static bool convolve_32F(InputArray _image, InputArray _templ, OutputArray _result) in convolve_32F()
254 static bool matchTemplateNaive_CCORR(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplateNaive_CCORR()
294 static bool matchTemplate_CCORR(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCORR()
316 static bool matchTemplate_CCORR_NORMED(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCORR_NORMED()
347 static bool matchTemplateNaive_SQDIFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplateNaive_SQDIFF()
370 static bool matchTemplate_SQDIFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_SQDIFF()
405 static bool matchTemplate_SQDIFF_NORMED(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_SQDIFF_NORMED()
437 static bool matchTemplate_CCOEFF(InputArray _image, InputArray _templ, OutputArray _result) in matchTemplate_CCOEFF()
[all …]
Dgeometry.cpp522 AutoBuffer<Point2f> _result(n*2 + m*2 + 1); in intersectConvexConvex() local
/external/emma/core/java12/com/vladium/util/
DStrings.java56 final List /* String */ _result = new ArrayList (length); in removeDuplicates() local
97 final List /* String */ _result = new ArrayList (length); in merge() local
142 final List /* String */ _result = new ArrayList (length); in mergeAT() local
DIntegerFactory.java26 final Object _result = s_values.get (value); in getInteger() local
DFiles.java41 List _result = null; in readFileList() local
DIProperties.java242 final List _result = new ArrayList (); in toAppArgsForm() local
/external/emma/tools/java/com/vladium/tools/
DClassDep.java114 final Set /* class Java name:String */ _result = new HashSet (); in getDependencies() local
/external/libdrm/
Dxf86drm.h480 #define DRM_CAS_RESULT(_result) long _result argument
482 #define DRM_CAS_RESULT(_result) int _result argument
484 #define DRM_CAS_RESULT(_result) char _result argument
/external/opencv/cv/src/
Dcvtemplmatch.cpp324 cvMatchTemplate( const CvArr* _img, const CvArr* _templ, CvArr* _result, int method ) in cvMatchTemplate()
Dcvhistogram.cpp403 double _result = -1; in cvCompareHist() local
/external/opencv3/modules/core/src/
Dstat.cpp2355 normInf_(const T* src, const uchar* mask, ST* _result, int len, int cn) in normInf_()
2376 normL1_(const T* src, const uchar* mask, ST* _result, int len, int cn) in normL1_()
2397 normL2_(const T* src, const uchar* mask, ST* _result, int len, int cn) in normL2_()
2421 normDiffInf_(const T* src1, const T* src2, const uchar* mask, ST* _result, int len, int cn) in normDiffInf_()
2442 normDiffL1_(const T* src1, const T* src2, const uchar* mask, ST* _result, int len, int cn) in normDiffL1_()
2463 normDiffL2_(const T* src1, const T* src2, const uchar* mask, ST* _result, int len, int cn) in normDiffL2_()
2624 double _result = 0; in norm() local
3000 double _result = 0; in norm() local
/external/opencv3/modules/cudaarithm/src/
Darithm.cpp471 …void ConvolutionImpl::convolve(InputArray _image, InputArray _templ, OutputArray _result, bool cco… in convolve()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/emma/core/java12/com/vladium/util/args/
DOptsParser.java1190 final List _result = new ArrayList (); in namelist() local
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java1310 final LinkedList /* IItem */ _result = new LinkedList (); in getParentPath() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dresponse.py260 def _result(self): member in Response
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c189 boolean _result; in trace_context_get_query_result() local
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...

12