MCPcopy Create free account

hub / github.com/Nixon-Aguado/4th-Edition-Feature-Extraction-and-Image-Processing-Book-Examples / functions

Functions87 in github.com/Nixon-Aguado/4th-Edition-Feature-Extraction-and-Image-Processing-Book-Examples

↓ 133 callersFunctioncreateImageF
(width, height, numComponents = 1)
ExamplesPython_3.6/Modules/ImageUtilities.py:99
↓ 78 callersFunctionshowImageL
(image)
ExamplesPython_3.6/Modules/ImageUtilities.py:193
↓ 66 callersFunctionshowImageF
(image, maxScale = 1)
ExamplesPython_3.6/Modules/ImageUtilities.py:199
↓ 63 callersFunctionimageReadL
(fileName)
ExamplesPython_3.6/Modules/ImageUtilities.py:26
↓ 24 callersFunctioncreateImageL
(width, height)
ExamplesPython_3.6/Modules/ImageUtilities.py:81
↓ 17 callersFunctionapplyCannyEdgeDetector
(inputImage, GaussianKernelSize, sobelKernelSize, upperT, lowerT, returnGradient = False)
ExamplesPython_3.6/Modules/ImageOperatorsUtilities.py:78
↓ 16 callersFunctionimageMaxMin
(image)
ExamplesPython_3.6/Modules/ImagePropertiesUtilities.py:30
↓ 16 callersFunctionshowImageRGB
(image)
ExamplesPython_3.6/Modules/ImageUtilities.py:187
↓ 15 callersFunctionplot3DHistogram
(dataZ, zRange=[0, 0], axesView=[0,0], zTicks = True)
ExamplesPython_3.6/Modules/PlotUtilities.py:160
↓ 15 callersFunctionprintImageRangeF
(image, rangeWidth, rangeHeight, formatValue = ' 3.2f')
ExamplesPython_3.6/Modules/PrintUtilities.py:28
↓ 15 callersFunctionprintProgress
(step, totalSteps)
ExamplesPython_3.6/Modules/PrintUtilities.py:45
↓ 14 callersFunctionimageReadRGB
(fileName)
ExamplesPython_3.6/Modules/ImageUtilities.py:16
↓ 13 callersFunctionplotHistogram
(data, plotRange = [0, 0], barSepartion = 1)
ExamplesPython_3.6/Modules/PlotUtilities.py:28
↓ 12 callersFunctioncreateVectorF
(width)
ExamplesPython_3.6/Modules/ImageUtilities.py:175
↓ 12 callersFunctionprintText
(text)
ExamplesPython_3.6/Modules/PrintUtilities.py:37
↓ 10 callersFunctionimageLogF
(image, scale = 100)
ExamplesPython_3.6/Modules/ImageOperatorsUtilities.py:22
↓ 8 callersFunctionapplyKernelF
(inputImage, kernelImage)
ExamplesPython_3.6/Modules/ConvolutionUtilities.py:132
↓ 8 callersFunctioncreateImageUV
(width, height)
ExamplesPython_3.6/Modules/ImageUtilities.py:87
↓ 7 callersFunctioncolourFeature
(rgb, colourScale)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:506
↓ 7 callersFunctioncomputeHistogram
(inputImage)
ExamplesPython_3.6/Modules/ImageOperatorsUtilities.py:40
↓ 7 callersFunctioncreateImageRGB
(width, height)
ExamplesPython_3.6/Modules/ImageUtilities.py:75
↓ 7 callersFunctioncreateScaleImageL
(image, grayScale)
ExamplesPython_3.6/Modules/ImageUtilities.py:137
↓ 6 callersFunctioncreateSobelKernel
(kenrelSize)
ExamplesPython_3.6/Modules/ConvolutionUtilities.py:30
↓ 6 callersFunctionimageArgMax
(image)
ExamplesPython_3.6/Modules/ImagePropertiesUtilities.py:37
↓ 6 callersFunctionnCr
(n, r)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:24
↓ 5 callersFunctioncomputeCoefficients
(inputImage)
ExamplesPython_3.6/Modules/FourierUtilities.py:74
↓ 5 callersFunctioncomputePowerfromCoefficients
(coefficients)
ExamplesPython_3.6/Modules/FourierUtilities.py:117
↓ 5 callersFunctiondensityHistogram
(image, position, regionRadius, sigma, histoSize)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:477
↓ 5 callersFunctionplotCurveXY
(dataX, dataY, rangeY = [0, 0])
ExamplesPython_3.6/Modules/PlotUtilities.py:110
↓ 5 callersFunctionplotQuiver
(magnitude, direction, scaleVectors = 0, sampleSpace = 1)
ExamplesPython_3.6/Modules/PlotUtilities.py:327
↓ 5 callersFunctionprojectionPoints
(origin, v1, v2, npts, p, centreX, centreY)
ExamplesPython_3.6/Modules/GeometricUtilities.py:73
↓ 4 callersFunctionapplyKernelMA
(inputImage, kernelX, kernelY, normalizeMagnitude = False)
ExamplesPython_3.6/Modules/ConvolutionUtilities.py:165
↓ 4 callersFunctioncreateGaussianKernel
(kernelSize)
ExamplesPython_3.6/Modules/ConvolutionUtilities.py:17
↓ 4 callersFunctionreconstruction
(coefficients)
ExamplesPython_3.6/Modules/FourierUtilities.py:136
↓ 4 callersFunctionshowShapeinImage
(shape, centre, width, height)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:466
↓ 3 callersFunctioncreateVectorI
(width)
ExamplesPython_3.6/Modules/ImageUtilities.py:181
↓ 3 callersFunctionfillImage
(colour, xy, image)
ExamplesPython_3.6/Modules/GeometricUtilities.py:101
↓ 3 callersFunctionfindLongestCentredSegmentinImage
(imageName, gaussianKernelSize, sobelKernelSize, upperT, lowerT)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:127
↓ 3 callersFunctionpeakDetectorImageL
(image, peakThreshold, suppWindow = 3)
ExamplesPython_3.6/Modules/ImagePropertiesUtilities.py:43
↓ 3 callersFunctionpixlesList
(image, backgroundRange)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:172
↓ 3 callersFunctionplot3DColorHistogram
(dataZ, colorsRGB, zRange = [0, 0])
ExamplesPython_3.6/Modules/PlotUtilities.py:129
↓ 3 callersFunctionplotCurve
(data, rangeY = [0, 0], rangeX = [0, 0])
ExamplesPython_3.6/Modules/PlotUtilities.py:47
↓ 3 callersFunctionprintImageRangeL
(image, rangeWidth, rangeHeight)
ExamplesPython_3.6/Modules/PrintUtilities.py:19
↓ 3 callersFunctionsolveSystem
(A, b)
ExamplesPython_3.6/Modules/GeometricUtilities.py:22
↓ 2 callersFunctionbackProjectionImage
(image, q, histoSize)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:621
↓ 2 callersFunctioncomputePowerandPhase
(inputImage)
ExamplesPython_3.6/Modules/FourierUtilities.py:17
↓ 2 callersFunctioncomputeProjection
(pts,q)
ExamplesPython_3.6/Modules/GeometricUtilities.py:159
↓ 2 callersFunctionfindLongestSegment
(edges)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:52
↓ 2 callersFunctionpeakDetectorVector
(image, peakThreshold, suppWindow = 3)
ExamplesPython_3.6/Modules/ImagePropertiesUtilities.py:64
↓ 2 callersFunctionplotColorSurface
(dataZ, colorsRGB, zRange = [0,0], stride = 1)
ExamplesPython_3.6/Modules/PlotUtilities.py:215
↓ 2 callersFunctionplotSurface
(dataZ, zRange = [0,0], stride = 1)
ExamplesPython_3.6/Modules/PlotUtilities.py:260
↓ 2 callersFunctionprojectionCubePoints
(npts, p, centreX, centreY)
ExamplesPython_3.6/Modules/GeometricUtilities.py:94
↓ 2 callersFunctionthresholdImage
(inputImage, threshold, binary = True)
ExamplesPython_3.6/Modules/ImageOperatorsUtilities.py:55
↓ 2 callersFunctionwatherShed
(distanceImage, shapeImage, suppWindow)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:365
↓ 1 callersFunctionapplyKernel
(inputImage, kernelImage)
ExamplesPython_3.6/Modules/ConvolutionUtilities.py:102
↓ 1 callersFunctioncomputeAngularFunctions
(shape)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:197
↓ 1 callersFunctioncomputeReferencePoint
(edgeImage)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:36
↓ 1 callersFunctioncreateImage2I
(width, height)
ExamplesPython_3.6/Modules/ImageUtilities.py:93
↓ 1 callersFunctioncreateImageNF
(*arg)
ExamplesPython_3.6/Modules/ImageUtilities.py:108
↓ 1 callersFunctioncreateLaplacianKernel
(kernelSize, sigma)
ExamplesPython_3.6/Modules/ConvolutionUtilities.py:73
↓ 1 callersFunctionedgesList
(image, shapeImage, backgroundRange)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:180
↓ 1 callersFunctionfillImageColours
(colours, xy, image)
ExamplesPython_3.6/Modules/GeometricUtilities.py:127
↓ 1 callersFunctionfindLongesSegmentinImage
(imageName, gaussianKernelSize, sobelKernelSize, upperT, lowerT)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:153
↓ 1 callersFunctiongeometricMoments
(pixelList, numMoments)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:311
↓ 1 callersFunctiongetPointColours
(xy, mask, image)
ExamplesPython_3.6/Modules/GeometricUtilities.py:177
↓ 1 callersFunctionimageTransform
(image, maskImage, T)
ExamplesPython_3.6/Modules/GeometricUtilities.py:27
↓ 1 callersFunctionmeanShift
(inputImage, q, sizeReg, sigma, histoSize, newPos)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:514
↓ 1 callersFunctionmostCommon
(lst)
ExamplesPython_3.6/Chapter8/MaximallyStableExtremalRegions.py:17
↓ 1 callersFunctionregionSize
(backProjImage, newBackProjImage, pos, newPos, sizeReg)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:635
↓ 1 callersFunctionrisingFactorial
(x, n)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:29
↓ 1 callersFunctionscaleImageL
(image, newWidth, newHeight)
ExamplesPython_3.6/Modules/ImageUtilities.py:147
↓ 1 callersFunctionshapeMaxMin
(shape)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:452
↓ 1 callersFunctionweightedKrawtchoukPolynomials
(p, width)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:257
FunctionbackProjection
(sourceImage, targetImage, qSource, pSource, pTarget, sizeReg, histoSize)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:571
FunctioncreateImageFromDataF
(dataValues)
ExamplesPython_3.6/Modules/ImageUtilities.py:123
FunctioncreateVectorFromDataF
(dataValues)
ExamplesPython_3.6/Modules/ImageUtilities.py:165
FunctiongeometricInvariantMoments
(pixelList, numMoments)
ExamplesPython_3.6/Modules/ImageRegionsUtilities.py:325
FunctionimageSaveF
(image, fileName, maxScale = 1)
ExamplesPython_3.6/Modules/ImageUtilities.py:42
FunctionimageSaveL
(image, fileName)
ExamplesPython_3.6/Modules/ImageUtilities.py:63
FunctionimageSaveRGB
(image, fileName)
ExamplesPython_3.6/Modules/ImageUtilities.py:69
Functionmajor_formatter
(x, pos)
ExamplesPython_3.6/Modules/PlotUtilities.py:163
FunctionmeanStddev
(image)
ExamplesPython_3.6/Modules/ImagePropertiesUtilities.py:12
Functionplot2Curves
(data1, data2, rangeY = [0, 0])
ExamplesPython_3.6/Modules/PlotUtilities.py:69
FunctionplotCurves
(data, rangeY = [0, 0])
ExamplesPython_3.6/Modules/PlotUtilities.py:88
FunctionplotWireframe
(dataZ, zRange = [0, 0], stride = 1)
ExamplesPython_3.6/Modules/PlotUtilities.py:305
FunctionprintImageRangeRGB
(image, rangeWidth, rangeHeight)
ExamplesPython_3.6/Modules/PrintUtilities.py:9
FunctionprintTextSameLine
(text)
ExamplesPython_3.6/Modules/PrintUtilities.py:41