Basic functions for CV
1) Write a python code to load a color image and apply image transformations.
2) Write a python code to load a color video and apply image transformations.
3) Important CV2 libraries for Module1:
[Link]():
[Link]():
[Link]():
[Link]():
[Link]
[Link]
[Link]
[Link]
[Link]
cv2.filter2D
[Link]()
[Link]()
[Link]
[Link]. createSuperpixelSLIC
4) Important CV2 libraries for Module2:
[Link]
[Link]()
[Link]
sift. detectAndCompute()
[Link]
[Link]
[Link]
cv2.Stitcher_create ()
[Link]
cv2.getRotationMatrix2D()
cv2.estimateAffinePartial2D()
[Link]()
[Link]
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
5) Important CV2 libraries for Module3:
[Link]
[Link]
recoverPose()
StereoBM_create()
stereoRectify()
reprojectImageTo3D()
6) CNN based codes for object detection and recognition using Pytorch. (RCNN, Fast-RCNN,
Basic YOLO model)