Ask Your Question

I am Dev's profile - activity

2018-02-06 02:54:30 -0600 received badge  Enthusiast
2018-01-19 07:21:39 -0600 commented answer how to detect human fall using OpenCV

@berak sir, I'm reading more papers on that. Previously I've tried with haar cascade dataset to detect human body parts.

2018-01-18 13:03:25 -0600 commented answer how to detect human fall using OpenCV

@berak I want to detect human fall in videos. Yes I've seen some papers on it but idea is not that much clear in it. So

2018-01-18 13:03:15 -0600 commented answer how to detect human fall using OpenCV

@berak I want to detect human fall in videos. Yes I've seen some papers on it but idea is not that much clear in it. So

2018-01-18 13:02:33 -0600 commented answer how to detect human fall using OpenCV

@berak I want to detect human fall in videos. Yes I've seen some papers on it but idea is not that much clear in it. So

2018-01-18 12:41:02 -0600 commented answer how to run humaneva dataset in Opencv

No it's not working. Did you downloaded and run all the parts of Humaneva_1 dataset or any one of them.

2018-01-18 10:42:41 -0600 commented question how to run humaneva dataset in Opencv

thank you @sturkmen & @berak for your support. Actually I'd hasn't build BUILD_EXAMPLE so that was my stuck point. B

2018-01-18 10:41:31 -0600 commented question how to run humaneva dataset in Opencv

thank you @sturkmen & @berak for your support. Actually I'd hasn't build BUILD_EXAMPLE so that was my stuck point. B

2018-01-18 03:59:37 -0600 asked a question how to detect human fall using OpenCV

how to detect human fall using OpenCV My project is detect human fall in elderly people. So I'm using latest OpenCV in p

2018-01-18 00:25:07 -0600 commented question how to run humaneva dataset in Opencv

hello @berak yes i build the opencv_contrib and also run the make install but i don't know how to link -lopencv_dataset.

2018-01-18 00:24:21 -0600 commented question how to run humaneva dataset in Opencv

hello @barak yes i build the opencv_contrib and also run the make install but i don't know how to link -lopencv_dataset.

2018-01-17 09:41:08 -0600 commented question how to run humaneva dataset in Opencv

@sturkmen I want to detect human fall. Fall detection of elderly person is my project. If you have any idea then you can

2018-01-17 08:47:29 -0600 commented question how to run humaneva dataset in Opencv

thank you berak while running hpe_humaneva.cpp i got this error fatal error: opencv2/datasets/hpe_humaneva.hpp: No such

2018-01-17 08:37:41 -0600 commented question how to run humaneva dataset in Opencv

sturkmen thanks for your suggestion but dataset-example-hpe_humaneva is not in my directory.

2018-01-17 00:36:06 -0600 received badge  Organizer (source)
2018-01-17 00:24:06 -0600 edited question how to run humaneva dataset in Opencv

how to run humaneva dataset in Opencv I've followed the steps given in OpenCV documentation https://docs.opencv.org/3.2.

2018-01-17 00:18:42 -0600 edited question how to run humaneva dataset in Opencv

how to run humaneva dataset in Opencv I've followed the steps given in OpenCV documentation https://docs.opencv.org/3.2.

2018-01-17 00:18:42 -0600 received badge  Editor (source)
2018-01-17 00:17:55 -0600 asked a question how to run humaneva dataset in Opencv

how to run humaneva dataset in Opencv I've followed the steps given in OpenCV documentation https://docs.opencv.org/3.2.

2017-07-17 05:33:37 -0600 commented answer I found this error while running sample cpp example facedetect.cpp 'undefiend reference to cv:

After trying this command it showing me different error

/usr/bin/ld: /tmp/ccLWBUKG.o: undefined reference to symbol '_ZN2cv6imreadERKNS_6StringEi'
//usr/local/lib/libopencv_imgcodecs.so.3.3: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
2017-07-17 05:29:55 -0600 answered a question I found this error while running sample cpp example facedetect.cpp 'undefiend reference to cv:

I tried this command and it worked but it showing me different error

/usr/bin/ld: /tmp/ccLWBUKG.o: undefined reference to symbol '_ZN2cv6imreadERKNS_6StringEi'
//usr/local/lib/libopencv_imgcodecs.so.3.3: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
2017-07-12 06:06:24 -0600 asked a question I found this error while running sample cpp example facedetect.cpp 'undefiend reference to cv:
/tmp/ccbH13my.o: In function main': facedetect.cpp:(.text+0x10e): undefined reference tocv::VideoCapture::VideoCapture()'
facedetect.cpp:(.text+0x14a): undefined reference to cv::CascadeClassifier::CascadeClassifier()' facedetect.cpp:(.text+0x159): undefined reference tocv::CascadeClassifier::CascadeClassifier()'
facedetect.cpp:(.text+0x192): undefined reference to cv::CommandLineParser::CommandLineParser(int, char const* const*, cv::String const&)' facedetect.cpp:(.text+0x1d0): undefined reference tocv::CommandLineParser::has(cv::String const&) const'
facedetect.cpp:(.text+0x36c): undefined reference to cv::CommandLineParser::has(cv::String const&) const' facedetect.cpp:(.text+0x3ff): undefined reference tocv::CommandLineParser::check() const'
facedetect.cpp:(.text+0x415): undefined reference to cv::CommandLineParser::printErrors() const' facedetect.cpp:(.text+0x44e): undefined reference tocv::CascadeClassifier::load(cv::String const&)'
facedetect.cpp:(.text+0x4bd): undefined reference to cv::CascadeClassifier::load(cv::String const&)' facedetect.cpp:(.text+0x5be): undefined reference tocv::VideoCapture::open(int)'
facedetect.cpp:(.text+0x66c): undefined reference to cv::imread(cv::String const&, int)' facedetect.cpp:(.text+0x6ec): undefined reference tocv::VideoCapture::open(cv::String const&)'
facedetect.cpp:(.text+0x77e): undefined reference to cv::imread(cv::String const&, int)' facedetect.cpp:(.text+0x7ff): undefined reference tocv::VideoCapture::isOpened() const'
facedetect.cpp:(.text+0x836): undefined reference to cv::VideoCapture::operator>>(cv::Mat&)' facedetect.cpp:(.text+0x8c3): undefined reference tocv::waitKey(int)'
facedetect.cpp:(.text+0x9b3): undefined reference to cv::waitKey(int)' facedetect.cpp:(.text+0xafa): undefined reference tocv::imread(cv::String const&, int)'
facedetect.cpp:(.text+0xb8b): undefined reference to cv::waitKey(int)' facedetect.cpp:(.text+0xc19): undefined reference tocv::CommandLineParser::~CommandLineParser()'
facedetect.cpp:(.text+0xc28): undefined reference to cv::CascadeClassifier::~CascadeClassifier()' facedetect.cpp:(.text+0xc37): undefined reference tocv::CascadeClassifier::~CascadeClassifier()'
facedetect.cpp:(.text+0xc73): undefined reference to cv::VideoCapture::~VideoCapture()' facedetect.cpp:(.text+0xe0e): undefined reference tocv::CommandLineParser::~CommandLineParser()'
facedetect.cpp:(.text+0xe22): undefined reference to cv::CascadeClassifier::~CascadeClassifier()' facedetect.cpp:(.text+0xe36): undefined reference tocv::CascadeClassifier::~CascadeClassifier()'
facedetect.cpp:(.text+0xe77): undefined reference to cv::VideoCapture::~VideoCapture()' /tmp/ccbH13my.o: In functiondetectAndDraw(cv::Mat&, cv::CascadeClassifier&, cv::CascadeClassifier&, double, bool)':
facedetect.cpp:(.text+0x1123): undefined reference to cv::cvtColor(cv::_InputArray const&, cv::_OutputArray const&, int, int)' facedetect.cpp:(.text+0x11de): undefined reference tocv::resize(cv::_InputArray const&, cv::OutputArray const&, cv::Size, double, double, int)'
facedetect.cpp:(.text+0x1247): undefined reference to cv::equalizeHist(cv::_InputArray const&, cv::_OutputArray const&)' facedetect.cpp:(.text+0x126a): undefined reference tocv::getTickCount()'
facedetect.cpp:(.text+0x1310): undefined reference to cv::CascadeClassifier::detectMultiScale(cv::_InputArray const&, std::vector<cv::Rect_<int>, std::allocator<cv::Rect_<int> > >&, double, int, int, cv::Size_<int>, cv::Size_<int>)' facedetect.cpp:(.text+0x1380): undefined reference tocv::flip(cv::InputArray const&, cv::OutputArray const&, int)'
facedetect.cpp:(.text+0x1433): undefined reference to cv::CascadeClassifier::detectMultiScale(cv::_InputArray const&, std::vector<cv::Rect_<int>, std::allocator<cv::Rect_<int> > >&, double, int, int, cv::Size_<int>, cv::Size_<int>)' facedetect.cpp:(.text+0x155f): undefined reference tocv::getTickCount()'
facedetect.cpp:(.text+0x1599): undefined reference to cv::getTickFrequency()' facedetect.cpp:(.text+0x17dc): undefined reference tocv::circle(cv::InputOutputArray const&, cv::Point, int, cv::Scalar const&, int, int, int)'
facedetect ...
(more)