Searched refs:leftmost (Results 1 – 19 of 19) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | lsd.cpp | 1002 edge* leftmost = 0; in rect_nfa() local 1007 if(!leftmost) // if uninitialized in rect_nfa() 1009 leftmost = &ordered_x[i]; in rect_nfa() 1011 else if (leftmost->p.x > ordered_x[i].p.x) in rect_nfa() 1013 leftmost = &ordered_x[i]; in rect_nfa() 1017 leftmost->taken = true; in rect_nfa() 1055 double flstep = (min_y->p.y != leftmost->p.y) ? in rect_nfa() 1056 … (min_y->p.x - leftmost->p.x) / (min_y->p.y - leftmost->p.y) : 0; //first left step in rect_nfa() 1057 double slstep = (leftmost->p.y != tailp->p.x) ? in rect_nfa() 1058 … (leftmost->p.x - tailp->p.x) / (leftmost->p.y - tailp->p.x) : 0; //second left step in rect_nfa() [all …]
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/ |
D | py_contour_properties.markdown | 103 Extreme Points means topmost, bottommost, rightmost and leftmost points of the object. 105 leftmost = tuple(cnt[cnt[:,:,0].argmin()][0])
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_half.inl | 219 // the sign bit and the 10 leftmost bits of the 221 // leftmost bits are all zero, the NAN would turn
|
/external/curl/lib/ |
D | objnames.inc | 58 # 6) Five leftmost substrings which end in an underscore character are
|
/external/cros/system_api/dbus/power_manager/ |
D | power_supply_properties.proto | 59 // left side, while BACK_LEFT means the leftmost port on the back of the
|
/external/libvorbis/doc/ |
D | 03-codebook.tex | 240 above, the leftmost bit is the MSb. 254 new leaf in the leftmost possible position.
|
/external/regex-re2/ |
D | ucs2.diff | 25 if (TrySearch(prog_->start(), p)) // Match must be leftmost; done. 350 if (Visit(prog_->start(), p)) // Match must be leftmost; done.
|
/external/srtp/doc/ |
D | draft-irtf-cfrg-icm-00.txt | 157 left-shifts the Offset so that it is aligned with the leftmost
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1433 // Find leftmost one, AKA count leading zeros. The instruction actually 1435 // and the second giving a copy of the source with the leftmost one bit
|
/external/valgrind/docs/internals/ |
D | s390-opcodes.csv | 645 flogr,"find leftmost one",implemented,
|
/external/avahi/specs/ |
D | draft-cheshire-dnsext-dns-sd-02.txt | 507 least-significant (leftmost) part of the name:
|
D | draft-cheshire-dnsext-dns-sd-03.txt | 507 least-significant (leftmost) part of the name:
|
D | draft-cheshire-dnsext-dns-sd-04.txt | 531 least-significant (leftmost) part of the name:
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 761 before the entire declaration and have it apply in the leftmost
|
/external/bison/doc/ |
D | bison.texi | 1581 leftmost symbol in the sequence. @xref{Recursion, ,Recursive Rules}. 3447 Since the recursive use of @code{expseq1} is the leftmost symbol in the
|
D | bison.info | 2133 leftmost symbol in the sequence. *Note Recursive Rules: Recursion. 3744 Since the recursive use of `expseq1' is the leftmost symbol in the
|
/external/libpng/ |
D | libpng-manual.txt | 1688 2 pixels/byte with the leftmost pixel in the high-order bits of the byte,
|
/external/bison/ |
D | ChangeLog-2012 | 15161 (yyreportTree): Use a stack-based leftmost state. This avoids
|
/external/tpm2/ |
D | part4.txt | 34094 782 // Set z = leftmost bits of the digest
|