Ask Your Question

hanifalisohag's profile - activity

2019-04-26 17:51:03 -0600 answered a question Resize image, compute, resize back to original

There are some interpolation algorithms in OpenCV and You can find all the examples here: How to resize images in OpenCV

2019-04-26 17:21:16 -0600 answered a question Auto adjusting contrast and brightness with OpenCV Python

You can use this function to change your desired brightness or contrast using C++ just like the same way you do it on ph

2018-01-15 04:56:32 -0600 received badge  Necromancer (source)
2018-01-15 01:50:23 -0600 answered a question How to save a rectangular ROI?

you can easily crop the image in python by using roi = oriImage[refPoint[0][1]:refPoint[1][1], refPoint[0][0]:refPoint[

2018-01-15 01:50:14 -0600 answered a question How to fit mask on face using facial feature points on face opencv c++ / ios ?

You can easily mask upon an image using the following funciton: def transparentOverlay(src, overlay, pos=(0, 0), scale=