File test_vegetation_polygon.cpp
FileList > lib > vegetation > tests > test_vegetation_polygon.cpp
Go to the source code of this file
#include <gtest/gtest.h>#include <algorithm>#include <cmath>#include <map>#include <set>#include <vector>#include "config_input/config_input.hpp"#include "contour/contour.hpp"#include "contour/contour_gen.hpp"#include "geometry/polygon.hpp"#include "grid/grid.hpp"#include "utilities/progress_tracker.hpp"#include "vegetation/vegetation_polygon.hpp"
Public Functions
| Type | Name |
|---|---|
| TEST (ExtractThresholdLayers, UsesDefaultLayerName) |
|
| TEST (ExtractThresholdLayers, SortedByThreshold) |
|
| TEST (ExtractThresholdLayers, EmptyConfig) |
|
| TEST (ContoursToPolygons, SingleThresholdNoHoles) |
|
| TEST (ContoursToPolygons, NestedContoursAreIndependent) |
|
| TEST (ContoursToPolygons, DetectsOuterRingVsHole) |
|
| TEST (ContoursToPolygons, CwOnlyRingProducesNoPolygon) |
|
| TEST (TrimVegePolygons, ClipsToExportExtent) |
|
| TEST (TrimVegePolygons, RemovesPolygonOutsideExtent) |
|
| TEST (ContoursToPolygons, DeepNestedPolygonInHoleInPolygon) |
|
| TEST (ContoursToPolygons, TwoSeparatePeaks) |
|
| TEST (ContoursToPolygons, LayerAssignmentFromThreshold) |
|
| TEST (FilterByMinArea, RemovesSmallPolygons) |
|
| TEST (FilterByMinArea, KeepsAllWhenNoThreshold) |
|
| TEST (FilterByMinArea, RespectsDifferentLimits) |
|
| TEST (FilterByMinArea, UsesNetAreaNotExterior) |
|
| TEST (FilterSmallHoles, RemovesTinyHoles) |
|
| TEST (FilterSmallHoles, NoFilterWhenZero) |
|
| TEST (FilterSmallHoles, DifferentPerLayer) |
|
| TEST (SubtractFromPolygon, PreservesLayerMetadata) |
|
| TEST (SubtractFromPolygon, GreenDonutLeavesForestRing) |
|
| TEST (SubtractFromPolygon, SmallHolesRemovedByPostSubtractFilter) |
|
| TEST (GenerateVegePolygons, RoughOpenLandHolesMatchRemainingForest) |
|
| TEST (GenerateVegePolygons, RoughOpenLandHasNoTinySpeckleHoles) |
|
| TEST (GenerateVegePolygons, GreenDonutCutLeavesForestRing) |
|
| TEST (ContoursToPolygons, NestedHoles) |
|
| TEST (ContoursToPolygons, BigGrid) |
|
| std::vector< VegePolygon > | forest_contours_polygonize (const GeoGrid< float > & grid) |
Public Functions Documentation
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function TEST
function forest_contours_polygonize
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/vegetation/tests/test_vegetation_polygon.cpp