Question


how can i put the value of find function output to other matrix?
i have an image that has many zero value i want to find non zero value and then put them in other matrix first i use find functi...

11 years ago | 1 answer | 0

1

answer

Answered
how can i save every pixel of image as a row of new matrix?
the answer by Matt solve my problem before that i separate different channel and then use etc target(:,1)=l(:), target(:,2)=a(:)...

11 years ago | 0

Question


how can i save every pixel of image as a row of new matrix?
i have an image in lab space i want to save the value of l,a, b of every pixel as a row of new matrix for example if i have 2*3 ...

11 years ago | 2 answers | 0

2

answers

Question


how can i combine the L,a,b to make lab image?
i use RGB2lab function to convert RGB image to lab image i do this work by this to line code % cform = makecform('srgb2lab')...

11 years ago | 1 answer | 0

1

answer

Question


how can i solve this errore in svmtrain?
i have some problem with svmtrain. i extract some pixel form different frame and base on their value in 3 channels train with sv...

11 years ago | 1 answer | 0

1

answer