All Questions
3 questions
0
votes
1
answer
83
views
python image unified transform
I looking for a way to transform a Image into a another one.
The tool from GIMP work perfectly for my task: "Unified Transform Tool"
But is there a way to do it with a python lib? Like ...
2
votes
2
answers
965
views
How to apply SoftLight blender between two images in OpenCV?
Regarding to this post on StackOverflow (and this too) I'm taking one normal image of a flower, then a white image and then I apply the SoftLight.
These are the images (flower and white image):
The ...
3
votes
3
answers
5k
views
Remove lens distortion from images captured by an wide angle (180) camera
I have some images captured from an wide angle appx. (180 degree) camera.
I am using opencv 2.4.8 which gives some details about camera matrix n distortion matrix.
MatK = [537.43775285, 0, 327....