File: function_list.org

package info (click to toggle)
jeolib-jiplib 1.1.6%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,028 kB
  • sloc: cpp: 40,743; python: 2,784; sh: 49; makefile: 24; ansic: 5
file content (426 lines) | stat: -rw-r--r-- 10,949 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
#+TITLE: List of functions in JIPlib
* Global functions
  - createJim
  - createJimList
  - createVector
  - help
** Miscelaneous operators (from MIA module miscel)
   - julianDate
* Jim
# ** Constructors
#    - createJim
#      - copy constructor
#      - mean/stdev
#      - filename
** Accessing Jim attributes and geospatial information
   - nrOfCol
   - nrOfRow
   - nrOfBand
   - nrOfPlane (for Jim only)
   - printNoDataValues
   - pushNoDataValue (add single value)
   - setNoDataValue (clear all values and set a single value)
   - setNoData (list)
   - clearNoData
   - getDataType
*** from MIA module imem
    - getBitsPerPixel
*** Get geospatial information
    - covers
    - getGeoTransform
    - setGeoTransform
    - copyGeoTransform
    - setProjectionProj4
    - getProjectionRef
    - getBoundingBox
    - getCenterPos
    - getUlx
    - getUly
    - getLrx
    - getLry
    - getDeltaX
    - getDeltaY
    - getRefPix
** Input/Output methods
   - open
   - close
   - read
   - write
   - setFile
   - dumpImg
   - isEqual
*** from MIA module imem
    # - imageCreate
    # - imageCopy
    # - imageLutCopy
    # - imageLutCreate
    # - imageLutFree
    # - imageDump
    - setPixVal
    - getPixVal
# *** from MIA module io (redundant?)
#     - gdalInfo
#     - gdalRead
#     - readImageBinary
#     - readImage
#     - readImageToType
#     - writeColorMapTiff
#     - writeTiff
#     - writeTiffOneStripPerLine
#     - gdalGetGeoKey
#     - gdalGetTiffTagGeo
#     - readImageScale
#     - readTiffSubset
#     - tiffInfoFieldValue
#     - tiffInfo
#     - writeGeoTiff
#     - writeMultibandGeoTiff
** Convolution filters and morphological operators
*** spectral/temporal domain (1D)
    - filter1d
*** spatial domain (2D)
    - filter2d
**** convolutional filters (from MIA module convolve)
     - convolve
     - convolveDownSample
     - runSum2d
     - runSum3d
     - runSumInSquareNgb
     - meanFilterInSquareNgb
     - meanFilterIn2dNgb
     - varianceFilterIn2dNgb
     - sumInSquareNgb
     - gradientAzimuth
     - orientationMap
     - phaseCorrelation
**** Morphological operators (from MIA module erodil)
     - morphoErodeLine
     - morphoDilateLine
     - morphoDilateLinePeriodic
     - morphoErodeLinePeriodic
     - morphoErodeNgb4
     - morphoDilateNgb4
     - morphoErode
     - morphoDilate
     - morphoRankFilter
     - morphoRankFilterSquare
     - morphoRankFilterLine
     - morphoRankFilterLineTI
     - morphoGradientMultibandSquareNgb
     - morphoGradientMultiband2dNgb
**** Morphological operators (from MIA module opclo)
     - morphoOpeningAttribute
     - morphoOpeningArea
     - morphoClosingArea
     - morphoOpeningAreaROI
     - morphoClosingAreaROI
     - convexHull
     - morphoClosingHalfPlane
     - morphoClosingHalfPlaneTI
**** Morphological operators (from MIA module hmt)
     - skeleton
     - pruneBinary
     - extractPixelConfigurationBinary
     - extractPixelConfigurationGrey
     - switchOperator
     - skeletonOrderIndependent
     - skeletonAnchored
     - orderDependentThin
     - orderDependentThinFifo
     - orderIndependentThin
     - orderIndependentThinFifo
       
**** Geodesy operators (from MIA module geodesy)
     - geodesicReconstructionByDilation
     - geodesicReconstructionByErosion
     - geodesicReconstruction
     - geodesicComplete
     - getRegionalMinima
     - geodesicTimeFlat
     - geodesicTime
     - geodesicTimeSymmetric
**** Distance functions (from MIA dist module)
     - distance2d4
     - distance2dChamfer57
     - distance2dChamfer
     - distance2dEuclideanFifo
     - distance2dEuclideanSquared
     - distanceInfluenceZones2dEuclidean
     - distanceInfluenceZones2dOrderedIndependent
     - distanceGeodesic
     - distance2dEuclideanConstrained
*** spatial and spectral domain (3D)
**** Morphological operators (from MIA module erodil)
     - morphoErodeVolumic
** Classification methods
   - classify (svm,ann)
   - classifySML
   - reclass
   - validate
*** from MIA module stats
    - classStatsInfo
    - classMinDst
    - classBox
    - classMahanalobis
    - classMaximumLikelihood
    - similarityDetectionSequential
    - crosscorrNormalisedLewis
    - crosscorrNormalised
** Mask / Threshold methods
   - setThreshold
   - setAbsThreshold
   - getMask
   - setMask
***  from MIA module pointop
    - pointOpThresh
    - pointOpSetLevel
    - pointOpSetRange
** Convert methods
   # - band2plane
   # - plane2band
   # - jim2json
   # - json2jim
   # - jim2mia (private)
   # - mia2jim (private)
   - jim2np (implemented in Python)
   - np2jim (implemented in Python)
*** from MIA module format
    - convertTo1bitPerPixel
    - convertTo4bitPerPixel
    - convertToUint16
    - convertToUint32
    - convertToFloat32
    - convertToDouble64
    - convertToUchar8
    - convertDouble64ToFloat32
    - convertUint32toFloat32
    - convertSwapBytes
    - convertDeinterleave
    # can be moved to member function of JimList
    - convertHsiToRgb
    - convertHlsToRgb
    - convertRgbToHsx
    - convertRgbTo3d
# *** from MIA module imem
#     - imageToArray
#     - imageFromArray
** Statistical methods and interpolations
   - statProfile
   - getStats
   - stretch
   - fillNoData (currently only in pktools, to be ported to jiplib)
*** from MIA module imem
    - imageInfo
    - getFirstPixWithVal
*** Miscelaneous operators (from MIA module miscel)
    - orientationMean
    - orientationCoherence
    - paraboloidGetCoordinatesExtremum
    - linearFit
    - gradientTransition
*** from MIA module stats
    - histo1d
    - histo2d
    - histo3d
    - histo1dCumulative
    - applyLUT3d
    - applyLUT2d
    - surfaceArea
    - runSumDir
    - getMinMax
    - getFirstMaxOffset
    - histoCompress
    - applyLUT1d
    - applyLUT1dTypeMatch
    - getSum
    - propagateMaxDir
    - predicateIdentity
    - getMax
    - getMinMax
    - histoMatchRgb (can be moved to member function of JimList)
    - histoMatch3dRgb (can be moved to member function of JimList)
    - linearCombinationMultiband (not implemented yet)
    - meanConditional (not implemented yet)
    - sortIndex
*** from MIA module proj
    - gridding
    # - cs2cs (not implemented yet)
** Subset methods and geometry operators
   - crop (used for both band and area subsets)
*** Geometry operators (from MIA module gemetry)
    - imageFrameSet
    - imageFrameAdd
    - imageFrameSubstract
    - imageInsert
    - imageInsertCompose
    - imageCut
    - getBoundingBoxNonZeroDomain
    - imageMagnify
    - imageRotateCoor
    - predicateSizeAndTypeEqual
    - predicateSizeEqual
    - plotLine
    - overlapMatrix
** Extracting pixel values from overlays and sampling
   - extractOgr
   - extractSample
   - extractImg
** Digitial elevation model methods
   - filterdem (currently only in pktools, to be ported to jiplib and renamed to dem2dtm)
   - dsm2shadow (currently only in pktools, to be ported to jiplib)
*** (from MIA dem module)
    - demFlowDirectionD8
    - demSlopeD8
    - demFlow
    - demFlowNew
    - demContributingDrainageArea
    - demContributingDrainageAreaStratify
    - demFlowDirectionDInf
    - demContributingDrainageAreaDInf
    - demSlopeDInf
    - demFloodDirection
    - demCatchmentBasinOutlet
    - demCatchmenBasinConfluence
    - demStrahlerOrder
    - demPitRemovalCarve
    - demPitRemovalOptimal
    - demFlowDirectionFlat
    - demFlowDirectionFlatGeodesic
    - demUpstreamMaxHeight
    - demShade
    - demLineDilate3d
** Segmentation methods and label operators
*** Segment operators (from MIA module segment)
    - segmentationWatershed
    - segmentationWatershedFAH
    - skeletonFah
    - skeletonFah2
    - compose
    - segmentationWatershedOrderIndependent
    - segmentationSeededRegionGrowing
    - segmentationSeededRegionGrowingMultiband (not implemented yet)
    - segmentationSeededRegionGrowingCore (not implemented yet)
    - labelQuasiFlatZones (not implemented yet)
    - segmentationSeededRegionGrowingMultiband (error in rename: both mssrg and mcisrg are mapped to same function?)
    - segmentImageMultiband (not implemented yet)
    - writeGnuPlot3D (not implemented yet)
    - vectorizeImage (not implemented yet)
    - predicatePartitionEqual
    - predicatePartitionFiner
    - imgc
    - dendrogram (not implemented yet)
    - partitionSimilarity
*** Label methods (from MIA module label)
    - labelBinary
    - labelPixNgb
    - labelFlatZones
    - labelFlatZonesSeeded
    - flatZonesSeeded
    - labelPix
    - labelsResolve
    - labelsReorder
    - labelErode
    - propagate
    - labelsSet
    - labelsSetGraph
    - labelsSetArea
    - labelRelabel
    - labelsGetLut
    - labelsGetLutSeq
    - labelsImageGetLut
    - labelsGetContortionLut
    - dissimToAlphaCCs
    - vertexDegreeAlpha
    - vertexSeparation
    - labelVertexConnectedness
    - labelAlphaCCs
    - labelConstrainedCCsMi
    - labelConstrainedCCsCi
    - labelConstrainedCCs
    - labelConstrainedCCsVariance
    - labelConstrainedCCsMultibandDissim
    - labelConstrainedCCsAttr
    - alphaTreeDissimGet (can be moved to member function of JimList)
    - edgeWeight
    - dbscan
    - labelsGetOuterEdgeLut
    - labelsGetOuterEdge
    - labelsGetOuterContour
** Arithmetic operators (from MIA module pointop)
   - pointOpBitwise
   - pointOpNegation
   - pointOpArith
   - pointOpArithCst
   - pointOpAbs
   - pointOpSqrt
   - pointOpLog
   - pointOpAtan
   - pointOpCos
   - pointOpAcos
   - pointOpSin
   - pointOpAsin
   - pointOpModulo
   - pointOpComplement
   - pointOpPower2
   - pointOpBlank
   - pointOpBitShift
* JimList
# ** Constructors
#     - JimList
#       - from Python list of Jim images
#       - filenames
** Accessing JimList attributes and geospatial information
   - getImage
   - pushImage
   - popImage
   - pushNoDataValue
   - clearNoData
*** Get geospatial information
    - covers
    - selectGeo
    - getBoundingBox
    - getUlx
    - getUly
    - getLrx
    - getLry
** Classification methods
   - validate
** Reduce methods
   - composite
   - stack
** Statistical methods
   - getStats
   - statProfile
** Segmentation methods and label operators (from MIA module label)
   - momentsLutsToEllipseLuts
   - labelConstrainedCCsMultiband
   - labelStronglyCCsMultiband
   - labelStronglyCCsMultiband
   - alphaTree
   - alphaTreeToCCs
   - alphaTreeNextLevel
   - alphaTreeGetPersistenceLut
   - dissimilarityMatrix
* VectorOgr
# ** Constructors
#    - createVector
#      - filename
** Accessing VectorOgr attributes and geospatial information
   - getLayerCount
   - getFeatureCount
*** Get geospatial information
    - getBoundingBox
    - getUlx
    - getUly
    - getLrx
    - getLry
** Input/Output methods
   - open
   - close
   - write
** Classification methods
   - train (svm,ann)
   - classify (svm,ann) (not implemented yet)
   - classifySML (not implemented yet)
** statistics
   - getStats (currently only in pktools, to be ported to jiplib)