Search
 
SCRIPT & CODE EXAMPLE
 

CPP

opencv rgb to gray c++

#include <opencv2/imgproc/imgproc.hpp>

cv::Mat greyMat, colorMat;
cv::cvtColor(colorMat, greyMat, CV_BGR2GRAY);
Comment

PREVIOUS NEXT
Code Example
Cpp :: how to do (binary) operator overloading in c++ 
Cpp :: how to check if a value is inside an array in c++ 
Cpp :: Appending a vector to a vector in C++ 
Cpp :: how to check size of file in c++ 
Cpp :: round double to n decimal places c++ 
Cpp :: change abstract title name latex 
Cpp :: how to string to integer in c++ 
Cpp :: delete map elements while iterating cpp 
Cpp :: C++ switch - case - break 
Cpp :: c++ string comparison 
Cpp :: c++ how to make a negative float positive 
Cpp :: substring to int c++ 
Cpp :: data types ranges c++ 
Cpp :: c++ vector fill 
Cpp :: C++ Swap 2 Variables Without Using 3rd Variable 
Cpp :: min heap and max heap using priority queue 
Cpp :: cpp initialize multidimensional vector 
Cpp :: not in c++ 
Cpp :: Story of c++ 
Cpp :: concatenate string program in c++ 
Cpp :: vector reverse function in c++ 
Cpp :: swapping of two numbers 
Cpp :: c++ Sum of all the factors of a number 
Cpp :: c++ pause linux 
Cpp :: c++ array size 
Cpp :: convert letters to uppercase in c++ 
Cpp :: quick sort c+++ 
Cpp :: number of digits in int c++ 
Cpp :: check prime cpp gfg 
Cpp :: how to compare two char* in c++ 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =