Skip to content

Rect2s

Constructors

initialize(org: Cv::Point2s, sz: Cv::Size2s)

initialize()

initialize(pt1: Cv::Point2s, pt2: Cv::Point2s)

initialize(_x: Integer, _y: Integer, _width: Integer, _height: Integer)

Attributes

height: Integer (read/write)

width: Integer (read/write)

x: Integer (read/write)

y: Integer (read/write)

Methods

!=(arg_0: Cv::Rect2s) -> TrueClass

+(arg_0: Cv::Size2s) -> Cv::Rect2s

+(arg_0: Cv::Point2s) -> Cv::Rect2s

-(arg_0: Cv::Size2s) -> Cv::Rect2s

-(arg_0: Cv::Point2s) -> Cv::Rect2s

==(arg_0: Cv::Rect2s) -> TrueClass

area -> Integer

assign_minus(arg_0: Cv::Size2s) -> Cv::Rect2s

assign_minus(arg_0: Cv::Point2s) -> Cv::Rect2s

assign_plus(arg_0: Cv::Point2s) -> Cv::Rect2s

assign_plus(arg_0: Cv::Size2s) -> Cv::Rect2s

br -> Cv::Point2s

contains?(pt: Cv::Point2s) -> TrueClass

empty? -> TrueClass

initialize_copy(r: Cv::Rect2s) -> NilClass

inspect -> String

size -> Cv::Size2s

tl -> Cv::Point2s

|(arg_0: Cv::Rect2s) -> Cv::Rect2s

|=(arg_0: Cv::Rect2s) -> Cv::Rect2s