Ask Your Question

Lavanya's profile - activity

2020-01-13 07:58:08 -0600 received badge  Notable Question (source)
2019-03-12 04:46:03 -0600 received badge  Popular Question (source)
2018-07-24 06:49:49 -0600 commented answer How to use opencv videocapture in django

I dont understand it. My system is having webcam. Then why it is not opening. If I it as python file Im getting it.

2018-07-24 06:49:24 -0600 commented answer How to use opencv videocapture in django

I dont understand it. My system is having webcam. Then why it is not opening. If I it as python file Im getting it. But

2018-07-24 06:25:51 -0600 received badge  Editor (source)
2018-07-24 06:25:51 -0600 edited question How to use opencv videocapture in django

How to use opencv videocapture in django I want to use video capture in django project. Is it possible to do that?

2018-07-24 06:03:26 -0600 asked a question How to use opencv videocapture in django

How to use opencv videocapture in django I created python files for face detection using videocapture under models.py. I

2018-07-24 05:16:47 -0600 commented question AttributeError: 'module' object has no attribute 'face' AttributeError: 'module' object has no attribute 'face' even after installed opencv-contrib-python

After uninstalled opencv-python it works fine in my system. Thanks berak

2018-07-20 01:08:17 -0600 asked a question AttributeError: 'module' object has no attribute 'face' AttributeError: 'module' object has no attribute 'face' even after installed opencv-contrib-python

AttributeError: 'module' object has no attribute 'face' AttributeError: 'module' object has no attribute 'face' even aft

2017-05-13 00:44:21 -0600 asked a question homomorphic filter slow down my program

I applied homomorphic filtering to remove glaring and shadow effect with my program. I got homomorphic filtering code from http://stackoverflow.com/questions/20... . When I run these code seperately it runs well and it gives good response. When I merge with my existing program it is not showing any error or warning but it takes too much time to show program output. Is there any wrong way with it?

2017-05-13 00:35:12 -0600 received badge  Enthusiast
2017-05-11 07:52:49 -0600 asked a question How to remove glare and shadow effect from an image

My image's ROI has shadow and glare effect on it. So extracted features from ROI is too poor. Can anyone give suggestion??

2017-05-11 03:39:58 -0600 answered a question How to remove glare from image

You can use hough circle transform for this image and try to block outside of hough circles. While applying hough transform you should very careful in choosing parameters. Or else try to use homomorphic filtering to overcome glare effect

2017-05-08 07:46:12 -0600 commented answer How to calculate slope, length and distance between hough lines?

In my image I got two parallel lines. Now I calculated slope and length of each line respectively. I want to calculate distance between these two parallel lines.

2017-05-08 06:12:42 -0600 asked a question How to calculate slope, length and distance between hough lines?

To detect lines from my image I used problabistic hough transform. I got 15 lines from my image. now I want to calculate slope, length of each line and to calculate distance between nearest lines? Can anyone suggest me ideas or share code? Thanks in advance

2017-05-05 04:11:40 -0600 asked a question How to draw lines(from LSD) with particular slope value?

My aim is to segment screws and to find whether it is good or not. Segmentation part is over. Now I am finding lines inside the screw are good or not. To prove it, I need to find whether lines are perfectly parallel to each other. Secondly, I need to find the distance between lines. I used Line Segment Detector(LSD) to find lines in my image. It gave several lines. Now I want to prove whether lines in the screw are parallel are not. I had extracted slope of lines and I stored it in a integer variable. Now I want to know which line have which slope value. For example, I have slope value of 10, I want to draw line with slope 10 only. Can anyone help me to overcome this problem? Thanks in advance!

2017-05-05 03:41:16 -0600 received badge  Student (source)