Search this site
Embedded Files
Skip to main content
Skip to navigation
Udaya Wijenayake
Home
Research
Collaborators
Publications
Services
Teaching
Blogs
Contact
Udaya Wijenayake
Home
Research
Collaborators
Publications
Services
Teaching
Blogs
Contact
More
Home
Research
Collaborators
Publications
Services
Teaching
Blogs
Contact
Blogs
Udaya Wijenayake - Making a Chessboard Pattern for Camera Calibration
The following code can be used to make a chessboard image given the number of rows and columns of the chessboard, the square size in pixels, and two colors. The default size of the square is 100 pixels, and the default colors are black and white.
Udaya Wijenayake - Converting images from RGB to HSV
Here is a code snippet we can use for converting an image from RGB colour space to HSV colour space. OpenCV uses BGR format instead of RGB. Therefore, we have to use the CV_BGR2HSV flag to convert the image to HSV space and then the “split” method to separate the hue, saturation and value channels.
Udaya Wijenayake - OpenCV “cv::Mat” Data Types
These are the data types we can use with OpenCV Matrices.
Google Sites
Report abuse
Page details
Page updated
Google Sites
Report abuse