Uses of Record Class
dev.ioliver.dtos.CardContour
-
Uses of CardContour in dev.ioliver.dtos
Modifier and TypeMethodDescriptionCard.contour()
Returns the value of thecontour
record component.CardDimensions.contour()
Returns the value of thecontour
record component.ModifierConstructorDescriptionCard
(CardDimensions dimensions, CardContour contour, org.opencv.core.Mat cardImage, CardPredict predict) Creates an instance of aCard
record class.CardDimensions
(CardContour contour, double height, double width, int centerX, int centerY) Creates an instance of aCardDimensions
record class. -
Uses of CardContour in dev.ioliver.services
Modifier and TypeMethodDescriptionOpenCVService.getAllCardsContours
(org.opencv.core.Mat frame) Extracts all card contours from the input frame.Modifier and TypeMethodDescriptionOpenCVService.getCardDimensions
(CardContour contour) Calculates the dimensions of a card contour.OpenCVService.getProcessedCard
(CardContour cardContour, CardDimensions cardDimensions) Processes a card by extracting its information.Modifier and TypeMethodDescriptionvoid
OpenCVService.drawContours
(org.opencv.core.Mat frame, List<CardContour> cardContours) Draws the card contours on the input frame.