arrayfire / arrayfire-python

Python bindings for ArrayFire: A general purpose GPU library.

Home Page:https://arrayfire.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image processing and Vision functions are ported like the ArrayFire Julia lib?

opened this issue · comments

For instance,
(https://github.com/JuliaComputing/ArrayFire.jl)

Image Processing:
scale, hist
loadImage, saveImage
isImageIOAvailable
colorspace, gray2rgb, rgb2gray, rgb2hsv, rgb2ycbcr, ycbcr2rgb, hsv2rgb
regions, SAT
bilateral, maxfilt, meanshift, medfilt, minfilt, sobel, histequal
resize, rotate, skew, transform, transformCoordinates, translate
dilate, erode, dilate3d, erode3d, gaussiankernel

Computer Vision

orb, sift, gloh, diffOfGaussians, fast, harris, susan, hammingMatcher, nearestNeighbour, matchTemplate