Uses of Record Class
dev.ioliver.dtos.CardContour
Packages that use CardContour
-
Uses of CardContour in dev.ioliver.dtos
Methods in dev.ioliver.dtos that return CardContourModifier and TypeMethodDescriptionCard.contour()
Returns the value of thecontour
record component.CardDimensions.contour()
Returns the value of thecontour
record component.Constructors in dev.ioliver.dtos with parameters of type CardContourModifierConstructorDescriptionCard
(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
Methods in dev.ioliver.services that return types with arguments of type CardContourModifier and TypeMethodDescriptionOpenCVService.getAllCardsContours
(org.opencv.core.Mat frame) Extracts all card contours from the input frame.Methods in dev.ioliver.services with parameters of type CardContourModifier 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.Method parameters in dev.ioliver.services with type arguments of type CardContourModifier and TypeMethodDescriptionvoid
OpenCVService.drawContours
(org.opencv.core.Mat frame, List<CardContour> cardContours) Draws the card contours on the input frame.