Skip to content

Commit

Permalink
added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Oct 5, 2024
1 parent fa5d37a commit 44689c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dlib/image_transforms/interpolation_abstract.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

2 comments on commit 44689c1

@arrufat
Copy link
Contributor

@arrufat arrufat commented on 44689c1 Oct 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I hadn't noticed those were documented. Sorry.

@davisking
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries :)

Please sign in to comment.