RotatedRect object type
The last useful class is a particular rectangle called RotatedRect. This class represents a rotated rectangle specified by a center point, the width and height of a rectangle, and the rotation angle in degrees:
RotatedRect(const Point2f& center, const Size2f& size, float angle);
An interesting function of this class is boundingBox. This function returns Rect, which contains the rotated rectangle:

推薦閱讀
- 算法競賽入門經(jīng)典:習(xí)題與解答
- 大數(shù)據(jù)可視化
- Voice Application Development for Android
- UDK iOS Game Development Beginner's Guide
- Scratch 3.0 藝術(shù)進(jìn)階
- 智能數(shù)據(jù)分析:入門、實(shí)戰(zhàn)與平臺(tái)構(gòu)建
- 視覺大數(shù)據(jù)智能分析算法實(shí)戰(zhàn)
- Spring Boot 2.0 Cookbook(Second Edition)
- 信息融合中估計(jì)算法的性能評估
- 數(shù)據(jù)庫原理及應(yīng)用:SQL Server 2016
- 數(shù)據(jù)迷霧:洞察數(shù)據(jù)的價(jià)值與內(nèi)涵
- 數(shù)據(jù)分析方法及應(yīng)用:基于SPSS和EXCEL環(huán)境
- 商業(yè)銀行數(shù)據(jù)庫管理實(shí)踐
- Java Deep Learning Essentials
- Java 9 Dependency Injection