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 thedimensionsrecord 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 aCardrecord 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.MatOpenCVService.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.