Community Profile

photo

Dr. Murtaza Khan


Graduate of N.E.D University, Pakistan

Last seen: etwa 4 Jahre vor Aktiv seit 2009

I did Ph.D. from Keio University, Japan in March 2008.

* Book: Image and Video Data Compression using Spline and Quadtree (ISBN: 978-3-8383-2920-8)

*Murtaza Ali Khan, "A new method for video data
compression by quadratic Bézier curve fitting",
Signal, Image and Video Processing, online June 2010.

* Murtaza Khan and Yoshio Ohno, "Compression of Temporal Video Data by Catmull-Rom Spline and Quadratic Bezier Curve Fitting", WSCG 2008 referred Proceeding, Plzen, Czech Republic, Feb. 2008.

* Murtaza Khan and Yoshio Ohno, "A hybrid image compression technique using quadtree decomposition and parametric line fitting for synthetic images", Advances in Computer Science and Engineering, 1 (3), 263-283, Nov. 2007.

* Murtaza Ali Khan and Yoshio Ohno, "Compression of Video Data using Parametric Line and Natural Cubic Spline Block Level Approximation", IEICE Transactions on Information and Systems, Vol.E90-D No.5 pp.844-850, May 2007.
Professional Interests: Spline/Curves,

Statistiken

All
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer
  • Revival Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
MATRIX COFACTOR
A = [ 2 4 1 4 3 7 2 1 3 ] detA = det(A) invA = inv(A) cofactorA = transpose(detA*invA)

mehr als 4 Jahre vor | 3

Beantwortet
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...

mehr als 4 Jahre vor | 2

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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...

etwa 5 Jahre vor | 3

Beantwortet
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 =...

etwa 5 Jahre vor | 1

Beantwortet
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...

etwa 5 Jahre vor | 0

Beantwortet
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 ...

fast 6 Jahre vor | 0