Uses of Record Class
dev.ioliver.dtos.CardPredict
-
Uses of CardPredict in dev.ioliver.dtos
Modifier and TypeMethodDescriptionCard.predict()
Returns the value of thepredict
record component.ModifierConstructorDescriptionCard
(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
Modifier and TypeMethodDescriptionOpenCVService.predictCard
(CardCorner corner) Predicts the rank and suit of a card based on its corner images.