Browse Source

Kommentar entfernt

master
Max Sponsel 3 years ago
parent
commit
8c4760c75d
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Code/Dyschromasie.py

+ 0
- 1
Code/Dyschromasie.py View File

@@ -78,7 +78,6 @@ S_t = np.array([[1, 0, 0], #Simulationsmatrix fuer Tritanopi
for i in range(rows):
for j in range(cols):
cb_image[i,j] = T_reversed.dot(S_p).dot(T).dot(cb_image[i,j])
# Da OpenCV Pixelwerte in RGB speichert, aber BGR für den Algorithmus nötig ist, muss die Matrix mit flipud gedreht werden
sim_image = np.copy(cb_image)
sim_image = sim_image.astype('uint8')

Loading…
Cancel
Save