Community Profile

photo

vijay chander


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

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

answers

Question


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

answers

Question


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

answers

Question


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

answers

Question


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

answer

Question


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...

10 years ago | 2 answers | 0

2

answers

Answered
Why 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...

10 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...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 2 answers | 0

2

answers