Ask Your Question

droidcv's profile - activity

2019-04-12 04:13:59 -0600 received badge  Enthusiast
2018-12-07 04:01:01 -0600 received badge  Good Answer (source)
2018-12-07 04:00:47 -0600 received badge  Enlightened (source)
2018-12-07 04:00:47 -0600 received badge  Good Answer (source)
2018-12-05 23:03:40 -0600 received badge  Nice Answer (source)
2018-12-05 23:03:16 -0600 received badge  Nice Answer (source)
2018-12-05 06:25:12 -0600 received badge  Teacher (source)
2018-12-04 04:19:23 -0600 commented answer Opencv android : display popup in onCameraFrame when glare is detected on image.

you can change the maxval and minval value as per your need. this two variable values shows the white colored value so

2018-12-04 04:09:54 -0600 commented answer Opencv android : display popup in onCameraFrame when glare is detected on image.

yes you can use directly in your class.

2018-12-04 04:09:14 -0600 edited answer Opencv android : display popup in onCameraFrame when glare is detected on image.

try this. it will display popup on onCameraFrame. public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame in

2018-12-04 04:06:31 -0600 received badge  Necromancer (source)
2018-12-04 04:05:58 -0600 answered a question Opencv android : display popup in onCameraFrame when glare is detected on image.

try this. it will display popup on onCameraFrame. public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame in

2018-12-04 03:55:48 -0600 received badge  Critic (source)
2018-12-04 01:43:54 -0600 received badge  Student (source)
2018-12-04 01:14:49 -0600 received badge  Supporter (source)
2018-12-01 01:38:45 -0600 received badge  Necromancer (source)
2018-12-01 01:37:40 -0600 received badge  Editor (source)
2018-12-01 01:37:40 -0600 edited answer OpenCV (java) : autocapture image in onCameraFrame()

Here is the code : public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame inputFrame) { Mat mRgba =

2018-12-01 01:37:05 -0600 answered a question OpenCV (java) : autocapture image in onCameraFrame()

Here is the code : public Mat onCameraFrame(CameraBridgeViewBase.CvCameraViewFrame inputFrame) { Mat mRgba =

2018-12-01 01:35:48 -0600 asked a question Detect rectangle opencv 3.3.1

Detect rectangle opencv 3.3.1 Right now i am using canny edge detection and find the edges but i am not able to crop the

2018-12-01 01:31:41 -0600 received badge  Organizer (source)