| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
VideoCapture
Class for video capturing from video files or cameras.
Reference:
http://opencv.willowgarage.com/documentation/cpp/reading_and_writing_images_and_video.html#VideoCapture
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 24
|
|||
|
|||
|
this Class for video capturing from video files or cameras. |
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)filename) -> None :
C++ signature :
void __init__(_object*,std::string)
__init__( (object)arg1, (object)device) -> None :
C++ signature :
void __init__(_object*,int)
|
helper for pickle
|
__rshift__( (VideoCapture)arg1, (Mat)arg2) -> VideoCapture :
C++ signature :
cv::VideoCapture {lvalue} __rshift__(cv::VideoCapture {lvalue},cv::Mat {lvalue})
|
get( (VideoCapture)arg1, (object)propId) -> float :
C++ signature :
double get(cv::VideoCapture {lvalue},int)
get( (VideoCapture)arg1, (object)propId) -> float :
C++ signature :
double get(VideoCapture_wrapper {lvalue},int)
|
grab( (VideoCapture)arg1) -> bool :
C++ signature :
bool grab(cv::VideoCapture {lvalue})
grab( (VideoCapture)arg1) -> bool :
C++ signature :
bool grab(VideoCapture_wrapper {lvalue})
|
isOpened( (VideoCapture)arg1) -> bool :
C++ signature :
bool isOpened(cv::VideoCapture {lvalue})
isOpened( (VideoCapture)arg1) -> bool :
C++ signature :
bool isOpened(VideoCapture_wrapper {lvalue})
|
open( (VideoCapture)arg1, (object)filename) -> bool :
C++ signature :
bool open(cv::VideoCapture {lvalue},std::string)
open( (VideoCapture)arg1, (object)filename) -> bool :
C++ signature :
bool open(VideoCapture_wrapper {lvalue},std::string)
open( (VideoCapture)arg1, (object)device) -> bool :
C++ signature :
bool open(cv::VideoCapture {lvalue},int)
open( (VideoCapture)arg1, (object)device) -> bool :
C++ signature :
bool open(VideoCapture_wrapper {lvalue},int)
|
release( (VideoCapture)arg1) -> None :
C++ signature :
void release(cv::VideoCapture {lvalue})
release( (VideoCapture)arg1) -> None :
C++ signature :
void release(VideoCapture_wrapper {lvalue})
|
retrieve( (VideoCapture)arg1, (Mat)image [, (object)channel=0]) -> bool :
C++ signature :
bool retrieve(cv::VideoCapture {lvalue},cv::Mat {lvalue} [,int=0])
retrieve( (VideoCapture)arg1, (Mat)image [, (object)channel=0]) -> bool :
C++ signature :
bool retrieve(VideoCapture_wrapper {lvalue},cv::Mat {lvalue} [,int=0])
|
set( (VideoCapture)arg1, (object)propId, (object)value) -> bool :
C++ signature :
bool set(cv::VideoCapture {lvalue},int,double)
set( (VideoCapture)arg1, (object)propId, (object)value) -> bool :
C++ signature :
bool set(VideoCapture_wrapper {lvalue},int,double)
|
|
|||
this
Class for video capturing from video files or cameras.
Reference:
http://opencv.willowgarage.com/documentation/cpp/reading_and_writing_images_and_video.html#VideoCapture
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:09 2010 | http://epydoc.sourceforge.net |