Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bockp/Edge-Detection-project
/ functions
Functions
303 in github.com/bockp/Edge-Detection-project
⨍
Functions
303
◇
Types & classes
16
↓ 1 callers
Method
render
(win)
javascripts/TIMES.bundle.js:1529
↓ 1 callers
Function
renderFloat32
(win)
javascripts/TIMES.bundle.js:4381
↓ 1 callers
Function
renderRGBA
(win)
javascripts/TIMES.bundle.js:4413
↓ 1 callers
Function
renderUint16
(win)
javascripts/TIMES.bundle.js:4355
↓ 1 callers
Function
renderUint8
(win)
javascripts/TIMES.bundle.js:4330
↓ 1 callers
Function
runBenchmark
(imp, functionNameString, parameters)
benchmark.js:18
↓ 1 callers
Function
runBenchmark
(pixels,dim)
benchmarkForTiji.js:17
↓ 1 callers
Function
runBenchmark
(pixels,W,H,gpuEnv)
examples/benchmarkForLOGGPU.js:15
↓ 1 callers
Function
runBenchmark
(pixels,W,H,gpuEnv)
examples/benchmarkForTijiGPU.js:15
↓ 1 callers
Method
setPixel
* 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 callers
Method
setRaster
* Set raster * * @alias T.Image~setRaster * @param {Raster} a_raster - A raster image * * @author Jean-Christophe Taveau
javascripts/TIMES.bundle.js:982
↓ 1 callers
Method
setWindow
(win)
javascripts/TIMES.bundle.js:997
↓ 1 callers
Method
size
* Update canvas size
javascripts/TIMES.bundle.js:5274
↓ 1 callers
Function
statistics
(img, copy_mode = true)
javascripts/TIMES.bundle.js:217
↓ 1 callers
Function
updownpad
javascripts/TIMES.bundle.js:3465
↓ 1 callers
Method
x
* 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 callers
Method
y
* 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
Function
adaptiveThreshold
(Threshold,kernelsize)
javascripts/TIMES.bundle.js:3988
Method
addToDOM
* Add this window to DOM and display its contents * * @alias T.Window~addToDOM * @author Jean-Christophe Taveau
javascripts/TIMES.bundle.js:1449
Method
addView
* Add a view to this window * * @alias T.Window~addView * @param {View} a_view - View * * @author Jean-Christophe Taveau
javascripts/TIMES.bundle.js:1369
Function
alpha
(color)
javascripts/TIMES.bundle.js:1902
Function
alpha
(color)
src/process/color.js:78
Function
append
(obj)
javascripts/TIMES.bundle.js:125
Function
append
(obj)
src/process/utils.js:33
Function
average
(color)
javascripts/TIMES.bundle.js:1967
Function
average
(color)
src/process/color.js:143
Function
black
(px)
javascripts/TIMES.bundle.js:3081
Function
black
(px)
src/process/math.js:81
Function
blend
(funcRGBA)
javascripts/TIMES.bundle.js:5902
Function
blend
(funcRGBA)
src/gpu/gpu_preprocess.js:35
Function
calc
(other,func)
javascripts/TIMES.bundle.js:3178
Function
calc
(other,func)
src/gpu/gpu_math.js:202
Function
calc
(other,func)
src/process/math.js:178
Function
canny
(low_thr, high_thr = low_thr * 3, kernelSize = 5, sigma = 1.0, wrap = cpu.BORDER_CLAMP_TO_BORDER)
javascripts/TIMES.bundle.js:2408
Function
chessboard
(px,i,x,y)
javascripts/TIMES.bundle.js:3051
Function
chessboard
(px,i,x,y)
src/process/math.js:51
Function
chrominanceBlue
(color)
javascripts/TIMES.bundle.js:1960
Function
chrominanceBlue
(color)
src/process/color.js:136
Function
chrominanceRed
(color)
javascripts/TIMES.bundle.js:1953
Function
chrominanceRed
(color)
src/process/color.js:129
Function
clampBorder
(pixels,x,y,width,height)
javascripts/TIMES.bundle.js:327
Function
clampEdge
(pixels, x,y,width,height)
javascripts/TIMES.bundle.js:332
Method
compose
* compose(func1, func2, func3, ..., funcn) * From https://medium.com/javascript-scene/reduce-composing-software-fe22f0c39a1d * * @alias T.Ras
javascripts/TIMES.bundle.js:692
Method
constructor
* Create an empty TRaster. * * @param {string} type - One of these: uint8, uint16, float32, rgba * @param {number} width - Image Width *
javascripts/TIMES.bundle.js:587
Method
constructor
* 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
Method
constructor
* 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
Method
constructor
* Create an empty Volume * * @param {string} type - Pixel type number: uint8, uint16, float32, rgba * @param {number} width - Width * @par
javascripts/TIMES.bundle.js:1201
Method
constructor
* Create an empty Window. * * @param {string} title - Window Title * @param {number} width - Window Width * @param {number} height - Wind
javascripts/TIMES.bundle.js:1298
Method
constructor
(title,type,width,height)
javascripts/TIMES.bundle.js:1492
Method
constructor
(context,canvas,width=-1,height=-1)
javascripts/TIMES.bundle.js:5112
Method
constructor
(context,canvas,width=-1,height=-1)
src/gpu/Processor.js:29
Function
convolutionKernel
(type, width, height_or_radius, weights, normalize = true)
javascripts/TIMES.bundle.js:2655
Function
convolve
(kernel)
src/process/filters.js:39
Function
convolveSeparable
(kernel1, kernel2, wrap = cpu.BORDER_CLAMP_TO_BORDER)
javascripts/TIMES.bundle.js:2740
Method
createCanvas
(layerData)
javascripts/TIMES.bundle.js:1373
Function
createGPU
(graphics,width=-1,height=-1)
javascripts/TIMES.bundle.js:4943
Function
createGPU
(graphics,width=-1,height=-1)
src/gpu/gpu_utils.js:37
Function
createProgram
(gpuEnv,src_vs,src_fs)
javascripts/TIMES.bundle.js:4982
Function
createProgram
(gpuEnv,src_vs,src_fs)
src/gpu/gpu_utils.js:76
Method
createTable
()
javascripts/TIMES.bundle.js:1421
Function
crop
(top_left_x, top_left_y,new_width,new_height)
javascripts/TIMES.bundle.js:2107
Function
crop
(top_left_x, top_left_y,new_width,new_height)
src/process/geometry.js:42
Function
cumulativeHistogram
(histogram)
javascripts/TIMES.bundle.js:3809
Function
degrees
(radian_angle)
javascripts/TIMES.bundle.js:158
Function
erode
(img,copy=true)
src/process/morphology.js:35
Function
fill
(func)
javascripts/TIMES.bundle.js:3119
Function
fill
(func)
src/gpu/gpu_math.js:59
Function
fill
(func)
src/process/math.js:119
Function
fillColor
(value)
javascripts/TIMES.bundle.js:3038
Function
fillColor
(value)
src/process/math.js:38
Function
findMaxima
(kernel,height)
javascripts/TIMES.bundle.js:2956
Function
flipH
(angle)
javascripts/TIMES.bundle.js:2129
Function
flipH
(angle)
src/process/geometry.js:64
Function
flipV
(angle)
javascripts/TIMES.bundle.js:2124
Function
flipV
(angle)
src/process/geometry.js:59
Function
fromABGR
(abgr)
javascripts/TIMES.bundle.js:1882
Function
fromABGR
(abgr)
src/process/color.js:58
Function
fromABGRtoUint8
(func)
javascripts/TIMES.bundle.js:4115
Function
fromGray8
(gray8)
javascripts/TIMES.bundle.js:1870
Function
fromGray8
(gray8)
src/process/color.js:46
Method
fromWindow
(win, copy = true)
javascripts/TIMES.bundle.js:652
Function
fromcolor
(color)
javascripts/TIMES.bundle.js:1877
Function
fromcolor
(color)
src/process/color.js:53
Function
gaussBlur
(kernel)
javascripts/TIMES.bundle.js:2759
Function
gaussBlur
(kernel)
src/process/filters.js:55
Function
gaussBlurKernel
(type, size, normalize = true)
javascripts/TIMES.bundle.js:2681
Function
gaussianKernel
(kernelSize,sigma)
javascripts/TIMES.bundle.js:2410
Method
get
* Get pixel value at given index * * @alias T.Raster~get * @param {number} index - Index * @returns {number} Pixel Value * * @autho
javascripts/TIMES.bundle.js:717
Function
getFirstBin
(histogram)
javascripts/TIMES.bundle.js:3802
Function
getGraphicsContext
(elementID='preview')
javascripts/TIMES.bundle.js:4951
Function
getGraphicsContext
(elementID='preview')
src/gpu/gpu_utils.js:45
Function
getHoughLines
(peaks)
javascripts/TIMES.bundle.js:2970
Function
getIndex
(x,y,width)
javascripts/TIMES.bundle.js:270
Function
getLastBin
(histogram)
javascripts/TIMES.bundle.js:3806
Method
getPixel
* 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
Function
getX
(index,width)
javascripts/TIMES.bundle.js:275
Function
getY
(index,width)
javascripts/TIMES.bundle.js:280
Function
gpuLoG
()
src/gpu/testLaplace.js:1
Function
hft
(img,copy=true)
src/process/fft.js:35
← previous
next →
101–200 of 303, ranked by callers