<< cv_flannmatch ComputerVision cv_gaussianfilter >>

ComputerVision >> ComputerVision > cv_frame

cv_frame

To get frame

Calling Sequence

ret,frame=cv_frame(video_path)

Arguments

video_path

Path of the video , Must be String

ret

True-> frame captured False-> Frame not captured

frame

Frame returned

Description

Capture Frame

This function can be used to capture frame from a video by passing path of video

Examples

[ret,frame]=cv_frame(N:\video1.flv)

See Also


Report an issue
<< cv_flannmatch ComputerVision cv_gaussianfilter >>