Home
last modified time | relevance | path

Searched refs:logo (Results 1 – 25 of 81) sorted by relevance

1234

/external/opencv3/doc/py_tutorials/py_core/py_image_arithmetics/
Dpy_image_arithmetics.markdown73 I want to put OpenCV logo above an image. If I add two images, it will change color. If I blend it,
75 ROI as we did in last chapter. But OpenCV logo is a not a rectangular shape. So you can do it with
82 # I want to put logo on top-left corner, So I create a ROI
86 # Now create a mask of logo and create its inverse mask also
91 # Now black-out the area of logo in ROI
94 # Take only region of logo from logo image.
97 # Put logo in ROI and modify the main image
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c476 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in add_logo()
480 hcert->logo = n; in add_logo()
481 n = &hcert->logo[hcert->num_logo]; in add_logo()
748 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() argument
758 if (logo->communityLogos) { in debug_print_logotypeext()
759 num = sk_LogotypeInfo_num(logo->communityLogos); in debug_print_logotypeext()
762 info = sk_LogotypeInfo_value(logo->communityLogos, i); in debug_print_logotypeext()
767 if (logo->issuerLogo) { in debug_print_logotypeext()
768 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent ); in debug_print_logotypeext()
771 if (logo->subjectLogo) { in debug_print_logotypeext()
[all …]
Dhttp-utils.h34 struct http_logo *logo; member
/external/markdown/tests/misc/
Duche.txt1 ![asif](http://fourthought.com/images/ftlogo.png "Fourthought logo")
5 logo")](http://fourthought.com/)
/external/wpa_supplicant_8/hs20/server/ca/
Dclean.sh11 rm -f ca.pem logo.asn1 logo.der server.der ocsp-server-cache.der
Dsetup.sh192 …sl asn1parse -in server.der -inform DER | grep HEX | tail -1 | sed 's/.*://' | xxd -r -p > logo.der
193 openssl asn1parse -in logo.der -inform DER > logo.asn1
/external/valgrind/exp-bbv/tests/
DMakefile.am32 logo.include logo.lzss_new
Dlogo.lzss_new1 logo:
/external/valgrind/exp-bbv/tests/ppc32-linux/
Dll.S80 addi 9,DATA_BEGIN,(logo-data_begin)-1
84 # end of the logo
147 bl write_stdout # and print the logo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-netrexx.jar ... boolean explicit private boolean format private boolean keep private boolean logo private boolean replace private boolean savelog private java.io ...
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
D.npmignore8 logo.png
DCHANGELOG.md37 * Add: logo
/external/okhttp/website/static/
Dapp.css136 .row .logo {
140 .row .logo img {
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c2826 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
2829 logo->alg_oid, logo->uri); in osu_cert_cb()
2831 logo->hash, logo->hash_len); in osu_cert_cb()
2843 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
2844 size_t uri_len = os_strlen(logo->uri); in osu_cert_cb()
2849 i, logo->uri, (int) uri_len, (int) name_len); in osu_cert_cb()
2854 pos = &logo->uri[uri_len - name_len - 1]; in osu_cert_cb()
2878 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
2880 if (logo->hash_len != 32) { in osu_cert_cb()
2883 j, i, (int) logo->hash_len); in osu_cert_cb()
[all …]
/external/valgrind/exp-bbv/tests/arm-linux/
Dll.S49 add r3,r11,#(logo-data_begin)
50 @ r3 points to logo data
52 @ r8 points to logo end
120 bl write_stdout @ print the logo
/external/v8/benchmarks/
Dstyle.css52 background-image: url(v8-logo.png);
/external/opencv3/doc/tutorials/objdetect/
Dtraincascade.markdown87 positive sample for absolutely rigid object like an OpenCV logo, but you definetely need hundreds
91 So, a single object image may contain a company logo. Then a large set of positive samples is
92 created from the given object image by random rotating, changing the logo intensity as well as
93 placing the logo on arbitrary background. The amount and range of randomness can be controlled by
104 Source object image (e.g., a company logo).
/external/skia/
DDoxyfile10 PROJECT_LOGO = https://skia.org/res/img/logo.png
/external/libvorbis/doc/
Dfooter.tex7 %\TODO{display xifish.pdf, [Xiph.org logo]}
/external/dng_sdk/
DNOTICE76 Adobe and the DNG logo are the trademarks or registered trademarks of Adobe
80 logo please go to www.adobe.com.
DLICENSE.source_code66 Adobe and the DNG logo are the trademarks or registered trademarks of Adobe
70 logo please go to www.adobe.com.
DLICENSE69 Adobe and the DNG logo are the trademarks or registered trademarks of Adobe
73 logo please go to www.adobe.com.
/external/valgrind/exp-bbv/tests/x86-linux/
Dll.S50 mov $logo, %esi # %esi points to logo (for lodsb)
113 call write_stdout # print the logo
/external/valgrind/exp-bbv/tests/amd64-linux/
Dll.S56 mov $logo, %esi # %esi points to logo (for lodsb)
121 call write_stdout # print the logo
/external/libvncserver/webclients/novnc/
DLICENSE.txt14 include/logo.js

1234