Closed Rampex1 closed 6 months ago
Added validator to make sure that the length of the list of points is exactly four. Removed data type validator since Pydantic does it. Removed as_dict since Pydantic has its own function as_dict(). Changed class name from ArucoBoardSpecification to Board.
Also, I should probably have named my commit with MNT.
Thank you David
Created a BoardMarker to indicate the ID, and the coordinates of the four corners of the marker. Created an ArucoBoardSpecification to indicate the list of markers it contains. Pydantic used for data validation and json serialization.