Commit c94963d
Fix C++ compile errors in aruco.h
- aruco_drawDetectedCornersCharuco: avoid ternary between _InputArray and
_InputOutputArray (noArray()); use if-assignment instead
- aruco_ArucoDetector_refineDetectedMarkers: entity() does not accept
std::vector<int>*; use _OutputArray + if-assignment for recoveredIdxs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 71a9a14 commit c94963d
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
| 270 | + | |
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
| |||
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
| 321 | + | |
| 322 | + | |
320 | 323 | | |
321 | | - | |
| 324 | + | |
322 | 325 | | |
323 | 326 | | |
324 | 327 | | |
| |||
0 commit comments