File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/core/include/opencv2/core/hal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Element-wise binary and unary operations.
130
130
@ref v_shl, @ref v_shr
131
131
132
132
- Bitwise logic:
133
- @ref operator &(const v_reg &a, const v_reg &b) "&",
133
+ @ref operator&(const v_reg &a, const v_reg &b) "&",
134
134
@ref operator |(const v_reg &a, const v_reg &b) "|",
135
135
@ref operator ^(const v_reg &a, const v_reg &b) "^",
136
136
@ref operator ~(const v_reg &a) "~"
@@ -140,7 +140,7 @@ Element-wise binary and unary operations.
140
140
@ref operator >=(const v_reg &a, const v_reg &b) ">=",
141
141
@ref operator <(const v_reg &a, const v_reg &b) "<",
142
142
@ref operator <=(const v_reg &a, const v_reg &b) "<=",
143
- @ref operator ==(const v_reg &a, const v_reg &b) "==",
143
+ @ref operator==(const v_reg &a, const v_reg &b) "==",
144
144
@ref operator !=(const v_reg &a, const v_reg &b) "!="
145
145
146
146
- min/max: @ref v_min, @ref v_max
You can’t perform that action at this time.
0 commit comments