mirror of https://github.com/davisking/dlib.git
added docs
This commit is contained in:
parent
fa5d37a62f
commit
44689c1e9b
|
@ -1184,6 +1184,12 @@ namespace dlib
|
|||
unsigned long cols;
|
||||
};
|
||||
|
||||
void serialize(const chip_details& item, std::ostream& out);
|
||||
void deserialize(chip_details& item, std::istream& in);
|
||||
/*!
|
||||
provides serialization support.
|
||||
!*/
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
point_transform_affine get_mapping_to_chip (
|
||||
|
|
Loading…
Reference in New Issue