CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 12:55:47 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/"77312e3f692f658d80ca6315142e13ee"
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=HnEbY70DVrvb80ILpHMHx7%2F9lJvoCMbkbxXvZZXZo18vCPEXewUGcMEq4ntcJHV0wDP5Oco1VSkNM1DTHadGlOisG83pkcla59%2BRk%2FJhw0usbTimugxqrbKTnPfyWLVJOQ2Rs2w%2BHitfp090mshSr9w993S%2BBTtBKGwJtqzCX%2BdX3ucM388Qdmb91jRNwwwzJIDW%2FoFczOR%2BV2B9gYJGQxTmIfBZqwEkJ61pn2CJtXkhp%2FNCVLmFYKx%2Fyd2BR6k1epGOuji32E5%2FX%2FHf9l%2BhZA%3D%3D--Ri3pL5Kbz6zo%2F%2BYB--QDDw5bNsc%2FxafTztroM2sQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1563614353.1753188946; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 12:55:46 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 12:55:46 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DA54:49A0F:825086:9118CA:687F8A52
Merge pull request #23305 from bhavitp:fix/calib3d/undistortion_grid · opencv/opencv@7ea6b35 · GitHub
Copy file name to clipboardExpand all lines: modules/calib3d/src/calibration.cpp
Copy file name to clipboardExpand all lines: modules/calib3d/test/test_undistort.cpp
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Commit 7ea6b35
authored
Merge pull request #23305 from bhavitp:fix/calib3d/undistortion_grid
Resolves #23304
Fixes the incorrect pixel grid
Switches type to double to avoid precision loss as all callers use doubles
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [X] I agree to contribute to the project under Apache 2 License.
- [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [X] The PR is proposed to the proper branch
- [X] There is a reference to the original bug report and related work
- [X] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [X] The feature is well documented and sample code can be built with the project CMake1 parent 8ad8ec6 commit 7ea6b35Copy full SHA for 7ea6b35
File tree
Expand file treeCollapse file tree
2 files changed
+115
-16
lines changedFilter options
- modules/calib3d
- src
- test
Expand file treeCollapse file tree
2 files changed
+115
-16
lines changedmodules/calib3d/src/calibration.cpp
Copy file name to clipboardExpand all lines: modules/calib3d/src/calibration.cpp+16-16Lines changed: 16 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2258 | 2258 |
| |
2259 | 2259 |
| |
2260 | 2260 |
| |
2261 |
| - | |
| 2261 | + | |
2262 | 2262 |
| |
2263 | 2263 |
| |
2264 | 2264 |
| |
2265 |
| - | |
2266 |
| - | |
| 2265 | + | |
| 2266 | + | |
2267 | 2267 |
| |
2268 | 2268 |
| |
2269 | 2269 |
| |
2270 |
| - | |
2271 |
| - | |
| 2270 | + | |
| 2271 | + | |
2272 | 2272 |
| |
2273 | 2273 |
| |
2274 | 2274 |
| |
2275 |
| - | |
2276 |
| - | |
| 2275 | + | |
| 2276 | + | |
2277 | 2277 |
| |
2278 | 2278 |
| |
2279 | 2279 |
| |
2280 | 2280 |
| |
2281 | 2281 |
| |
2282 |
| - | |
| 2282 | + | |
2283 | 2283 |
| |
2284 | 2284 |
| |
2285 | 2285 |
| |
| |||
2294 | 2294 |
| |
2295 | 2295 |
| |
2296 | 2296 |
| |
2297 |
| - | |
2298 |
| - | |
| 2297 | + | |
| 2298 | + | |
2299 | 2299 |
| |
2300 | 2300 |
| |
2301 | 2301 |
| |
| |||
2308 | 2308 |
| |
2309 | 2309 |
| |
2310 | 2310 |
| |
2311 |
| - | |
| 2311 | + | |
2312 | 2312 |
| |
2313 | 2313 |
| |
2314 | 2314 |
| |
| |||
2515 | 2515 |
| |
2516 | 2516 |
| |
2517 | 2517 |
| |
2518 |
| - | |
| 2518 | + | |
2519 | 2519 |
| |
2520 | 2520 |
| |
2521 | 2521 |
| |
| |||
2545 | 2545 |
| |
2546 | 2546 |
| |
2547 | 2547 |
| |
2548 |
| - | |
2549 |
| - | |
2550 |
| - | |
2551 |
| - | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
2552 | 2552 |
| |
2553 | 2553 |
| |
2554 | 2554 |
| |
|
modules/calib3d/test/test_undistort.cpp
Copy file name to clipboardExpand all lines: modules/calib3d/test/test_undistort.cpp+99Lines changed: 99 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
160 | 258 |
| |
161 | 259 |
| |
162 | 260 |
| |
| |||
935 | 1033 |
| |
936 | 1034 |
| |
937 | 1035 |
| |
| 1036 | + | |
938 | 1037 |
| |
939 | 1038 |
| |
940 | 1039 |
| |
|
You can’t perform that action at this time.
0 commit comments