You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- public __construct(int $rows, int $cols, int $type, Scalar $scalar)
127
-
- public print(int $type)
128
-
- public static zeros(int $rows, int $cols, int $type)
129
-
- public type()
130
-
- public depth()
131
-
- public channels()
132
-
- public isContinuous()
133
-
- public row(int $y)
134
-
- public col(int $x)
135
-
- public clone()
136
-
- Point(class)
137
-
- properties
138
-
- public int $x
139
-
- public int $y
140
-
- functions
141
-
- public __construct(int $x, int $y)
142
-
- public print()
143
-
- Scalar(class)
144
-
- public array $val
145
-
- public __construct(int $val1, int $val2, int $val3, int $valu4)
146
-
- public print()
147
-
- Size(class)
148
-
- functions
149
-
- public __construct(int $width, int $height);
150
-
- public print()
151
-
- Rect(class)
152
-
- functions
153
-
- public __construct(int $x, int $y, int $width, int $height)
154
-
- public print()
155
-
- pubilc tl()
156
-
- public br()
157
-
- public size()
158
-
- public area()
159
-
- Formatter(class)
160
-
161
-
- FUNCTIONS
162
-
- imread(string $path, int $flags = CV\IMREAD_COLOR)
163
-
- imwrite(string $path, Mat $img)
164
-
- namedWindow(string $name, int $flags = 2)
165
-
- imshow(string $windowName, Mat $img)
166
-
- waitKey(int $sec)
167
-
- cvtColor(Mat $img, int $code)
168
-
- ellipse(Mat $img, Point $center, Size $size, int $angle, int $startAngle, int $endAngle, Scalar $color, int $thickness = 1, int $lineType = CV\LINE_8, int $shift = 0)
169
-
- circle(Mat $img, Point $center, int $radius, Scalar $color, int $thickness = 1, int $lineType = CV\LINE_8, int $shift = 0)
170
-
- line(Mat $img, Point $start, Point $end, Scalar $color, int $thickness = 1, int $lineType = CV\LINE_8, int $shift = 0)
171
-
- rectangle(Mat $img, int $startX, int $startY, int $endX, int $endY, Scalar $color, int $thickness = 1, int $lineType = CV\LINE_8, int $shift = 0)
172
-
- rectangleByPoint(Mat $img, Point $start, Point $end, Scalar $color, int $thickness = 1, int $lineType = CV\LINE_8, int $shift = 0)
173
-
- rectangleByRect(Mat $img, Rect $rect, Scalar $color, int $thickness = 1, int $lineType = CV\LINE_8, int $shift = 0)
0 commit comments