CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 20:12:28 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/opencv/opencv.git
etag: W/"660bb0307b9de7843145c6149998e1f3"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=UdB9GU6pKG8TILJT0Gjz6XFHbMsWVoJH3EaEh%2BkYqy3OqhwbbtWZqhD4cfHlqamFtbTXeRRbliQmcATqtmpsiiymcuz7c0lSDxpaR%2FVSqkwQuLxlluzmVBG9MqvzYXm0cbf%2FXzHh4TDrsiua0s1bV%2BWlYfejXy0ZawNcerlWD%2FPIHwxIuNdjtXquJByH9fpDW%2B0Hcn9tAGkeV9XzKKss%2Bv3OezGIi%2FyImbStWSPrNFRHp1VvBguruN6LHXECW2dn%2BcVLV8%2FYG6%2FT5G%2FEYdwusg%3D%3D--9GDCSVdBwzYAE25E--TeksoUfQDvOp8my%2FQigXTQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.290453917.1753128748; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 20:12:28 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 20:12:28 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E1AA:124B44:E6C6:13BDF:687E9F2C
Merge pull request #18624 from qchateau:similarity-mask · opencv/opencv@ea1e3fb · GitHub
Copy file name to clipboardExpand all lines: modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp
Copy file name to clipboardExpand all lines: modules/stitching/src/exposure_compensate.cpp
Copy file name to clipboard
Copy file name to clipboardExpand all lines: modules/stitching/test/test_precomp.hpp
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Commit ea1e3fb
authored
Merge pull request #18624 from qchateau:similarity-mask
* support similarity masks
* add test for similarity threshold
* short license in test
* use UMat in buildSimilarityMask
* fix win32 warnings
* fix test indentation
* fix umat/mat sync
* no in-place argument for erode/dilate1 parent 3a99fb9 commit ea1e3fbCopy full SHA for ea1e3fb
File tree
Expand file treeCollapse file tree
4 files changed
+187
-4
lines changedFilter options
- modules/stitching
- include/opencv2/stitching/detail
- src
- test
Expand file treeCollapse file tree
4 files changed
+187
-4
lines changedmodules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp
Copy file name to clipboardExpand all lines: modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp+18-3Lines changed: 18 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 |
| |
129 | 132 |
| |
130 | 133 |
| |
| 134 | + | |
| 135 | + | |
131 | 136 |
| |
132 | 137 |
| |
| 138 | + | |
| 139 | + | |
133 | 140 |
| |
134 | 141 |
| |
135 | 142 |
| |
| |||
138 | 145 |
| |
139 | 146 |
| |
140 | 147 |
| |
141 |
| - | |
| 148 | + | |
| 149 | + | |
142 | 150 |
| |
143 | 151 |
| |
144 | 152 |
| |
145 | 153 |
| |
146 | 154 |
| |
147 | 155 |
| |
148 | 156 |
| |
| 157 | + | |
| 158 | + | |
149 | 159 |
| |
150 | 160 |
| |
151 | 161 |
| |
152 | 162 |
| |
153 | 163 |
| |
| 164 | + | |
154 | 165 |
| |
155 | 166 |
| |
156 | 167 |
| |
| |||
159 | 170 |
| |
160 | 171 |
| |
161 | 172 |
| |
162 |
| - | |
| 173 | + | |
| 174 | + | |
163 | 175 |
| |
164 | 176 |
| |
165 | 177 |
| |
166 | 178 |
| |
167 | 179 |
| |
| 180 | + | |
| 181 | + | |
168 | 182 |
| |
169 | 183 |
| |
170 | 184 |
| |
| |||
184 | 198 |
| |
185 | 199 |
| |
186 | 200 |
| |
| 201 | + | |
187 | 202 |
| |
188 | 203 |
| |
189 | 204 |
| |
|
modules/stitching/src/exposure_compensate.cpp
Copy file name to clipboardExpand all lines: modules/stitching/src/exposure_compensate.cpp+98-1Lines changed: 98 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| 93 | + | |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
| |||
133 | 134 |
| |
134 | 135 |
| |
135 | 136 |
| |
| 137 | + | |
| 138 | + | |
136 | 139 |
| |
137 | 140 |
| |
138 | 141 |
| |
| |||
147 | 150 |
| |
148 | 151 |
| |
149 | 152 |
| |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
150 | 160 |
| |
151 | 161 |
| |
152 | 162 |
| |
| |||
298 | 308 |
| |
299 | 309 |
| |
300 | 310 |
| |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
301 | 393 |
| |
302 | 394 |
| |
303 | 395 |
| |
| |||
317 | 409 |
| |
318 | 410 |
| |
319 | 411 |
| |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
320 | 417 |
| |
321 | 418 |
| |
322 | 419 |
| |
323 | 420 |
| |
324 |
| - | |
325 | 421 |
| |
326 | 422 |
| |
327 | 423 |
| |
| |||
400 | 496 |
| |
401 | 497 |
| |
402 | 498 |
| |
| 499 | + | |
403 | 500 |
| |
404 | 501 |
| |
405 | 502 |
| |
|
modules/stitching/test/test_exposure_compensate.cpp
Copy file name to clipboard+70Lines changed: 70 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + |
modules/stitching/test/test_precomp.hpp
Copy file name to clipboardExpand all lines: modules/stitching/test/test_precomp.hpp+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
You can’t perform that action at this time.
0 commit comments