|
|
@@ -115,8 +115,8 @@
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
- <p class="phpdocumentor-summary"><p>Encapsulates logic that can detect a QR Code in an image, even if the QR Code
|
|
|
-is rotated or skewed, or partially obscured.</p></p>
|
|
|
+ <p class="phpdocumentor-summary">Encapsulates logic that can detect a QR Code in an image, even if the QR Code
|
|
|
+is rotated or skewed, or partially obscured.</p>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -166,32 +166,32 @@ is rotated or skewed, or partially obscured.</p></p>
|
|
|
<span>
|
|
|
: <a href="classes/chillerlan-QRCode-Decoder-BitMatrix.html"><abbr title="\chillerlan\QRCode\Decoder\BitMatrix">BitMatrix</abbr></a> </span>
|
|
|
</dt>
|
|
|
-<dd><p>Detects a QR Code in an image.</p></dd>
|
|
|
+<dd>Detects a QR Code in an image.</dd>
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
|
|
<a href="classes/chillerlan-QRCode-Detector-Detector.html#method_calculateModuleSize">calculateModuleSize()</a>
|
|
|
<span>
|
|
|
: float </span>
|
|
|
</dt>
|
|
|
-<dd><p>Computes an average estimated module size based on estimated derived from the positions
|
|
|
-of the three finder patterns.</p></dd>
|
|
|
+<dd>Computes an average estimated module size based on estimated derived from the positions
|
|
|
+of the three finder patterns.</dd>
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
|
|
<a href="classes/chillerlan-QRCode-Detector-Detector.html#method_calculateModuleSizeOneWay">calculateModuleSizeOneWay()</a>
|
|
|
<span>
|
|
|
: float </span>
|
|
|
</dt>
|
|
|
-<dd><p>Estimates module size based on two finder patterns -- it uses
|
|
|
-{@link #sizeOfBlackWhiteBlackRunBothWays(int, int, int, int)} to figure the
|
|
|
-width of each, measuring along the axis between their centers.</p></dd>
|
|
|
+<dd>Estimates module size based on two finder patterns -- it uses
|
|
|
+#sizeOfBlackWhiteBlackRunBothWays(int, int, int, int) to figure the
|
|
|
+width of each, measuring along the axis between their centers.</dd>
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
|
|
<a href="classes/chillerlan-QRCode-Detector-Detector.html#method_computeDimension">computeDimension()</a>
|
|
|
<span>
|
|
|
: int </span>
|
|
|
</dt>
|
|
|
-<dd><p>Computes the dimension (number of modules on a size) of the QR Code based on the position
|
|
|
-of the finder patterns and estimated module size.</p></dd>
|
|
|
+<dd>Computes the dimension (number of modules on a size) of the QR Code based on the position
|
|
|
+of the finder patterns and estimated module size.</dd>
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
|
|
<a href="classes/chillerlan-QRCode-Detector-Detector.html#method_createTransform">createTransform()</a>
|
|
|
@@ -205,24 +205,24 @@ of the finder patterns and estimated module size.</p></dd>
|
|
|
<span>
|
|
|
: <a href="classes/chillerlan-QRCode-Detector-AlignmentPattern.html"><abbr title="\chillerlan\QRCode\Detector\AlignmentPattern">AlignmentPattern</abbr></a>|null </span>
|
|
|
</dt>
|
|
|
-<dd><p>Attempts to locate an alignment pattern in a limited region of the image, which is
|
|
|
-guessed to contain it.</p></dd>
|
|
|
+<dd>Attempts to locate an alignment pattern in a limited region of the image, which is
|
|
|
+guessed to contain it.</dd>
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
|
|
<a href="classes/chillerlan-QRCode-Detector-Detector.html#method_sizeOfBlackWhiteBlackRun">sizeOfBlackWhiteBlackRun()</a>
|
|
|
<span>
|
|
|
: float </span>
|
|
|
</dt>
|
|
|
-<dd><p>This method traces a line from a po$in the image, in the direction towards another point.</dd>
|
|
|
+<dd>This method traces a line from a po$in the image, in the direction towards another point.</dd>
|
|
|
|
|
|
<dt class="phpdocumentor-table-of-contents__entry -method -private">
|
|
|
<a href="classes/chillerlan-QRCode-Detector-Detector.html#method_sizeOfBlackWhiteBlackRunBothWays">sizeOfBlackWhiteBlackRunBothWays()</a>
|
|
|
<span>
|
|
|
: float </span>
|
|
|
</dt>
|
|
|
-<dd>See {@link #sizeOfBlackWhiteBlackRun(int, int, int, int)}; computes the total width of
|
|
|
+<dd>See #sizeOfBlackWhiteBlackRun(int, int, int, int); computes the total width of
|
|
|
a finder pattern by looking for a black-white-black run from the center in the direction
|
|
|
-of another po$(another finder pattern center), and in the opposite direction too.</p></dd>
|
|
|
+of another po$(another finder pattern center), and in the opposite direction too.</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
|
|
@@ -338,7 +338,7 @@ of another po$(another finder pattern center), and in the opposite direction too
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
- <p class="phpdocumentor-summary"><p>Detects a QR Code in an image.</p></p>
|
|
|
+ <p class="phpdocumentor-summary">Detects a QR Code in an image.</p>
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">public</span>
|
|
|
@@ -371,8 +371,8 @@ of another po$(another finder pattern center), and in the opposite direction too
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
- <p class="phpdocumentor-summary"><p>Computes an average estimated module size based on estimated derived from the positions
|
|
|
-of the three finder patterns.</p></p>
|
|
|
+ <p class="phpdocumentor-summary">Computes an average estimated module size based on estimated derived from the positions
|
|
|
+of the three finder patterns.</p>
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
@@ -446,9 +446,9 @@ of the three finder patterns.</p></p>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
- <p class="phpdocumentor-summary"><p>Estimates module size based on two finder patterns -- it uses
|
|
|
-{@link #sizeOfBlackWhiteBlackRunBothWays(int, int, int, int)} to figure the
|
|
|
-width of each, measuring along the axis between their centers.</p></p>
|
|
|
+ <p class="phpdocumentor-summary">Estimates module size based on two finder patterns -- it uses
|
|
|
+#sizeOfBlackWhiteBlackRunBothWays(int, int, int, int) to figure the
|
|
|
+width of each, measuring along the axis between their centers.</p>
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
@@ -500,8 +500,8 @@ width of each, measuring along the axis between their centers.</p></p>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
- <p class="phpdocumentor-summary"><p>Computes the dimension (number of modules on a size) of the QR Code based on the position
|
|
|
-of the finder patterns and estimated module size.</p></p>
|
|
|
+ <p class="phpdocumentor-summary">Computes the dimension (number of modules on a size) of the QR Code based on the position
|
|
|
+of the finder patterns and estimated module size.</p>
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
@@ -658,8 +658,8 @@ of the finder patterns and estimated module size.</p></p>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
- <p class="phpdocumentor-summary"><p>Attempts to locate an alignment pattern in a limited region of the image, which is
|
|
|
-guessed to contain it.</p></p>
|
|
|
+ <p class="phpdocumentor-summary">Attempts to locate an alignment pattern in a limited region of the image, which is
|
|
|
+guessed to contain it.</p>
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
@@ -733,14 +733,14 @@ guessed to contain it.</p></p>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
- <p class="phpdocumentor-summary"><p>This method traces a line from a po$in the image, in the direction towards another point.</p>
|
|
|
+ <p class="phpdocumentor-summary">This method traces a line from a po$in the image, in the direction towards another point.</p>
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|
|
|
<span class="phpdocumentor-signature__name">sizeOfBlackWhiteBlackRun</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$fromX</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$fromY</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$toX</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int </span><span class="phpdocumentor-signature__argument__name">$toY</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">float</span></code>
|
|
|
|
|
|
<section class="phpdocumentor-description"><p>It begins in a black region, and keeps going until it finds white, then black, then white again.
|
|
|
-It reports the distance from the start to this point.</p></p>
|
|
|
+It reports the distance from the start to this point.</p>
|
|
|
<p>This is used when figuring out how wide a finder pattern is, when the finder pattern
|
|
|
may be skewed or rotated.</p>
|
|
|
</section>
|
|
|
@@ -806,9 +806,9 @@ may be skewed or rotated.</p>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
- <p class="phpdocumentor-summary">See {@link #sizeOfBlackWhiteBlackRun(int, int, int, int)}; computes the total width of
|
|
|
+ <p class="phpdocumentor-summary">See #sizeOfBlackWhiteBlackRun(int, int, int, int); computes the total width of
|
|
|
a finder pattern by looking for a black-white-black run from the center in the direction
|
|
|
-of another po$(another finder pattern center), and in the opposite direction too.</p></p>
|
|
|
+of another po$(another finder pattern center), and in the opposite direction too.</p>
|
|
|
|
|
|
<code class="phpdocumentor-code phpdocumentor-signature ">
|
|
|
<span class="phpdocumentor-signature__visibility">private</span>
|