Statistics
7 Questions
0 Answers
RANK
38 657
of 295 467
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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); ...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 8 år ago | 0 answers | 0
0
answersQuestion
how to perform image classification using convolutional neural network ...please help me with a matlab coded example
convolutional neural network for image classification
nästan 8 år ago | 1 answer | 0
1
answerQuestion
hi i want to read a folder of images and i have to store their properties in a matrix...i.e, first image properties in first column and second image properties in second colum likewise..help me
reading folder containing images and storing their properties in a matrix
nästan 8 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
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'); ...
ungefär 8 år ago | 1 answer | 0