histgram-color-matching / demo_header.html
Akjava's picture
update html
0e044bd
raw
history blame contribute delete
896 Bytes
<div style="text-align: center;">
<h1>
Histgram Color Matching(scikit-image)
</h1>
<div class="grid-container">
<img src="https://akjava.github.io/AIDiagramChatWithVoice-FaceCharacter/webp/128/00533245.webp" alt="Mediapipe Face Detection" class="image">
<p class="text">
Body-to-body image color matching will never work; try face-to-face.keep eyes and hair color same<br>
Usually default is best.To similar lighting angle,mirror(flip horizental) is important<br>
Adding color paint(pink or green) can change hue(but not recommend to add target image)<br>
modify tone-curve adjust brightness.However most of the case it's the lighting's issue, so there's not much we can do <br>
This is scikit-image version,maybe using another lib get another result I've never tried yet.
</p>
</div>
</div>