Community Profile

photo

M@lik Ali


Last seen: etwa 3 Jahre vor Aktiv seit 2012

Followers: 0   Following: 0

Kontakt

Statistiken

  • First Review
  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Keep proper Indexing after sorting
I have a matrix like below fset(:,:,1) = rand(5,16); fset(:,:,2) = rand(5,16); fset(:,:,3) = zeros(5,16); sorted_fse...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to get the index from a matirx
Hi all i have two matrix A and B, the size of A is like 10 86 and size of B is 3 86. actually the matrix B is inside the m...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Removing values form the Matrix
Hi, All i have two matrix matrix A has size 2 62 matrix B has size 10 62 actually the matrix B contains also matrix A ...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Split the Image into 30 channels
Hi All, i need to splits an image into 30 channels in frequency domain with equal divisions in angular di-rection and oc...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Adding Column values of a matrix
Hi, I have a matrix like below. all_one_matrix(:,:,1) ans = Columns 1 through 8 0.1979 0.1979 0.1354 ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sorting multi Dimension matrix
Hi all i have a matrix fset like fset(:,:,1) = Columns 1 through 7 0.0417 0.0104 0.1042 0.1771 0.1...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


adding a matrix to other during iteration
Hi all i have a matrix of Columns 1 through 6 0.0104 0 0 0 0 0.1250 0.1771 ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Mean luminance Values of an Image
Hi ALL, I want to calculate the means luminance value of an image block i found the formula is.. luminance= 0.3 R +...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Divide the image into 4x4 sub images
Hi all, i want to divide the image into 4x4= 16 sub images. how i can do this and then further each sub image can be dividab...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Computation of Non directional Edge
i want to compute non directional edge of an image block, how i can compute, the simple edge method, will return non directio...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Subscripted assignment dimension mismatch.
Hi all i am using the fallowing code for the svm classification svmstruct=svmtrain(PosNegF,group); for l=1:999 ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error in SVM at line 470
Hi all i am getting the fallowing error for svmtrain ??? Error using ==> svmtrain at 470 Unable to solve the optimiza...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Extracting new matrix from existing matrix
Thanks it working

mehr als 11 Jahre vor | 0

Frage


Extracting new matrix from existing matrix
Hi all I have matrix with 999*10 actually i have 10 feature of 999 images. now what i want is i want to extract features ...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Extract Values from the vector
Thanks a lot it works, Hi all I have matrix with 999*10 actually i have 10 feature of 999 images. now what i want ...

mehr als 11 Jahre vor | 0

Frage


Extract Values from the vector
Hi all i have a vector like a=[ 4 5 10 3 7 8 11 15 2 19 20 6] now i want a new vector from a but new vector should not con...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Copy pixels from one Matrix to other matrix
Hi all I have an <http://imageshack.us/photo/my-images/823/861kd.jpg/ image> of size 256x384x3 then i divide the image into 4x...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to mark pixel as zero
Hi all I have a segmented image i want to process only the larger segment. so i want to make the remaining pixels as zero. ...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Image segmentation using k means
Hi All I have a feature vector of an image now i want to segment the image using k-means clustering algo. can any one provide...

fast 12 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
color image segmentation bsed on kmeans and Lab color space
I use this code but i get the error at ??? Error using ==> kmeans Too many input arguments. Error in ==> Kmeans1 at 21 [c...

fast 12 Jahre vor | 0

Frage


Image Intensity
Hi all, Can any one tel me the command in matlab to calculate the intensity of image.

fast 12 Jahre vor | 5 Antworten | 1

5

Antworten