Goup of Pictures.
More...
#include <FAVEngine.hpp>
This class manages several captured pictures of which number is determined by the parameter 'EVOPARAM_GOP_SIZE' in EvoParam. For details, refer to EvoParam and Engine::SetParam().
◆ GetHeadDir()
| virtual EvoHeadDir Evo::GOP::GetHeadDir |
( |
void | | ) |
const |
|
pure virtual |
Get automobile's heading direction all over the pictures. This is influenced by the parameter 'EVOPARAM_OUTPUT' in EvoParam.
- Returns
- Automobile's heading direction. For details, refer to EvoHeadDir.
◆ GetNumPic()
| virtual size_t Evo::GOP::GetNumPic |
( |
void | | ) |
const |
|
pure virtual |
Get number of pictures which the GOP contains.
- Returns
- Number of pictures
◆ GetPicImg()
| virtual const EvoImage * Evo::GOP::GetPicImg |
( |
void | | ) |
const |
|
pure virtual |
Get image data of the selected picture.
- Returns
- image data
◆ GetPicTime()
Get time stamp when the selected picture was captured. For details, refer to Picture::GetTime().
- Parameters
-
- Returns
- Time Stamp
◆ GetPosInPic()
| virtual EvoRect Evo::GOP::GetPosInPic |
( |
void | | ) |
const |
|
pure virtual |
Get position of the license plate in the selected picture.
- Returns
- Position of the license plate.
◆ GetSelPic()
| virtual size_t Evo::GOP::GetSelPic |
( |
void | | ) |
const |
|
pure virtual |
Get the currently selected picture.
- Returns
- Picture index
◆ SaveAllInTIFF()
| virtual EvoRC Evo::GOP::SaveAllInTIFF |
( |
const char * | path, |
|
|
int | quality = 95 ) const |
|
pure virtual |
Create TIFF file with all the pictures JPEG-compressed.
- Parameters
-
- Returns
- EvoRC code
◆ SavePicInJPEG()
| virtual EvoRC Evo::GOP::SavePicInJPEG |
( |
const char * | path, |
|
|
int | quality = 95 ) const |
|
pure virtual |
Create JPEG file of the selected picture.
- Parameters
-
- Returns
- EvoRC code
◆ SavePicInPNG()
| virtual EvoRC Evo::GOP::SavePicInPNG |
( |
const char * | path, |
|
|
int | compression = 1 ) const |
|
pure virtual |
Create PNG file of the selected picture.
- Parameters
-
- Returns
- EvoRC code
◆ SelectPic()
| virtual EvoRC Evo::GOP::SelectPic |
( |
size_t | idx | ) |
|
|
pure virtual |
Select the specific picture.
- Parameters
-
| idx | Index of required picture. The range is [0, number of pictures). |
- Returns
- EvoRC code