![]() |
Agroeye
1.0
|
Object encapsulating general segmentation. More...
#include <SegmentationGeneral.h>
Public Member Functions | |
void | setDestination (Spatialite db) |
Sets the output location of segementation. More... | |
virtual | ~GeneralSegmentation () |
Protected Member Functions | |
GeneralSegmentation (Raster aRaster, Parameters aParameters, CallbackFunction aCallbackFunc) | |
void | save (RasterDataGroup &rasterData, size_t idNo) |
Saves one iteration of segmentation into database. More... | |
Protected Attributes | |
Raster | raster |
Parameters | parameters |
CallbackFunction | callbackFunction |
Spatialite | db |
PreparedStatement | insertStmt |
SpatialitePolygon | spatiaPolygon |
Object encapsulating general segmentation.
|
inlinevirtual |
|
inlineprotected |
|
protected |
Saves one iteration of segmentation into database.
Inside this method values of statistic are computed !!
rasterData | |
idNo | Number of saving segment |
void agroeye::operations::GeneralSegmentation::setDestination | ( | Spatialite | db | ) |
Sets the output location of segementation.
db | Spatialite database with segmentation results |
|
protected |
|
protected |
Callback function reporting progress Destination database with results
|
protected |
Statement for batch insert into database
|
protected |
Segmentation parameters
|
protected |
Segmented raster
|
protected |
Convertions from pixel coordinates into spatial polygon