0% found this document useful (0 votes)
14 views1 page

Coding Functions

The document outlines basic functions for computer vision (CV) using Python, including image and video loading and transformations. It lists important OpenCV (CV2) libraries categorized into three modules, each focusing on different aspects of CV tasks such as camera calibration, feature detection, and stereo vision. Additionally, it mentions CNN-based codes for object detection and recognition using PyTorch.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Coding Functions

The document outlines basic functions for computer vision (CV) using Python, including image and video loading and transformations. It lists important OpenCV (CV2) libraries categorized into three modules, each focusing on different aspects of CV tasks such as camera calibration, feature detection, and stereo vision. Additionally, it mentions CNN-based codes for object detection and recognition using PyTorch.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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)

You might also like