Ask Your Question

rushix's profile - activity

2019-11-13 06:23:09 -0600 received badge  Notable Question (source)
2019-10-07 06:46:54 -0600 received badge  Popular Question (source)
2018-10-21 13:06:38 -0600 received badge  Notable Question (source)
2018-10-21 13:06:38 -0600 received badge  Popular Question (source)
2018-02-09 03:46:38 -0600 commented answer find object size in pixels

It looks too old question to which i have answered, never mind, It may help to others who are trying to search for this

2018-02-09 03:43:17 -0600 commented question Rectangle area, Am i doing it all right?

@LBerger , Yes, It may happen..., there are probabilities of finding two or more objects too... Need to work on all poss

2018-02-09 03:32:56 -0600 answered a question find object size in pixels

@lp, You are trying to detect a known object, what i understands from this line is, You must be using a already trained

2018-02-09 03:19:32 -0600 asked a question Rectangle area, Am i doing it all right?

Rectangle area, Am i doing it all right? Hello again, Actually i am comparing two images, to find new object introduced

2018-02-05 02:40:29 -0600 asked a question Detecting change in previous and current image frame

Detecting change in previous and current image frame Hello again, abs / absdiff function can find difference in two Mat

2018-02-02 09:11:25 -0600 commented answer opencv_annotation tool not opening...

@berak, @stevenputtemans, Yes, I am trying to make a cascade which will be able to identify and detect "tanks"... No..

2018-02-02 08:36:22 -0600 marked best answer opencv_annotation tool not opening...

Hi members, I have created a directory structure as following :

tanks /images

Using following command line tool : Apples-MacBook:Documents rushi$ opencv_annotation -images /tanks/images -annotations /tanks/annotations.txt * mark rectangles with the left mouse button, * press 'c' to accept a selection, * press 'd' to delete the latest selection, * press 'n' to proceed with next image, * press 'esc' to stop. Apples-MacBook:Documents rushi$

But it is not starting any utility so that i can select rectangles of objects. neither it is showing any error too.

2018-02-02 08:36:22 -0600 received badge  Scholar (source)
2018-02-02 08:35:49 -0600 commented answer opencv_annotation tool not opening...

@Berak, As usual ..., Its done. and thanks again.. It opened the tool.

2018-02-02 08:18:52 -0600 received badge  Editor (source)
2018-02-02 08:18:52 -0600 edited question opencv_annotation tool not opening...

opencv_annotation tool not opening... Hi members, I have created a directory structure as following : tanks /im

2018-02-02 08:18:09 -0600 asked a question opencv_annotation tool not opening...

opencv_annotation tool not opening... Hi members, I have created a directory structure as following : tanks /im

2018-02-02 06:16:00 -0600 received badge  Self-Learner (source)
2018-02-02 06:07:24 -0600 commented question Initialize OpenCL runtime... Error

@berak, How do i accept your answer so that you can get points... I tried upvoting... your answer but it requires that i

2018-02-02 05:59:48 -0600 commented question Initialize OpenCL runtime... Error

@berak, Got it working, i was providing wrong detectMultiScale arguments... Thanks dear. I am trying to accept your answ

2018-01-30 11:10:02 -0600 commented question Initialize OpenCL runtime... Error

@berak, I am a bit concerned because i am printing the size if faces but it neither prints 1 nor printing 0....!!

2018-01-29 09:51:49 -0600 commented question Initialize OpenCL runtime... Error

@berak, then how to initialize opencl? Can you let me know the procedure? Should i initialize it via code ? Which code?

2018-01-29 07:04:41 -0600 asked a question Initialize OpenCL runtime... Error

Initialize OpenCL runtime... Error Hi there, I am a new member to the forum. I have setup OpenCV with homebrew on mac os