Uses of Record Class
dev.ioliver.dtos.CardDimensions
-
Uses of CardDimensions in dev.ioliver.dtos
Modifier and TypeMethodDescriptionCard.dimensions()
Returns the value of thedimensions
record component.ModifierConstructorDescriptionCard
(CardDimensions dimensions, CardContour contour, org.opencv.core.Mat cardImage, CardPredict predict) Creates an instance of aCard
record class. -
Uses of CardDimensions in dev.ioliver.services
Modifier and TypeMethodDescriptionOpenCVService.getCardDimensions
(CardContour contour) Calculates the dimensions of a card contour.Modifier and TypeMethodDescriptionorg.opencv.core.Mat
OpenCVService.cutAndFlatCard
(org.opencv.core.Mat originalFrame, CardDimensions cardDimensions, boolean invert) Cuts and flattens a card from the original frame based on the card dimensions.OpenCVService.getProcessedCard
(CardContour cardContour, CardDimensions cardDimensions) Processes a card by extracting its information.