Skip to content

Instantly share code, notes, and snippets.

View crackwitz's full-sized avatar

Christoph Rackwitz crackwitz

  • Aachen, Germany
  • 05:09 (UTC +02:00)
View GitHub Profile
@crackwitz
crackwitz / colorscope.ipynb
Created May 12, 2022 08:42
color scope using numba
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python3
import os
import sys
import numpy as np
import cv2 as cv
np.set_printoptions(suppress=True)
#!/usr/bin/env python3
import os
import sys
import numpy as np
import cv2 as cv
np.set_printoptions(suppress=True)
# https://stackoverflow.com/questions/68541509/evaluate-the-correctness-of-in-extrinsic-params-resulting-from-camera-calibratio
#!/usr/bin/env python3
import os
import sys
import numpy as np
import cv2 as cv
# https://i.imgur.com/sRY2qCG.png
im = cv.imread("sRY2qCG.png")