Uses of Record Class
dev.ioliver.dtos.CardPredict
Packages that use CardPredict
-
Uses of CardPredict in dev.ioliver.dtos
Methods in dev.ioliver.dtos that return CardPredictModifier and TypeMethodDescriptionCard.predict()
Returns the value of thepredict
record component.Constructors in dev.ioliver.dtos with parameters of type CardPredictModifierConstructorDescriptionCard
(CardDimensions dimensions, CardContour contour, org.opencv.core.Mat cardImage, CardPredict predict) Creates an instance of aCard
record class. -
Uses of CardPredict in dev.ioliver.services
Methods in dev.ioliver.services that return CardPredictModifier and TypeMethodDescriptionOpenCVService.predictCard
(CardCorner corner) Predicts the rank and suit of a card based on its corner images.