MCPcopy Create free account

hub / github.com/bockp/Edge-Detection-project / functions

Functions303 in github.com/bockp/Edge-Detection-project

↓ 1 callersMethodrender
(win)
javascripts/TIMES.bundle.js:1529
↓ 1 callersFunctionrenderFloat32
(win)
javascripts/TIMES.bundle.js:4381
↓ 1 callersFunctionrenderRGBA
(win)
javascripts/TIMES.bundle.js:4413
↓ 1 callersFunctionrenderUint16
(win)
javascripts/TIMES.bundle.js:4355
↓ 1 callersFunctionrenderUint8
(win)
javascripts/TIMES.bundle.js:4330
↓ 1 callersFunctionrunBenchmark
(imp, functionNameString, parameters)
benchmark.js:18
↓ 1 callersFunctionrunBenchmark
(pixels,dim)
benchmarkForTiji.js:17
↓ 1 callersFunctionrunBenchmark
(pixels,W,H,gpuEnv)
examples/benchmarkForLOGGPU.js:15
↓ 1 callersFunctionrunBenchmark
(pixels,W,H,gpuEnv)
examples/benchmarkForTijiGPU.js:15
↓ 1 callersMethodsetPixel
* Set pixel value at given X,Y-coordinates * * @param {number} x - Pixel X-coordinate * @param {number} y - Pixel Y-coordinate * @param {n
javascripts/TIMES.bundle.js:808
↓ 1 callersMethodsetRaster
* Set raster * * @alias T.Image~setRaster * @param {Raster} a_raster - A raster image * * @author Jean-Christophe Taveau
javascripts/TIMES.bundle.js:982
↓ 1 callersMethodsetWindow
(win)
javascripts/TIMES.bundle.js:997
↓ 1 callersMethodsize
* Update canvas size
javascripts/TIMES.bundle.js:5274
↓ 1 callersFunctionstatistics
(img, copy_mode = true)
javascripts/TIMES.bundle.js:217
↓ 1 callersFunctionupdownpad
javascripts/TIMES.bundle.js:3465
↓ 1 callersMethodx
* Get X-coordinate from index * * @alias T.Raster~x * @param {number} index - Index * @returns {number} X-coordinate * * @author: J
javascripts/TIMES.bundle.js:758
↓ 1 callersMethody
* Get Y-coordinate from index * * @alias T.Raster~y * @param {number} index - Index * @returns {number} Y-coordinate * * @author: J
javascripts/TIMES.bundle.js:771
Function_convolve
(data,width,height,kernel,borderFunc,kernelFunc)
javascripts/TIMES.bundle.js:376
FunctionadaptiveThreshold
(Threshold,kernelsize)
javascripts/TIMES.bundle.js:3988
MethodaddToDOM
* Add this window to DOM and display its contents * * @alias T.Window~addToDOM * @author Jean-Christophe Taveau
javascripts/TIMES.bundle.js:1449
MethodaddView
* Add a view to this window * * @alias T.Window~addView * @param {View} a_view - View * * @author Jean-Christophe Taveau
javascripts/TIMES.bundle.js:1369
Functionalpha
(color)
javascripts/TIMES.bundle.js:1902
Functionalpha
(color)
src/process/color.js:78
Functionappend
(obj)
javascripts/TIMES.bundle.js:125
Functionappend
(obj)
src/process/utils.js:33
Functionaverage
(color)
javascripts/TIMES.bundle.js:1967
Functionaverage
(color)
src/process/color.js:143
Functionblack
(px)
javascripts/TIMES.bundle.js:3081
Functionblack
(px)
src/process/math.js:81
Functionblend
(funcRGBA)
javascripts/TIMES.bundle.js:5902
Functionblend
(funcRGBA)
src/gpu/gpu_preprocess.js:35
Functioncalc
(other,func)
javascripts/TIMES.bundle.js:3178
Functioncalc
(other,func)
src/gpu/gpu_math.js:202
Functioncalc
(other,func)
src/process/math.js:178
Functioncanny
(low_thr, high_thr = low_thr * 3, kernelSize = 5, sigma = 1.0, wrap = cpu.BORDER_CLAMP_TO_BORDER)
javascripts/TIMES.bundle.js:2408
Functionchessboard
(px,i,x,y)
javascripts/TIMES.bundle.js:3051
Functionchessboard
(px,i,x,y)
src/process/math.js:51
FunctionchrominanceBlue
(color)
javascripts/TIMES.bundle.js:1960
FunctionchrominanceBlue
(color)
src/process/color.js:136
FunctionchrominanceRed
(color)
javascripts/TIMES.bundle.js:1953
FunctionchrominanceRed
(color)
src/process/color.js:129
FunctionclampBorder
(pixels,x,y,width,height)
javascripts/TIMES.bundle.js:327
FunctionclampEdge
(pixels, x,y,width,height)
javascripts/TIMES.bundle.js:332
Methodcompose
* compose(func1, func2, func3, ..., funcn) * From https://medium.com/javascript-scene/reduce-composing-software-fe22f0c39a1d * * @alias T.Ras
javascripts/TIMES.bundle.js:692
Methodconstructor
* Create an empty TRaster. * * @param {string} type - One of these: uint8, uint16, float32, rgba * @param {number} width - Image Width *
javascripts/TIMES.bundle.js:587
Methodconstructor
* Create an empty Image. * * @param {string} type - One of these: uint8, uint16, float32, rgba * @param {number} width - Image Width * @p
javascripts/TIMES.bundle.js:900
Methodconstructor
* Create an empty Stack * @param {string} type - Pixel type number: uint8, uint16, float32, rgba * @param {number} width - Width * @param {nu
javascripts/TIMES.bundle.js:1054
Methodconstructor
* Create an empty Volume * * @param {string} type - Pixel type number: uint8, uint16, float32, rgba * @param {number} width - Width * @par
javascripts/TIMES.bundle.js:1201
Methodconstructor
* Create an empty Window. * * @param {string} title - Window Title * @param {number} width - Window Width * @param {number} height - Wind
javascripts/TIMES.bundle.js:1298
Methodconstructor
(title,type,width,height)
javascripts/TIMES.bundle.js:1492
Methodconstructor
(context,canvas,width=-1,height=-1)
javascripts/TIMES.bundle.js:5112
Methodconstructor
(context,canvas,width=-1,height=-1)
src/gpu/Processor.js:29
FunctionconvolutionKernel
(type, width, height_or_radius, weights, normalize = true)
javascripts/TIMES.bundle.js:2655
Functionconvolve
(kernel)
src/process/filters.js:39
FunctionconvolveSeparable
(kernel1, kernel2, wrap = cpu.BORDER_CLAMP_TO_BORDER)
javascripts/TIMES.bundle.js:2740
MethodcreateCanvas
(layerData)
javascripts/TIMES.bundle.js:1373
FunctioncreateGPU
(graphics,width=-1,height=-1)
javascripts/TIMES.bundle.js:4943
FunctioncreateGPU
(graphics,width=-1,height=-1)
src/gpu/gpu_utils.js:37
FunctioncreateProgram
(gpuEnv,src_vs,src_fs)
javascripts/TIMES.bundle.js:4982
FunctioncreateProgram
(gpuEnv,src_vs,src_fs)
src/gpu/gpu_utils.js:76
MethodcreateTable
()
javascripts/TIMES.bundle.js:1421
Functioncrop
(top_left_x, top_left_y,new_width,new_height)
javascripts/TIMES.bundle.js:2107
Functioncrop
(top_left_x, top_left_y,new_width,new_height)
src/process/geometry.js:42
FunctioncumulativeHistogram
(histogram)
javascripts/TIMES.bundle.js:3809
Functiondegrees
(radian_angle)
javascripts/TIMES.bundle.js:158
Functionerode
(img,copy=true)
src/process/morphology.js:35
Functionfill
(func)
javascripts/TIMES.bundle.js:3119
Functionfill
(func)
src/gpu/gpu_math.js:59
Functionfill
(func)
src/process/math.js:119
FunctionfillColor
(value)
javascripts/TIMES.bundle.js:3038
FunctionfillColor
(value)
src/process/math.js:38
FunctionfindMaxima
(kernel,height)
javascripts/TIMES.bundle.js:2956
FunctionflipH
(angle)
javascripts/TIMES.bundle.js:2129
FunctionflipH
(angle)
src/process/geometry.js:64
FunctionflipV
(angle)
javascripts/TIMES.bundle.js:2124
FunctionflipV
(angle)
src/process/geometry.js:59
FunctionfromABGR
(abgr)
javascripts/TIMES.bundle.js:1882
FunctionfromABGR
(abgr)
src/process/color.js:58
FunctionfromABGRtoUint8
(func)
javascripts/TIMES.bundle.js:4115
FunctionfromGray8
(gray8)
javascripts/TIMES.bundle.js:1870
FunctionfromGray8
(gray8)
src/process/color.js:46
MethodfromWindow
(win, copy = true)
javascripts/TIMES.bundle.js:652
Functionfromcolor
(color)
javascripts/TIMES.bundle.js:1877
Functionfromcolor
(color)
src/process/color.js:53
FunctiongaussBlur
(kernel)
javascripts/TIMES.bundle.js:2759
FunctiongaussBlur
(kernel)
src/process/filters.js:55
FunctiongaussBlurKernel
(type, size, normalize = true)
javascripts/TIMES.bundle.js:2681
FunctiongaussianKernel
(kernelSize,sigma)
javascripts/TIMES.bundle.js:2410
Methodget
* Get pixel value at given index * * @alias T.Raster~get * @param {number} index - Index * @returns {number} Pixel Value * * @autho
javascripts/TIMES.bundle.js:717
FunctiongetFirstBin
(histogram)
javascripts/TIMES.bundle.js:3802
FunctiongetGraphicsContext
(elementID='preview')
javascripts/TIMES.bundle.js:4951
FunctiongetGraphicsContext
(elementID='preview')
src/gpu/gpu_utils.js:45
FunctiongetHoughLines
(peaks)
javascripts/TIMES.bundle.js:2970
FunctiongetIndex
(x,y,width)
javascripts/TIMES.bundle.js:270
FunctiongetLastBin
(histogram)
javascripts/TIMES.bundle.js:3806
MethodgetPixel
* Get pixel value at given X,Y-coordinates * * @alias T.Raster~getPixel * @param {number} x - X-coordinate * @param {number} y - Y-coordin
javascripts/TIMES.bundle.js:731
FunctiongetX
(index,width)
javascripts/TIMES.bundle.js:275
FunctiongetY
(index,width)
javascripts/TIMES.bundle.js:280
FunctiongpuLoG
()
src/gpu/testLaplace.js:1
Functionhft
(img,copy=true)
src/process/fft.js:35
← previousnext →101–200 of 303, ranked by callers