Srikanth Anantharam
Srikanth Anantharam's Blog

Srikanth Anantharam's Blog

Follow
homeWesumebadges
Tag

opencv

#opencv

More content

Read more stories on Hashnode


Articles with this tag

Correctly rotating an image to an arbitrary angle in OpenCV

Sep 10, 20223 min read

Introduction Have you ever tried to rotate an image in OpenCV? It's damn simple, right? You include the OpenCV headers:#include <cmath> #include...

Correctly rotating an image to an arbitrary angle in OpenCV