![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4393806_1524805788739_DEF.jpg)
jayamala pakhare
Followers: 0 Following: 0
Statistiques
RANG
222 871
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
15 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
13.33%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
featurevector is of size 3*20(extracted H,S,V values for 20 images(indoor scene)), what should be the target vector?
featurevector is of size 3*20(extracted H,S,V values for 20 images(indoor scene)), what should be the target vector?
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
what should be the target vector ?
i am working on indoor scene , i have extraceted HSV features and stored in featureVector is of size 3*109(extracted H,S,V value...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
i am working on indoor scene , i have extraceted HSV features and stored in featureVector is of size 3*109(extracted H,S,V values for 109 images) I have to train the network only for indoor scene images. so what should be the target vector ? how to p
t=ones(1,109 ); [x] = featureVector ; (3 rows HSV, 109 columns-109 images) net = patternnet(10 ); net = train(net,x,t ); ...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
how to remove the error? Too many output arguments. Error in nn1 (line 118) [x t] = featureVector; how to remove the error?
featurevector is of size 3*20(extracted H,S,V values for 20 images) t=ones(1,20 ); [x t] = featureVector ; net ...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Which input is wrong whether target vector or input to network?
t=ones(3,20); [x] = featureVector; net = patternnet(10); net = train(net,x,t); view(net) y = net(x); perf = perform(net,t,...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
how to decide target vector for following code?
featurevector is of size 3*20(extracted H,S,V values for 20 images) t=ones(3,20); [x] = featureVector; net = patternn...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
how i can remove follwing error in the given code? Error using bagOfFeatures/parseInputs (line 1023) The value of 'imgSets' is invalid. Expected imgSets to be one of these types: imageSet Instead its type was matlab.io.datastore.ImageDatastore.
outputFolder = fullfile(tempdir, 'caltech101'); rootFolder = fullfile('D:\OLD L\DATASET\caltech101', '101_ObjectCategories'); ...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
from following code segmented image is not displayed? where is the problem
rgb = imread('peppers.png'); %'D:\OLD L\HSV_segment\42049.jpg' cform = makecform('srgb2lab'); lab = applycf...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
in following code error is Error using + Integers can only be combined with integers of the same class, or scalar doubles. How to remove it
rgb = imread('peppers.png'); %'D:\OLD L\HSV_segment\42049.jpg' cform = makecform('srgb2lab'); lab = applycf...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
In following code instead of using rgb2lab i have to use srgb2lab, i am getting error?
e = imread('peppers.png'); lab_he = rgb2lab(he); ab = lab_he(:,:,2:3); nrows = size(ab,1); ncols = size(ab,2); ab = res...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
in following code instead of using rgb2lab i have to use srgb2lab, i am getting error?
he = imread('peppers.png'); lab_he = rgb2lab(he); ab = lab_he(:,:,2:3); nrows = size(ab,1); ncols = size(ab,2); ab = resh...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
In Color-Based Segmentation Using the L*a*b* Color Space how regioncoordinates has been calculated?
few lines of the code fabric = imread('fabric.png'); figure(1), imshow(fabric), title('fabric'); load regioncoordinates; ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
a folder have 30 images (.jpg), i have to index it and read the image one after another for further processing.how to index it and read it?
reading image one after another
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
to Display multiple image frames without using montage
montage
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
is_light_blue = imbinarize(rescale(L_blue));
in color based segmentation i have written above line but error occurred after execution is Undefined function 'rescale' for inp...
presque 7 ans il y a | 1 réponse | 0
1
réponseUndefined function "......" for input arguments of type 'double'
Undefined function 'rescale' for input arguments of type 'double'.
presque 7 ans il y a | 0