data analysis in video sequence. My video sequence frame is yuv format. How to read pixel value using MATLAB tool.
%YUV is used to describe file-formats encoded using YCbCr... That said, you can use:
ycbcr2rgb()
%to work with data on RGB (easier to work) or let databloc be the variable with the frame. Then:
y = databloc(:,:, 1);
cb = databloc(:,:, 2);
cr = databloc(:,:, 3);
%You can display the y, cb, cr component as gray scale image
figure,imshow(y);
figure,imshow(cb);
figure,imshow(cr);
% and deal with them(y, cb, cr) as arrays.
Thank u Paolo Oliveira
http://www.mathworks.com/matlabcentral/fileexchange/36417-yuv-files-reading-and-converting/content/YUV/yuv2avi.m
Use this toolbox
I need pixel value of the 2D image, for example size of 720x720 image. How can i extract pixel value using MATLAB or any other tool? Is it possible to store in MS office excel sheet?
31 December 2016 10,288 0 View
I need best partitioning algorithm which is present in the latest VLSI design tools. Which algorithm does it?
31 December 2016 9,587 3 View
I need to know, power consumption by my digital circuit with 10 set of input data. In Xilinx tool, how to take power, if i used VHDL file.
07 August 2016 5,543 0 View
Is LED light luminous depend up on supply voltage? what is relation between current through it, supply voltage and luminous?
10 November 2015 4,130 5 View
Is any low price and high efficiency solar panel available ? Solar panel is one of the renewable energy source material. But price little high now, any low price solar panel or other material...
10 November 2015 1,634 11 View
At present various multiplier architectures are available with lot of modification work in journal publication. How to check or know, high speed multiplier at presently, by theoretical design and...
07 August 2015 3,287 0 View
In IOT (Internet Of Things) applications development, FPGA development board can be used? Mostly embedded based kit used in IOT development. How to differentiate Embedded based and FPGA based...
06 July 2015 8,475 4 View
Need simple real time applications, based on combination and sequential circuits to do experimental teaching.
06 July 2015 4,566 1 View
In wireless network (IEEE 802.11) while i increaseing data transfer speed, throughput decreasing and increasing random manner in simulation tool. what are the parameter depends on the speed in the...
04 May 2015 2,846 6 View
VLSI Design
02 March 2015 5,397 1 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I have reverse sequences (AB1 format), can I base on reverse DNA sequences to perform nucleotide alignment, convert nucleotides to amino acids and deposit the sequence in GenBank database?
11 August 2024 5,138 1 View
Hello, Why do i see this baseline drift when i compare my blank (black) to the sample (blue)? Any suggestions as to why this happened? Thank you!
11 August 2024 3,770 4 View
Willett, Shenoy et al. (2021) have developed a brain computer interface (BCI) that used neural signal collected from the hand area of the motor cortex (area M1) of a paralyzed patient. The...
10 August 2024 7,180 0 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
How can I use the cif data obtained from rietveld refinement extracted via gsas2, for microstructural analysis using ETEX software?
09 August 2024 7,718 0 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
One can try to generalize the Vandermonde determinant in the following direction: Let $A$ be any symmetric $n$-order square matrix. Consider its powers' diagonal elements $(A^k)_{ii}$ and...
08 August 2024 6,690 1 View
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 View
A fungal strain was treated with nanoparticles. We want to do an environmental SEM analysis. So could anyone share your views on preparing the sample? Thank you.
07 August 2024 5,307 1 View