How to get bit depth of original jpg image
I have 32 bit per pixle jpg image i used the following vode to read the image int Ret = 0; //read the input image Mat orgMat = cv::imread(strInputFile,CV_LOAD_IMAGE_UNCHANGED ); if( orgMat.empty() ) {...
View Articleopencv import video error python
Video can not be imported into the process. on windows 
View ArticleIs grayscale image still required in CascadeClassifier::detectMultiScale?
I noticed that both methods below are working with 'haarcascade_frontalface_alt.xml' dataset. In most tutorial samples they always convert the source frame into grayscale, so my questions is if the...
View Articlehow to detect whether tube is present of not??
Hello, I want to detect that tube is in frame of not. currently I am using canny edge detection, but problem is how can i set edge for tube. So, I can get information that tube is there or not.  my xcode build setting is ...
View ArticleMessage not marked as unread if the content is no longer available
Hi, I have a problem on the account of this forum: I have a message that informs me about a comment on a question that I commented on, and if I click on `commented question` I get the info `Sorry,...
View ArticleWhere can i find the steps to install lates version of openCV?
I am using Ubuntu 14.04, I want to install the latest version of openCV with updated libraries and repositories. How can i accomplish this?
View Articleimread doesn't open pbm/tiff images
Hi, I have a code that works with low dynamic range images (like png, jpeg and other normal extensions), but it can't read pbm/tiff files. What can I do? cv::Mat img = cv::imread(argv[1],...
View ArticleCompile failed: cannot find -lRunTmChk
Hello, I'm trying to compile OpenCV. I've followed the directions outlined here: http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation and I'm...
View Articlesyphon input to Mat
Hello! I was trying to find an example of how to access a syphon client from open cv. I couldn't find any code or something other than using openFrameworks for that.. If this is not something difficult...
View ArticleSimple algorithm for tracking objects between frames
Hey all, I'm using contour finding (along with background subtraction) to pick out objects from a scene -- however, I'd like to also be able to track objects from frame to frame. Given two frames, I'd...
View Article