You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ It contains code for famous Reinhard algorithm (www.cs.utah.edu/~shirley/papers/
74
74
75
75
It shows how to achieve slide show functionality using opencv, one can also try to save each image (result in slide show) in a video format to view blending of images. It makes use of _addWeighted()_ method to view transitions.
76
76
77
+
You can check [this](https://chandraji.dev/how-to-make-a-slideshow-using-opencv) blog for more information on the approach taken.
0 commit comments