starbucksdolcelatte

-

Showing 120 changed files with 75 additions and 9 deletions
This diff is collapsed. Click to expand it.
......@@ -62,14 +62,6 @@ for j in range(4):
m_dc.dominantColors()
m_colors = m_dc.plotHistogram()
# skin, hair, eye, mouth 순서
fil = [leb_colors[i][2] < 250 and leb_colors[i][0] > 10 for i in range(clusters)]
leb_colors = list(compress(leb_colors, fil))
fil = [le_colors[i][2] < 250 and le_colors[i][0] > 10 for i in range(clusters)]
le_colors = list(compress(le_colors, fil))
fil = [m_colors[i][2] < 250 and m_colors[i][0] > 10 for i in range(clusters)]
m_colors = list(compress(m_colors, fil))
cy_rgb = [lc_colors[0:3], leb_colors[0:3], le_colors[0:3], m_colors[0:3]]
cy_lab = []
......
......@@ -4,7 +4,7 @@ from sklearn.cluster import KMeans
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
from skimage import io
from itertools import compress
class DominantColors:
......
This diff could not be displayed because it is too large.
{
"spring": {
"std1":{
"skin":[16.21, 2, 0],
"hair":[42.48, 7.15, 0],
"eye":[35.09, 5.71, 0]},
"std2":{
"skin":[28.38, 3.96, 0],
"hair":[23.93, 5.02, 0],
"eye":[21.53, 3.73, 0]},
"std3":{
"skin":[33.65, 5.85, 0],
"hair":[42.48, 7.15, 0],
"eye":[35.09, 5.71, 0]},
"std4":{
"skin":[34.05, 5.36, 0],
"hair":[23.93, 5.02, 0],
"eye":[21.53, 3.73, 0]}
},
"summer":{
"std1":{
"skin":[14.23, 1.99, 0],
"hair":[4.9, 0.98, 0],
"eye":[16.17, 3.53, 0]},
"std2":{
"skin":[19.93, 3.44, 0],
"hair":[8.18, 1.8, 0],
"eye":[8.61, 2.1, 0]},
"std3":{
"skin":[17.71, 3.04, 0],
"hair":[4.9, 0.98, 0],
"eye":[16.17, 3.53, 0]},
"std4":{
"skin":[26.24, 4.85, 0],
"hair":[8.18, 1.8, 0],
"eye":[8.61, 2.1, 0]}
},
"fall":{
"std1":{
"skin":[25.46, 3.61, 0],
"hair":[21.11, 3.83, 0],
"eye":[17.72, 3.44, 0]},
"std2":{
"skin":[20.96, 3.15, 0],
"hair":[17.72, 3.44, 0],
"eye":[17.41, 3.65, 0]},
"std3":{
"skin":[27.02, 4.2, 0],
"hair":[21.11, 3.83, 0],
"eye":[17.72, 3.44, 0]},
"std4":{
"skin":[38.52, 5.71, 0],
"hair":[17.72, 3.44, 0],
"eye":[17.41, 3.65, 0]}
},
"winter": {
"std1":{
"skin":[9.96, 1.24, 0],
"hair":[3.79, 1.69, 0],
"eye":[9.82, 2.21, 0]},
"std2":{
"skin":[12.14, 1.66, 0],
"hair":[12.24, 2.42, 0],
"eye":[4.1, 0.86, 0]},
"std3":{
"skin":[29.2, 5.66, 0],
"hair":[3.79, 1.69, 0],
"eye":[9.82, 2.21, 0]},
"std4":{
"skin":[27.3, 4.67, 0],
"hair":[12.24, 2.42, 0],
"eye":[4.1, 0.86, 0]}
}
}
This file is too large to display.

74.7 KB | W: | H:

34.9 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.