Skip to content

Commit 44689c1

Browse files
committed
added docs
1 parent fa5d37a commit 44689c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dlib/image_transforms/interpolation_abstract.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,12 @@ namespace dlib
11841184
unsigned long cols;
11851185
};
11861186

1187+
void serialize(const chip_details& item, std::ostream& out);
1188+
void deserialize(chip_details& item, std::istream& in);
1189+
/*!
1190+
provides serialization support.
1191+
!*/
1192+
11871193
// ----------------------------------------------------------------------------------------
11881194

11891195
point_transform_affine get_mapping_to_chip (

0 commit comments

Comments
 (0)