Simple-Whitebalance-Image / demo_header.html
Akjava's picture
add custom info
006566b
raw
history blame contribute delete
901 Bytes
<div style="text-align: center;">
<h1>
Simple Whitebalance Image
</h1>
<div class="grid-container">
<img src="https://akjava.github.io/AIDiagramChatWithVoice-FaceCharacter/webp/128/00034245_08_00005200.webp" alt="Flux.1-schnell-WebP3Frame-TalkingAnimation" class="image">
<p class="text">
Pillow ImageEnhance Color(pil-co),Brightness(pil-br) ,<br>OpenCV xphoto WhiteBalancer SimpleWB(cv2-simple:swb) GrayworldWB(cv2-grayworld:gwb) LearningWB(cv2-learning).
<br>
+ denotes the mean of a and b, and _ indicates applying process b to the outcome of a.<br>
custom-simple is my own implement version of SimpleWB.(some case install opencv-contrib-python is heavy for just simple-wb)<br>
Hint:I like pil-co:1.25+swb or custom-swb(1).I'm using cv's wb as default.you can copy space and modify that
</p>
</div>
</div>