# PRLib **Repository Path**: alexstar/PRLib ## Basic Information - **Project Name**: PRLib - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PRLib - Pre-Recognition Library. The main aim of the library - prepare image for recogntion. Image processing can really help to improve recognition quality. *Features:* * Binarization (Global Otsu, Sauvola, Niblack, Adaptive) * Deskew * Denoise (Non-local Means Denoising algorithm) * Thinning (Zhang-Suen, Guo-Hall) * Blur detection (LAPM, LAPV, TENG, GLVN) * Deblur (Gaussian-based) * White balance (Simple, Grayworld) * Border detection (Canny-based) * Removing perspective warp * Crop *Dependencies:* OpenCV + OpenCV contrib, Leptonica. *How to build:* 1) Go to the directory with source code 2) Make directory for build: ``` mkdir build ``` 3) Run cmake: ``` cmake .. ``` 4) Run make: ``` make ```