Colorization technique
In this GIMP tutorial, a colorization technique is used to color grayscale images.
I wonder what is this technique ?
I ask so, because I want to reproduce it in Python/OpenCV.
In this GIMP tutorial, a colorization technique is used to color grayscale images.
I wonder what is this technique ?
I ask so, because I want to reproduce it in Python/OpenCV.
Simply said what they do is
There are enough functions to do something similar to this in OpenCV.
Asked: 2015-03-19 09:25:06 -0600
Seen: 262 times
Last updated: Mar 19 '15
Area of a single pixel object in OpenCV
how to understand which functions available in python bindings?
Problems installing opencv on mac with python
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Weird result while finding angle
cv2.perspectiveTransform() with Python
Using OpenCV's stitching module, strange error when compositing images
@StevenPuttemans thank you. How to replace red color with opacity 50% by a green color of the same opacity ? which calculations to do ?