Fix POD
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 11 Apr 2016 12:36:36 +0000 (15:36 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 11 Apr 2016 12:36:36 +0000 (15:36 +0300)
lib/Image/OpenALPR.pm

index c75a365e53051cb595e18339f8a3d698f6d6ea8f..bc9d7aa886a3854447810e6baec4b4ea7d05232a 100644 (file)
@@ -83,6 +83,7 @@ example, if the chosen country is not available) an exception is
 thrown.
 
 =item $alpr->B<recognise>(I<$file>)
+
 =item $alpr->B<recognise>(I<\$data>)
 
 Takes a path to an image file or a reference to the contents of an
@@ -92,16 +93,19 @@ one for each plate found. In scalar context it returns only one such
 object (the first plate found), or undef if no plates were found.
 
 =item $alpr->B<get_version>
+
 =item $alpr->B<getVersion>
 
 Returns the version of the OpenALPR library.
 
 =item $alpr->B<set_country>(I<$country>)
+
 =item $alpr->B<setCountry>(I<$country>)
 
 Changes the country rules in use.
 
 =item $alpr->B<set_prewarp>(I<$prewarp>)
+
 =item $alpr->B<setPrewarp>(I<$prewarp>)
 
 Sets the camera calibration values, as obtained from the
@@ -109,12 +113,14 @@ openalpr-utils-calibrate utility. Can also be set in the configuration
 file.
 
 =item $alpr->B<set_default_region>(I<$region>)
+
 =item $alpr->B<setDefaultRegion>(I<$region>)
 
 Sets the expected region for pattern matching. This improves accuracy.
 The B<matches_template> flag is set on plates that match this pattern.
 
 =item $alpr->B<set_top_n>(I<$n>)
+
 =item $alpr->B<setTopN>(I<$n>)
 
 Sets the maximum number of candidates to return for one plate. Default
This page took 0.010351 seconds and 4 git commands to generate.