Statistics
RANK
184,215
of 295,569
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,252
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
regulating mid point voltage of a transmission line using shunt compensation
%program for short lines clear; clc; %continue with the program vl = input('enter line load voltage: '); f = input(...
10 years ago | 0 answers | 0
0
answersQuestion
Regulating mid point voltage of a transmission line using shunt compensation
Sir i would like to get the code of above described
10 years ago | 0 answers | 0
0
answersQuestion
can anyone please give me the code for dualistic sub image and dynamic histogram equalisation for image contrast
hi im doing a project on image processing which is comparing of different histogram techniques i completed two histogram t...
10 years ago | 2 answers | 0
2
answersQuestion
How can i convert images into video
hi im vijay im using a for loop to display the images(say 10), but the problem the images displaying are very fast i.e, i ca...
10 years ago | 2 answers | 0
2
answersQuestion
How can i create a video form images?
Hi im doing a project on video processing. I'm very new to the matlab. I want to create a video file(.avi format) from imag...
10 years ago | 1 answer | 0
1
answerQuestion
How to convert videos into frames
My matlab code is this video = VideoReader('video1.avi'); for i = 1:video.NumberOfFrames img = read(video,i); imwrite(img,spr...
11 years ago | 2 answers | 0
2
answersWhy do I receive an error when creating a VideoReader object on Linux in MATLAB R2010b (7.11)?
??? The file requires the following codec(s) to be installed on your system: h264 Error in ==> VideoReader.VideoReader>Vide...
11 years ago | 0
Question
Why do i get error of when i m trying to read a video file
??? The file requires the following codec(s) to be installed on your system: video/mpeg Error in ==> VideoReader.VideoReade...
11 years ago | 1 answer | 0
1
answerQuestion
How to convert video into Frames
Hi sir I'm doing a project on histogram equalization of videos for that i need to convert videos into images(Frames) so that...
11 years ago | 2 answers | 0