| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
FileStorage
The XML/YAML file storage class.
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
APPEND = 2
|
|||
INSIDE_MAP = 4
|
|||
NAME_EXPECTED = 2
|
|||
READ = 0
|
|||
UNDEFINED = 0
|
|||
VALUE_EXPECTED = 1
|
|||
WRITE = 1
|
|||
__instance_size__ = 44
|
|||
|
|||
| elname | |||
| state | |||
|
this The XML/YAML file storage class. |
|||
|
Inherited from |
|||
|
|||
__getitem__( (FileStorage)arg1, (object)nodename) -> FileNode :
Returns the top-level node by name.
Wrapped function:
operator[]
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
C++ signature :
cv::FileNode __getitem__(cv::FileStorage {lvalue},std::string)
|
__init__( (object)arg1) -> None :
Constructor.
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (object)filename, (object)flags) -> None :
Constructor.
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
C++ signature :
void __init__(_object*,std::string,int)
|
helper for pickle
|
getDefaultObjectName( (object)filename) -> str :
Returns the default object name from the filename (used by cvSave()
with the default object name etc.).
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
C++ signature :
std::string getDefaultObjectName(std::string)
|
getFirstTopLevelNode( (FileStorage)arg1) -> FileNode :
Returns the first top-level node.
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
C++ signature :
cv::FileNode getFirstTopLevelNode(cv::FileStorage {lvalue})
|
isOpened( (FileStorage)arg1) -> bool :
C++ signature :
bool isOpened(cv::FileStorage {lvalue})
isOpened( (FileStorage)arg1) -> bool :
C++ signature :
bool isOpened(FileStorage_wrapper {lvalue})
|
open( (FileStorage)arg1, (object)filename, (object)flags) -> bool :
C++ signature :
bool open(cv::FileStorage {lvalue},std::string,int)
open( (FileStorage)arg1, (object)filename, (object)flags) -> bool :
C++ signature :
bool open(FileStorage_wrapper {lvalue},std::string,int)
|
release( (FileStorage)arg1) -> None :
C++ signature :
void release(cv::FileStorage {lvalue})
release( (FileStorage)arg1) -> None :
C++ signature :
void release(FileStorage_wrapper {lvalue})
|
root( (FileStorage)arg1 [, (object)streamidx=0]) -> FileNode :
Returns the root file node (it's the parent of the first top-level
node).
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
C++ signature :
cv::FileNode root(cv::FileStorage {lvalue} [,int=0])
|
writeRaw( (FileStorage)inst, (object)fmt, (vector_uint8)vec) -> None :
Writes the certain number of elements of the specified format.
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
Argument 'vec':
C++ type: ::uchar const *
Python type: vector_uint8
Argument 'len':
Dependent argument: omitted from input. Its value is derived from
argument 'vec'.
C++ signature :
void writeRaw(cv::FileStorage {lvalue},std::string,std::vector<unsigned char, std::allocator<unsigned char> >)
|
|
|||
elname
|
state
|
this
The XML/YAML file storage class.
Reference:
http://opencv.willowgarage.com/documentation/cpp/xml_yaml_persistence.html#filestorage
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:06 2010 | http://epydoc.sourceforge.net |