3 #include "opals/config.hpp"
54 Type::Enum e_featureType;
60 Type::Enum e_getFeatureType()
const;
61 unsigned u_getN()
const;
62 double d_getP()
const;
63 double d_getBinWidth()
const;
64 void v_setFeatureType(
const Type::Enum&Ire_featureType);
65 void v_setN(
const unsigned &Iru_n);
66 void v_setP(
const double &Ird_p);
67 void v_setBinWidth(
const double &Ird_binWidth);
70 unsigned u_minNumberOfElement()
const;
Definition: _StatFeature.hpp:7
thrown if a strip name was provided that is unknown
Definition: c++_api/inc/opals/Exception.hpp:281
logger
Definition: _overlap.py:21
processor
Definition: _import.py:24
processor
Definition: _export.py:26
processor
Definition: _grid.py:30
@ median
median
Definition: _StatFeature.hpp:23
@ pdist
average linear point distance (see DM::ILinearDistance2D for details)
Definition: _StatFeature.hpp:41
filelist
Definition: _grid.py:21
outdir
Definition: _bounds.py:23
cfg
Definition: _overlap.py:25
outdir
Definition: _import.py:20
outdir
Definition: _export.py:22
thrown if the provided filename doesn't exist.
Definition: c++_api/inc/opals/Exception.hpp:238
cfg
Definition: _bounds.py:24
a
Definition: _linReg.py:72
def _fillPosfixMap(self, mod)
Definition: _grid.py:47
copySource
Definition: _setCRS.py:71
stats
Definition: _linReg.py:14
title
Definition: _linReg.py:15
processor
Definition: _overlap.py:27
Definition: _export.py:17
@ range
difference between highest and lowest
Definition: _StatFeature.hpp:19
cfg
Definition: _import.py:21
cfg
Definition: _export.py:24
@ nmax
n highest
Definition: _StatFeature.hpp:21
axistitle
Definition: _linReg.py:16
impfiles
Definition: _import.py:23
@ rms
root mean square
Definition: _StatFeature.hpp:27
@ variance
(sample) variance
Definition: _StatFeature.hpp:26
def getImgListAndCamPars()
This function parses the Pix4D calibrated_camera_parameters.txt file containing the list of all image...
Definition: _pix4dUtils.py:283
outdir
Definition: _grid.py:22
def cmdline(argv=sys.argv[1:])
this function is called when _export is called directly
Definition: _export.py:110
programming error which appears if the opals framework wasn't used correctly;
Definition: c++_api/inc/opals/Exception.hpp:200
def initPix4dUtils(p4DPjFile, imgDir, tsFile)
Initialization function setting globla variables Pix4D project file, image file path and time stamp f...
Definition: _pix4dUtils.py:40
skipIfExists
Definition: _grid.py:24
plt
Definition: _linReg.py:17
def cmdline(argv=sys.argv[1:])
parse command line arguments
Definition: _setCRS.py:48
@ negOpenness
negative openness
Definition: _StatFeature.hpp:40
@ rank
quantile rank [0..100]
Definition: _StatFeature.hpp:38
def getWKT(self)
returns WKT string (or empty) from command-line parameters
Definition: _setCRS.py:76
@ stdDev
standard deviation
Definition: _StatFeature.hpp:25
wkt
Definition: _setCRS.py:70
Enum
Definition: _StatFeature.hpp:14
mask
Definition: _grid.py:25
outdir
Definition: _overlap.py:24
@ pdens
point density
Definition: _StatFeature.hpp:32
Definition: _import.py:16
outfile
Definition: _export.py:23
filelist
Definition: _overlap.py:22
feature
Definition: _grid.py:38
@ center
select closest to cell center
Definition: _StatFeature.hpp:37
@ shannonEntropy
shannon entropy, measure of information content
Definition: _StatFeature.hpp:35
Enumeration defining different cell feature types (used by opalsCell)
Definition: _StatFeature.hpp:12
Definition: _setCRS.py:65
def getStripIndexForImages(imgEosAndTimeStamps, stripIdAndTimeRange, imgCamIDs)
This function takes a dictionary containing the eos and time stamps for each image,...
Definition: _pix4dUtils.py:335
scope
Definition: _grid.py:31
logger
Definition: _grid.py:33
slope
Definition: _grid.py:26
singleFile
Definition: _export.py:30
def cmdline(argv=sys.argv[1:])
this function is called when _bounds is called directly
Definition: _bounds.py:68
gridMask
Definition: _grid.py:29
Contains the public interface of OPALS.
Definition: ApplyTrafo.hpp:5
screenLogLevel
Definition: _import.py:26
def cmdline(argv=sys.argv[1:])
this function is called when _import is called directly
Definition: _import.py:85
skipIfExists
Definition: _import.py:22
inFile
Definition: _setCRS.py:68
filelist
Definition: _bounds.py:22
@ max
highest
Definition: _StatFeature.hpp:18
gridfiles
Definition: _grid.py:27
@ sum
sum
Definition: _StatFeature.hpp:24
Definition: _bounds.py:18
Definition: _overlap.py:18
scope
Definition: _bounds.py:28
cfg
Definition: _grid.py:23
@ minority
the class with the lowest relative frequency (histogram based)
Definition: _StatFeature.hpp:30
pairs
Definition: _overlap.py:26
lim
Definition: _linReg.py:13
boundsfiles
Definition: _overlap.py:23
logger
Definition: _bounds.py:21
forcezero
Definition: _linReg.py:71
expfiles
Definition: _export.py:25
postfixMap
Definition: _grid.py:32
skipIfExists
Definition: _bounds.py:25
@ majority
the class with the highest relative frequency (histogram based)
Definition: _StatFeature.hpp:31
def cmdline(argv=sys.argv[1:])
this function is called when _overlap is called directly
Definition: _overlap.py:84
@ nmin
n lowest
Definition: _StatFeature.hpp:20
extension
Definition: _export.py:34
epsgCode
Definition: _setCRS.py:69
def composeOutfile(self, exp, infile)
Definition: _export.py:36
Y
Definition: _linReg.py:12
Definition: _linReg.py:68
X
Definition: _linReg.py:11
scope
Definition: _overlap.py:28
b
Definition: _linReg.py:70
maskfiles
Definition: _grid.py:28
reset
Definition: _setCRS.py:72
def getProjectNameAndParsDir()
Definition: _pix4dUtils.py:88
filelist
Definition: _import.py:19
filelist
Definition: _export.py:21
def convert3dTiePoints(tpFile, tpIds)
Definition: _pix4dUtils.py:366
@ pcount
point count
Definition: _StatFeature.hpp:33
def cmdline(argv=sys.argv[1:])
this function is called when _grid is called directly
Definition: _grid.py:154
a general parameter error (usually comes from boost::program_options)
Definition: c++_api/inc/opals/Exception.hpp:206
@ quantile
p-quantile (p=0..1)
Definition: _StatFeature.hpp:34
@ mean
mean
Definition: _StatFeature.hpp:22
processor
Definition: _bounds.py:27
@ quadraticEntropy
quadratic entropy, measure of information content
Definition: _StatFeature.hpp:36
logger
Definition: _setCRS.py:67
boundsfiles
Definition: _bounds.py:26
def convertTiePointsObs()
Definition: _pix4dUtils.py:113
def convertImageEORs()
Definition: _pix4dUtils.py:170
def readCalibCamParsEntry(file)
Read a single image file entry in calibrated camera parameters file.
Definition: _pix4dUtils.py:248
fileLogLevel
Definition: _import.py:27
thrown if the provided file cannot be accessed for reading.
Definition: c++_api/inc/opals/Exception.hpp:244
scope
Definition: _import.py:25
scope
Definition: _export.py:27
@ posOpenness
positive openness
Definition: _StatFeature.hpp:39
logger
Definition: _import.py:18
logger
Definition: _export.py:20