Uses of Record Class
dev.ioliver.dtos.CardDimensions
Packages that use CardDimensions
-
Uses of CardDimensions in dev.ioliver.dtos
Methods in dev.ioliver.dtos that return CardDimensionsModifier and TypeMethodDescriptionCard.dimensions()
Returns the value of thedimensions
record component.Constructors in dev.ioliver.dtos with parameters of type CardDimensionsModifierConstructorDescriptionCard
(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
Methods in dev.ioliver.services that return CardDimensionsModifier and TypeMethodDescriptionOpenCVService.getCardDimensions
(CardContour contour) Calculates the dimensions of a card contour.Methods in dev.ioliver.services with parameters of type CardDimensionsModifier 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.