Skip to content

Commit

Permalink
Update color_correction.py
Browse files Browse the repository at this point in the history
White Balancing using CV2 and COlor Correction Cards with ArUCo Markers
  • Loading branch information
dazzafact authored Sep 1, 2022
1 parent 55484b9 commit 0f7c13e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions color_correction.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
"""
White Balancing using CV2 and COlor Correction Cards with ArUCo Markers
Author Stephan Krol
G-Mail: Stephan.Krol.83[at]
Website: https://CouchBoss.de
"""



from imutils.perspective import four_point_transform
from skimage import exposure
import numpy as np
Expand Down

0 comments on commit 0f7c13e

Please sign in to comment.