Feeds
提问
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 前 | 0 个回答 | 0
0
个回答提问
Regulating mid point voltage of a transmission line using shunt compensation
Sir i would like to get the code of above described
10 years 前 | 0 个回答 | 0
0
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答已回答
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...
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...
11 years 前 | 0
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0