Mehmet OZTURK
Karadeniz Technical University
Followers: 0 Following: 0
Electronics Engineering
Professional Interests: Biomedical Image Processing
Feeds
已提交
MATLAB trilinear interpolation
A Matlab mex function to perform trilinear interpolation.
10 years 前 | 3 次下载 |
已提交
intersectPlaneSurf
Intersection points of an arbitrary surface with an arbitrary plane.
10 years 前 | 4 次下载 |
已提交
DISTANCE2LINE c++ mex
Orthogonal euclidean distances of points to a line with c++ mex
10 years 前 | 2 次下载 |
已提交
IntersectPlaneTriangle mex
Calculation of intersection between a plane and a triangle
10 years 前 | 1 次下载 |
提问
CPU vs GPU - Is it reasonable?
x1GPU=gpuArray.randn(3,10000); x2GPU=gpuArray.randn(3,5000); tic,for i=1:10000, bsxfun(@minus, x1GPU(:,i), x2GPU); end, ...
10 years 前 | 2 个回答 | 0
2
个回答已提交
MYUNIQUE
finds uniqe entries, indices and number of occurances of the unique elements
17 years 前 | 1 次下载 |