Video Delogo_Inpainting
This article compares two methods for detecting and removing watermarks. Comment A focuses on video watermarks using specific transforms/models, while Comment B emphasizes local contrast enhancement for subtle watermark detection improvements.
Video delogo/inpainting
propainter remove watermark with tracking, entity segmentation
you can use clip for watermark detection, but you don’t know where. fuck. you better train it yourself.
1 | import timm |
image local contrast enhancement, for removing hard-to-detect watermarks
maybe you can use the same trick (context preserving sliding window) from your search engine to here (image preprocessing)!
paddleocr识别效果最好 可以识别水印位置 以及文字
Linear Contrast Stretching, HE, AHE, CLAHE of an image using matlab
Histogram Equalization (HE)
Adaptive Histogram Equalization (AHE)
Contrast Limited Adaptive Histogram Equalisation (CLAHE)
experiment path:
pyjom/tests/remove_subtle_watermark_local_contrast_ocr
bing query for image local contrast
darktable lua api and scripting
darktable local contrast darktable is an open-sourced photography postprocessing software
configurations:
1 | details: 443 |
imagej clahe local contrast enhancement
l2uwe L^2UWE: A Framework for the Efficient Enhancement of Low-Light Underwater Images Using Local Contrast and Multi-Scale Fusion written in matlab
glcae Global and Local Contrast Adaptive Enhancement for Non-uniform Illumination Color Images in python
CNN-Based-X-ray-Morphological-Decomposition
github query for local image contrast
image processing basics Image Reading, writing, histogram, histogram equalization, local histogram equalization, low pass filter, high pass filter, geometrical transformation
contrast normalization is an implementation that applies local contrast normalization to images in matlab
contrast enhancement as a github topic
mclahe NumPy and Tensorflow implementation of the Multidimensional Contrast Limited Adaptive Histogram Equalization (MCLAHE) procedure
deepcontrast A deep learning-based fully-automatic intravenous contrast detection tool for head-and-neck and chest CT scans.
mirnetv2 (TPAMI 2022) Learning Enriched Features for Fast Image Restoration and Enhancement. Results on Defocus Deblurring, Denoising, Super-resolution, and image enhancement
pymusica is a contrast enhancement approach involving non linear mapping of Laplacian pyramid.
imWeightedThresholdedheq attempts to enhance contrast of a given image or video by employing a method called weighted thresholded histogram equalization (WTHE).
imagemagick wand local_contrast function
dual gamma clahe Automatic Contrast-Limited Adaptive Histogram Equalization With Dual Gamma Correction
imhblpce attempts to enhance contrast of a given image by employing a method called HBLPCE.
matlab localcontrast for image
global contrast enhancement
im2dhiseq attempts to enhance contrast of a given image by equalizing its two dimensional histogram.
previous research
deeplearning_inpainting:
https://github.com/Sanster/lama-cleaner
ffmpeg delogo:
https://www.jianshu.com/p/2eb1811b5fc6
https://securitronlinux.com/debian-testing/remove-a-logo-from-a-video-easily-with-ffmpeg/
opencv inpainting/blurring with edge blending
opencv morphlogical operations:
https://pyimagesearch.com/2021/04/28/opencv-morphological-operations/