My code was compiling a month ago now it is giving so many errors
i made a simple program using OPENCV library C:\fakepath\abcde.jpg It was working about a month ago now its giving me a lot of wierd Errors C:\fakepath\aaa.jpg
Thanks in Advance!
please replace the useless screenshots with a text version, thank you.
sure !!!!
This was my code
and after compiliing it with g++ SplitImage -o Split it gives me following error
/tmp/cc6muPV9.o: In function
main': SplitChannel.cpp:(.text+0x67): undefined reference to
cv::imread(cv::String const&, int)' SplitChannel.cpp:(.text+0xf8): undefined reference tocv::split(cv::_InputArray const&, cv::_OutputArray const&)' SplitChannel.cpp:(.text+0x143): undefined reference to
cv::operator==(cv::Mat const&, double)' SplitChannel.cpp:(.text+0x19d): undefined reference tocv::merge(cv::_InputArray const&, cv::_OutputArray const&)' SplitChannel.cpp:(.text+0x1e3): undefined reference to
cv::namedWindow(cv::String const&, int)' SplitChannel.cpp:(.text+0x238): undefined reference tocv::imshow(cv::String const&, cv::_InputArray const&)' SplitChannel.cpp:(.text+0x260): undefined reference to
cv::waitKey(int)' /tmp/cc6muPV9.o: In function `c