volcamcore  2019 march
Biblioteca volcamcore
Clases
Referencia del Archivo vpointimages_wc.h

Clase para el manejo de la tabla relacional (VPointImgsWC) que une puntos de interés (VPoints) con imágenes (ImgsWC) Más...

#include <QObject>
#include <QtWidgets>
#include <QtSql>
#include "conf_pointsofinterest.h"
#include "imagenes_wc.h"

Ir al código fuente de este archivo.

Clases

struct  VPointImgsWC
 
class  VPointImages_WC
 

Descripción detallada

Clase para el manejo de la tabla relacional (VPointImgsWC) que une puntos de interés (VPoints) con imágenes (ImgsWC)

Versión
1.0
Fecha
2019 march
Autor
Carlos Alberto Ospina Caicedo (SGC-OVSPo)

Clase para el manejo de la tabla relacional que une puntos de interés (VPoints) con imágenes (ImgsWC)

Funciona tanto en archivos como en base de datos (geodata)

Para aprender a usar esta clase puedes ejecutar la función getHelp()

Help to use VPointImages_WC.h

This class is based on a structure called ImgsWC (images web cams)

When you use this class you should work with this structure

This structure contains the follow fields:

QString stations; Stations stored at one structure splitted by ;

QList of int ids; List of ids getted from database or randomly

QList of QDateTime datetime; List of datetime getted from database or image names on the catalog structure

QStringList path; List of path getted from database or the catalog structure

QStringList second_path; List of second_path getted from database or the catalog structure

QStringList station; List of station getted from database or the catalog structure

QStringList edition; List of edition (general or selection) optinos edditable to specify if you want to make a processing on this image

QList of int paramsrelated_id; List of paramsrelated_id. Parameters getted from Conf_StnDevices.h using the imagepro_all.h structure

QStringList classification; List of classification data in json format

  1. Set the Config structure or the Catalog_directory

DB: Set the Db_geodata data base structure if you will use data base

Then, use the function getImageWCList_db to get the image list from data base

Catalog: Use the function getImageWCList to get the image list from the catalog files structure

Use the function getImgsWC_params to get a ImgsWC_params structure that is an important related to the image list

Use the function getImageWCList_text to get a text of the complete image list in a csv formatted string

Use the function saveImagesWCList to save file with the complete image list in a Text(csv formatted file) or Json formatted file or a json Binary file

Use the function getImageWCList_json to read a file with a image list in a Text(csv formatted file) or Json formatted file or a json Binary file