From a6894b647651d195d60e7856a232b89d11459002 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 11 Apr 2016 15:36:36 +0300 Subject: [PATCH] Fix POD --- lib/Image/OpenALPR.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Image/OpenALPR.pm b/lib/Image/OpenALPR.pm index c75a365..bc9d7aa 100644 --- a/lib/Image/OpenALPR.pm +++ b/lib/Image/OpenALPR.pm @@ -83,6 +83,7 @@ example, if the chosen country is not available) an exception is thrown. =item $alpr->B(I<$file>) + =item $alpr->B(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 + =item $alpr->B Returns the version of the OpenALPR library. =item $alpr->B(I<$country>) + =item $alpr->B(I<$country>) Changes the country rules in use. =item $alpr->B(I<$prewarp>) + =item $alpr->B(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(I<$region>) + =item $alpr->B(I<$region>) Sets the expected region for pattern matching. This improves accuracy. The B flag is set on plates that match this pattern. =item $alpr->B(I<$n>) + =item $alpr->B(I<$n>) Sets the maximum number of candidates to return for one plate. Default -- 2.30.2