Community Profile

photo

Muhammad Ali Qadar


2012년부터 활동

Computer Engineer Graduate,
Master Major in Biomedical Image Processing
Professional Interests: DSP,DIP,FPGA,DLD,Programing C#,C++, Image processing , matlab

통계

All
  • First Review
  • First Submission
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Content Feed

보기 기준

질문


an ar 1 correlation matrix
Hello , I was trying to construct an ar 1 correlation matrix. I tried to search a lot but there is no proper way. What I did...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


C++ Code Generation Fails
Hello, I am trying to generate code as given in the following example. <http://cn.mathworks.com/help/images/code-generatio...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


frequency to time domain conversion
hi, I have some data in text file, I want to read that data and convert the data from frequency to time domain. the data is ...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


How to remove noise without effecting the image
hi, I have been trying to do image enhancement, but I found the noise is there any way to remove such kind of noise and what...

거의 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to calculate the computational complexity
tic ....//code toc

거의 10년 전 | 0

| 수락됨

답변 있음
how to resolve this error "subscript indices must either be real positive integers or logicals"
I did this and it works Bin=1+LUT(round(yy+1));

거의 10년 전 | 0

| 수락됨

질문


how to resolve this error "subscript indices must either be real positive integers or logicals"
hi, Following is the code of Contrast limited histogram Equalization (CLAHE), [m,n]=size(yy); NrX=8;NrY=8; XSize=floo...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Whats wrong with coding
hi , I am trying to implement Image enhancement algorithm Dynamic Quadrant Histogram Equalization Plateau limit I am trying t...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to calculate the computational complexity
hi, I am segmenting images using region growing, Otsu methods, Fuzzy c mean methods, I wondering that how can i calculate th...

10년 초과 전 | 답변 수: 3 | 2

3

답변

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

10년 초과 전

질문


Converting each matrix entry to specific string
hi, I have matrix A=[1 2 3;4 5 6; 7 8 9] I wanted to convert each matrix entry to specific string for examp...

10년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

10년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10년 초과 전

질문


Whats wrong with this Histogram Partition
Hi, I am trying to do following stuff, 1. Smooth the historam using 1*3 smoothing filter 2. Partition the histogram b...

10년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10년 초과 전

질문


is this the right way to find local minima of histogram
hi, I am trying to find the local minima value of image's histogram, I am filtering image from 1*3 filter and then finding minim...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to smooth the edges of given image
Hi, I have extracted the brain Tumor from brain image, but its result is not much good, is there any way to get this result in ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


is there any good book for maths in matlab
hi, I want to buy a book that teaches how to write mathematical equations in matlab, is there any good one that show equatio...

10년 초과 전 | 답변 수: 4 | 0

4

답변

답변 있음
how to get the complete pixel value of an image
I=imread('cameraman.tif'); I1=I(1);% will give you value of first Pixel % Smilarly you can get information of Remaining P...

10년 초과 전 | 0

답변 있음
how can Write matlab code for CDF and PDF
temp1=cumsum(cl)/sum(cl); temp2=cumsum(cr)/sum(cr); temp3=floor(256*temp1); temp4=floor(256*temp2); a=I;a2=a; for i=0:25...

10년 초과 전 | 0

| 수락됨

질문


how can Write matlab code for CDF and PDF
hi, I want to write the code for pdf and cdf describe here <http://snag.gy/9Fbt3.jpg> please have a look Looking forward ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Segmentation or Enhancement Which One
hi, I am gonna start my Research, I am interested in Image Processing, My background is that I have done some work in Opencv...

10년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
please send me matlab code for matched filter
hope this helps <http://www.mathworks.cn/cn/help/phased/ug/matched-filtering.html> <http://www.mathworks.com/matlabcentra...

10년 초과 전 | 0

질문


Skull Removal of brain using matlab
Hi, I want to remove the skull from brain Image, one link I found useful in mathworks is <http://www.mathworks.cn/matlabcentr...

10년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to open a .m file without opening another Matlab process
hi, you can just Put all m files in a folder and make it as current working directory like I work in C:\program files\Matlab\2...

10년 초과 전 | 0

| 수락됨

질문


mex compliation problem with include paths for file mexopts.bat
HI, I am really very Frustrated of doing mex stuff, I am trying for more than 3 Days I know there is very little thin...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


comparison of two histograms using pdist2
hi, I am having two Images I wanted compare these two Images by histograms I have read about pdist that provides 'chisq' but ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


taking an average histogram from number of histograms
hi, I am trying to take to the average histogram from multiple histogram , I am trying like this img = dir('C:\Program F...

10년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기