|
Evo 7.13.0-TM26061101
Evo LPR Engine
|
#include <CamCalib.hpp>
Public Member Functions | |
| virtual double | GetFocalLen (void) const =0 |
| virtual EvoRC | ChangeFocalLen (double delta)=0 |
| virtual EvoSize | GetOutputSize (void) const =0 |
| virtual EvoRC | SetOutputSize (const EvoSize &size)=0 |
| virtual Picture::Ptr | Rectify (const char *imgPath)=0 |
| virtual Picture::Ptr | Rectify (const EvoImage &img)=0 |
| virtual Picture::Ptr | Rectify (const void *encImg, size_t len)=0 |
| Public Member Functions inherited from Evo::CC::Model | |
| virtual const char * | GetCalibName (void) const |
| virtual const char * | GetCamProd (void) const |
| virtual const char * | GetLensProd (void) const |
| virtual EvoSize | GetMaxResol (void) const |
Static Public Member Functions | |
| static EVOCC_DECLSPEC Ptr | Create (const char *calibName) |
Class for fishsys-lens camera model.
|
pure virtual |
Change the current local length. This doesn't directly set the focal length but adds to or subtracts from the default one.
| [in] | delta | Value which is added or subtraced. If set to zero, the current focal length is set to default value. |
|
static |
Create an instance of fisheye-lens camera model.
| [in] | calibName | Name of applied calibration data. |
|
pure virtual |
Get the current focal length.
|
pure virtual |
Get current ouptput size of the rectitied image.
|
pure virtual |
Rectify the input image distorted by fisheye-lens.
| [in] | imgPath | Path of the image file. |
|
pure virtual |
Rectify the input image distorted by fisheye-lens.
| [in] | img | Input image data |
|
pure virtual |
Rectify the input image distorted by fisheye-lens.
| [in] | encImg | Buffer of encoded image such as jpeg, png, bmp and so on. |
| [in] | len | Length of the buffer. |