Ask Your Question

Quzal's profile - activity

2018-07-05 01:19:05 -0600 received badge  Famous Question (source)
2017-12-13 04:45:31 -0600 received badge  Notable Question (source)
2017-09-12 02:42:29 -0600 received badge  Popular Question (source)
2017-09-03 23:37:14 -0600 commented answer How to apply mask to live camera in android opencv

Fixed it , Just added tempImg.release() befre bitwise_and

2017-09-03 18:27:31 -0600 asked a question How to apply mask to live camera in android opencv

How to apply mask to live camera in android opencv I'm detecting blue color from live camera feed by using Core.inRange

2016-08-24 18:39:17 -0600 asked a question Finding center of Rect

How can I find the center of Rect ?

2016-08-20 15:10:30 -0600 asked a question install tesseract on window visual studio 2013

Plase help me how to intall tesseract on visual studio 2013

2016-08-17 15:48:40 -0600 commented question connectedComponents() not working

connectedComponents(image, labels, connectivity=8, type=CV_32S) ,show error at this line of connectedcomponents.cpp ( CV_Assert(L.channels() == 1 && I.channels() == 1);)

2016-08-17 15:38:56 -0600 commented answer connectedComponents() not working

connectedComponents(image, labels, connectivity=8, type=CV_32S) ,show error at this line of connectedcomponents.cpp ( CV_Assert(L.channels() == 1 && I.channels() == 1);)

2016-08-17 15:32:48 -0600 commented question readFolderExtractFeatures method is undefined in visual studio

I am reading a book "OpenCV by Examples" one examples says"we need to read all the images from each folder, extract the features, and save them in our training and test data. To do this, we will use the readFolderAndExtractFeatures function.The readFolderAndExtractFeatures function uses the VideoCapture OpenCV function to read all the images of a folder like a video or camera."

2016-08-17 08:51:11 -0600 asked a question readFolderExtractFeatures method is undefined in visual studio

I'm using visual studio 2013 but readFolderExtractFeatures() method is undefined

2016-08-17 05:58:24 -0600 asked a question connectedComponents() not working

I have problem using connectedComponents() .Error shows at line 341

2016-08-17 05:56:03 -0600 answered a question "addImage" and "render" functions

Can anyone tell me how to use connectedComponents in Visual Studio ?