Package pyopencv :: Module pyopencvext :: Class VideoWriter
[hide private]
[frames] | no frames]

Class VideoWriter

 object --+    
          |    
??.instance --+
              |
             VideoWriter

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__lshift__(...)
__lshift__( (VideoWriter)arg1, (Mat)arg2) -> VideoWriter :
 
__reduce__(...)
helper for pickle
 
isOpened(...)
isOpened( (VideoWriter)arg1) -> bool :
 
open(...)
open( (VideoWriter)arg1, (object)filename, (object)fourcc, (object)fps, (Size2i)frameSize [, (bool)isColor=True]) -> bool :

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 24
Properties [hide private]
  this

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__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])

Overrides: object.__init__

__lshift__(...)

 

__lshift__( (VideoWriter)arg1, (Mat)arg2) -> VideoWriter :

    C++ signature :
        VideoWriter_wrapper {lvalue} __lshift__(VideoWriter_wrapper {lvalue},cv::Mat)

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

isOpened(...)

 

isOpened( (VideoWriter)arg1) -> bool :

    C++ signature :
        bool isOpened(cv::VideoWriter {lvalue})

isOpened( (VideoWriter)arg1) -> bool :

    C++ signature :
        bool isOpened(VideoWriter_wrapper {lvalue})

open(...)

 

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])


Property Details [hide private]

this

Get Method:
unreachable(...)