mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 01:07:42 +08:00
Added setMask function to main ALPR API
This commit is contained in:
@@ -95,6 +95,10 @@ namespace alpr
|
||||
impl->setPrewarp(prewarp_config);
|
||||
}
|
||||
|
||||
void Alpr::setMask(unsigned char* pixelData, int bytesPerPixel, int imgWidth, int imgHeight)
|
||||
{
|
||||
impl->setMask(pixelData, bytesPerPixel, imgWidth, imgHeight);
|
||||
}
|
||||
|
||||
void Alpr::setDetectRegion(bool detectRegion)
|
||||
{
|
||||
|
Reference in New Issue
Block a user