To track a red pixel in MATLAB, you can follow these steps:
VideoReader
.main.m30 chars2 lines
VideoWriter
object to write the output video.main.m56 chars3 lines
rgb2hsv
function.main.m323 chars5 lines
regionprops
.main.m663 chars14 lines
main.m30 chars3 lines
The output video will contain the red pixel tracking.
gistlibby LogSnag