Home | Trees | Indices | Help |
---|
|
object --+ | ??.instance --+ | VideoWriter
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 24
|
|
|||
this | |||
Inherited from |
|
__init__( (object)arg1) -> None : C++ signature : void __init__(_object*) __init__( (object)arg1, (object)filename, (object)fourcc, (object)fps, (Size2i)frameSize [, (bool)isColor=True]) -> None : C++ signature : void __init__(_object*,std::string,int,double,cv::Size_<int> [,bool=True])
|
__lshift__( (VideoWriter)arg1, (Mat)arg2) -> VideoWriter : C++ signature : VideoWriter_wrapper {lvalue} __lshift__(VideoWriter_wrapper {lvalue},cv::Mat) |
helper for pickle
|
isOpened( (VideoWriter)arg1) -> bool : C++ signature : bool isOpened(cv::VideoWriter {lvalue}) isOpened( (VideoWriter)arg1) -> bool : C++ signature : bool isOpened(VideoWriter_wrapper {lvalue}) |
open( (VideoWriter)arg1, (object)filename, (object)fourcc, (object)fps, (Size2i)frameSize [, (bool)isColor=True]) -> bool : C++ signature : bool open(cv::VideoWriter {lvalue},std::string,int,double,cv::Size_<int> [,bool=True]) open( (VideoWriter)arg1, (object)filename, (object)fourcc, (object)fps, (Size2i)frameSize [, (bool)isColor=True]) -> bool : C++ signature : bool open(VideoWriter_wrapper {lvalue},std::string,int,double,cv::Size_<int> [,bool=True]) |
|
this
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 08 01:48:21 2010 | http://epydoc.sourceforge.net |