Dr. Murtaza Ali Khan
Ph.D., Keio University, Japan
Dr. Murtaza Ali Khan has a strong academic background and is a highly competent researcher in the area of Computer Science (AI, Graphics, Design, Image/Video Processing). Dr. Khan has a solid educational foundation as well as a wealth of experience in teaching and doing research. He has contributed significantly to the area through his knowledge, initiative, and leadership. Dr. Khan obtained a Ph.D. in Engineering from Keio University, Japan in 2008, an M.S. in Computer Science from King Fahd University of Petroleum and Minerals (KFUPM) in 2001, and a B.E., in Electrical Engineering from N.E.D University of Engineering and Technology, Pakistan in 1995. At present, Dr. Khan is an Associate Professor in the Faculty of Computing and Information Technology at Sohar University, Oman. At Sohar University, he continues to inspire and mentor the next generation of computer scientists.
Estadística
0 Preguntas
7 Respuestas
20 Archivos
CLASIFICACIÓN
2.914
of 297.010
REPUTACIÓN
20
CONTRIBUCIONES
0 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
10
CLASIFICACIÓN
112 of 20.418
REPUTACIÓN
9.941
EVALUACIÓN MEDIA
4.00
CONTRIBUCIONES
20 Archivos
DESCARGAS
44
ALL TIME DESCARGAS
97448
CLASIFICACIÓN
of 157.687
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Cubic Bezier Least Square Fitting
Approximation of data using cubic Bezier curve least square fitting
3 meses hace | 4 descargas |
Enviada
Bezier Interpolation in N-Dimension Space
Bezier interpolation for a given set of four control points, where each control point can exist in an N-dimensional vector space...
3 meses hace | 2 descargas |
MATRIX COFACTOR
A = [ 2 4 1 4 3 7 2 1 3 ] detA = det(A) invA = inv(A) cofactorA = transpose(detA*invA)
más de 5 años hace | 3
How can i resize image stored in imageDatastore
% % Resize images in data store using custom reader function clc, close all, clear all % % Read datastore already provided i...
más de 5 años hace | 3
color individual bar with different colors in bar plot
mydata=rand(1,10) color= ['r','g','b','k']; figure, hold on % % if data is more than colors then colors will be repeated m...
casi 6 años hace | 0
How to change the color of individual bars in a bar chart?
mydata=rand(1,10) color= ['r','g','b','k']; figure, hold on % % if data is more than colors then colors will be repeated m...
casi 6 años hace | 3
Bar plot with bars in different colors
mydata=rand(1,10) color= ['r','g','b','k']; figure, hold on % % if data is more than colors then colors will be repeated m =...
casi 6 años hace | 1
Error using vision.internal.Kdtree/index Invalid input class.
I got the same error when my features matrix was of size M-by-1 in the custom feature extractor function. I changed it to size 1...
alrededor de 6 años hace | 0
how to display multiple images and view them one after another in one axes
The attached code may help someone with the same need. It navigates though sequence of loaded images via Next and Previous push ...
más de 6 años hace | 0
Enviada
Compression of motion capture data using quadratic Bezier curve
Coding of MoCap signal using multidimensional quadratic Bezier curve fitting
casi 8 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/61771/versions/1/screenshot.jpg)
Enviada
Compression of MoCap Data using DWT (GUI based)
Compression of Motion Capture Data (ASF/AMC format) using Discrete Wavelet Transform
alrededor de 8 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/61440/versions/1/screenshot.png)
Enviada
N Dimensional Cardinal Spline (Catmull-Rom) Spline Interpolation
N -Dimensional cubic Cardinal spline (Catmull-Rom) Interpolation
más de 12 años hace | 3 descargas |
Enviada
Construction of cubic Bezier Patch and Surface
Construction of cubic Bezier Patch and Surface
más de 12 años hace | 3 descargas |
Enviada
Quadtree decomposition (Encoding) and Decoding of RGB Image
Quadtree decomposition (Encoding) and Decoding of RGB Image of size M-by-N-by-3.
más de 14 años hace | 2 descargas |
Enviada
Cardinal Spline (Catmull-Rom) Spline
Evaluates and plot 2D Cardinal Spline (Catmull-Rom) Spline.
más de 14 años hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/7078/versions/4/screenshot.png)
Enviada
Euler angles to Quaternion Conversion (for six basic sequence of rotations)
Allowed rotations sequences: xyz, xzy, yxz, yzx, zxy, zyx
más de 15 años hace | 2 descargas |
Enviada
2D Cubic Beizer Curve
Evaluate and plot 2D cubic bezier curve for given four control points.
más de 15 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/6661/versions/2/screenshot.png)
Enviada
Merge two sorted vectors into a sorted vector
Merge two sorted vectors 'a' and 'b' into a sorted vector 'c'
más de 15 años hace | 1 descarga |
Enviada
Binary Serach of rows of M-by-N Matrix
Binary Search that is based on sum of column values of rows of input M-by-N Matrix
más de 15 años hace | 1 descarga |
Enviada
Reshape 1D to 2D with Balance
Reshapes 1D array to 2D array with size of rows and columns of B is balance
más de 15 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/10885/versions/2/screenshot.jpg)
Enviada
Approximation of Circle Using Cubic Bezier Curve
Approximation of unit radius circle with four parametrix bezier curves
más de 15 años hace | 3 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/6844/versions/2/screenshot.png)
Enviada
DCM from Euler angles
Computes DCM from Euler angles for six basic sequence of rotations around X(Roll), Y(Pitch), Z(Ya)
más de 15 años hace | 3 descargas |
Enviada
Approximation of 2-D Data by Natural Cubic Spline
Approximation (Data Fitting) by Natural Cubic Spline.
más de 15 años hace | 1 descarga |
Enviada
Binary Search for numeric vector
Search given value in a sorted vector, returns the index of location where the value is found.
más de 15 años hace | 1 descarga |
Enviada
Differential Encoding/Decoding
Basic Differential Encoding/Decoding of input vector of numeric values
más de 15 años hace | 4 descargas |
Enviada
Search closest value in a vector
search value in sorted vector and find index and value with respect to vector that is equal or clos
más de 15 años hace | 1 descarga |