Ask Your Question

mayra's profile - activity

2018-09-02 13:26:15 -0600 edited question Recognizing and reading text from an image using tesseract and opencv in c++?

Recognizing and reading text from an image using tesseract and opencv in c++? I am trying to recognize text from an imag

2018-09-02 11:53:36 -0600 asked a question Recognizing and reading text from an image using tesseract and opencv in c++?

Recognizing and reading text from an image using tesseract and opencv in c++? I am trying to recognize text from an imag

2018-08-04 07:24:07 -0600 asked a question Detecting articles from a newspaper using opencv?

Detecting articles from a newspaper using opencv? I tried this using dilation and the code I used is below #include "st

2018-07-07 00:01:17 -0600 received badge  Enthusiast
2018-07-06 08:36:06 -0600 commented question How can we check if a particular pixel is in this pixel range or not?

Oh yes, I didn't notice that thanks but then also I can't use this method now i am trying to compare every individual ch

2018-07-06 08:06:06 -0600 commented question How can we check if a particular pixel is in this pixel range or not?

Yes in c++ only

2018-07-06 07:44:02 -0600 commented question How can we check if a particular pixel is in this pixel range or not?

using inrange I can only find in an image but I want to use that pixel

2018-07-06 07:33:58 -0600 asked a question How can we check if a particular pixel is in this pixel range or not?

How can we check if a particular pixel is in this pixel range or not? I have a BGR value of a pixel in Vec3b format and

2018-07-06 01:41:57 -0600 commented answer How to save a video in mp4 format

Yeah sorry my bad

2018-07-03 04:20:25 -0600 received badge  Editor (source)
2018-07-03 04:20:25 -0600 edited answer How to save a video in mp4 format

Try this VideoWriter video("outputStabilized.avi", CV_FOURCC('M', 'J', 'P', 'G'), 10, Size(frame_width, frame_height));

2018-07-03 04:19:38 -0600 answered a question How to save a video in mp4 format

Try this VideoWriter video("outputStabilized.avi", CV_FOURCC('M', 'J', 'P', 'G'), 10, Size(frame_width, frame_height));

2018-07-02 06:40:49 -0600 commented answer I am trying to get all the different pixel values from an image and display the same?

Yeah, I also thought of using this . The above code gives me false results.Thanks for the suggestion @LBerger

2018-07-02 00:15:41 -0600 answered a question I am trying to get all the different pixel values from an image and display the same?

I figured out the solution #include "stdafx.h" #include <iostream> #include "opencv2/opencv.hpp" #include "opencv

2018-06-27 03:42:30 -0600 commented question I am trying to get all the different pixel values from an image and display the same?

Thanks a lot for the reply, I will see this.

2018-06-27 00:04:30 -0600 commented question I am trying to get all the different pixel values from an image and display the same?

I am trying to get all the different colors in an image and get their RGB values, So I thought comparing pixels can give

2018-06-26 09:35:47 -0600 asked a question I am trying to get all the different pixel values from an image and display the same?

I am trying to get all the different pixel values from an image and display the same? The problem is I can access pixel