photo

Gohan


Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
38 691
of 300 364

RÉPUTATION
1

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
71.43%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


i have 10 folders and in each folder i have 20 images...for a folder i need to extract histogram normalization values of images and i need to store them for further use...i have written code but im unable to get stored values...help me ..thanks
clear all; close all; Folder='G:\C\New folder (2)\(2)'; file1=fullfile(Folder,'*.png'); pngimages1=dir(file1); ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


how to train sipmle perceptron learning in matlab...i'm new to neural networking please help me with an example
W(new)=W(old)+e.p^T b(new)=b(old)+e where e=t-a P = Input vector, t = target, W = Weight, b = bias % Use Hard limit as Activ...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


how to perform image classification using convolutional neural network ...please help me with a matlab coded example
convolutional neural network for image classification

presque 9 ans il y a | 1 réponse | 0

1

réponse

1

réponse

Question


hi i hve to add audio file to video file ...but im getting error plz help me..
my code is videoFReader = vision.VideoFileReader('audio.avi'); [AUDIO,Fs] = wavread('audio.wav'); videoFWriter = visi...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to combine two different videos ...and how to combine frst frame of first video and second frame is frst frame of second video with this I have to made second video ...plz help me
How to add two different videos ...after frst video completion second video has to start ... And second task is a third video w...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


hi my task is i have to split a video into frames and then the frames should color procssed from RGB to CMY and grouped up to create a negative videp...im getting errors can anyone help me ..??
this is my code vidobj = VideoReader('viptraffic.avi'); video = read(vidobj); frameRate = get(vidobj,'FrameRate'); ...

environ 9 ans il y a | 1 réponse | 0

1

réponse