Ask Your Question

saideepthik's profile - activity

2018-03-13 00:39:03 -0600 answered a question To find the coordinates of corners detected by Harris corner detection

import cv2 import numpy as np filename = 'chessboard2.jpg' img = cv2.imread(filename) gray = cv2.cvtColor(img,cv2.COLOR

2018-03-05 06:09:09 -0600 received badge  Necromancer (source)
2018-03-05 06:03:15 -0600 received badge  Necromancer (source)
2018-03-05 04:29:27 -0600 commented question Haar cascade problem

can you share your code?

2018-03-05 04:20:43 -0600 commented question video is not opening in opencv 2.4.10 with python

check the path of the video "m.avi"

2018-03-05 04:19:32 -0600 commented question video is not opening in opencv 2.4.10 with python

it returns True for me

2018-03-05 04:17:38 -0600 answered a question video is not opening in opencv 2.4.10 with python

if you want the to watch the video. you should read each frame first. then using imshow() video will be opened. like bel

2018-03-05 01:36:31 -0600 answered a question How to read/write video with OpenCV in Python?

yes it will work for updated versions also and you can try like this also. import cv2 import numpy as np cap = cv2.Vide

2018-03-03 14:13:06 -0600 received badge  Teacher (source)
2018-03-02 03:50:04 -0600 answered a question How to get lines' score from HoughLines function?

yes, you can.... try with this code : lines = cv2.HoughLinesP(canny_edges, 2, np.pi/180, 30,50, 200) cnt=1 for line in l

2018-03-02 01:00:35 -0600 commented answer -w -h in create_samples

yes, i agreed according to the document. but , created samples having different -w and -h which i got. so, now i'm sear

2018-02-28 12:01:26 -0600 marked best answer -w -h in create_samples

in opencv while creating samples the +ve image will create samples using -ve background images. so, my question is we are metioning -w and -h, how it will impact on generated vector file?

i tried to see the created samples using cmd: opencv_createsamples -w 50 -h 50 -vec filename.jpg.vec so got a image window with resolution of 200200 for -w 50 and -h 50. and +ve and -ve images are of same resolution (300300). if anyone knows in depth concept of this please help us to get into it. thanks in advance,

  • an aspirant on opencv
2018-02-28 03:11:48 -0600 commented question -w -h in create_samples

OK Steven thanks for replying, +ve images= positive images that are going to give for training -ve images = negative im

2018-02-28 03:07:10 -0600 commented question what does the content means in a .vec file? while creating the samples using opencv_createsamples.

ok steven thanks for suggestion.

2018-02-28 02:58:52 -0600 commented answer Error while running code that uses Haar Classifier xml: "Incorrect type of self "

i tried with your code it works fine. please check once again. import numpy as np import cv2 cow_cascade = cv2.Cascad

2018-02-28 02:39:55 -0600 answered a question Error while running code that uses Haar Classifier xml: "Incorrect type of self "

please check the path and name of the xml file which you created after training.

2018-02-27 23:16:05 -0600 commented question -w -h in create_samples

Hi Steven, -w <sample_width> : Width (in pixels) of the output samples. -h <sample_height> : Height (in pixe

2018-02-27 22:50:28 -0600 commented question what does the content means in a .vec file? while creating the samples using opencv_createsamples.

just i'm learning the algorithm of haar cascade classifier in depth. so i want to know how this format can be read as a

2018-02-27 07:27:19 -0600 commented question How to detect and capture an image automatically when person is in front of the camera

import numpy as np import cv2 face_cascade = cv2.CascadeClassifier('haarcascade_frontalface_default.xml') img = cv2.imre

2018-02-27 07:03:27 -0600 asked a question -w -h in create_samples

in opencv while creating samples the +ve image will create samples using -ve background images. so, my question is we ar

2018-02-27 06:28:01 -0600 asked a question what does the content means in a .vec file? while creating the samples using opencv_createsamples.

what does the content means in a .vec file? while creating the samples using opencv_createsamples. Hi, i want to know ho

2018-02-27 06:18:50 -0600 edited question what does the content means in a .vec file? while creating the samples using opencv_createsamples.

what does the content means in a .vec file? while creating the samples using opencv_createsamples. please find the attac

2018-02-27 06:07:12 -0600 commented question what does the content means in a .vec file? while creating the samples using opencv_createsamples.

unable to attach the file thats the reason to send. thats ok i want answer or any suggestions for my question. that what

2018-02-27 06:00:25 -0600 edited question what does the content means in a .vec file? while creating the samples using opencv_createsamples.

what does the content means in a .vec file? while creating the samples using opencv_createsamples. please find the attac

2018-02-27 05:58:25 -0600 received badge  Editor (source)
2018-02-27 05:58:25 -0600 edited question what does the content means in a .vec file? while creating the samples using opencv_createsamples.

what does the content means in a .vec file? while creating the samples using opencv_createsamples. please find the attac

2018-02-27 05:55:05 -0600 asked a question what does the content means in a .vec file? while creating the samples using opencv_createsamples.

what does the content means in a .vec file? while creating the samples using opencv_createsamples. please find the attac

2018-02-14 05:02:08 -0600 commented question Visualizing learned features from Haar cascade classifier

hi Steven, i thought your book is released eagerly, wants to know about Haar cascade classifier in depth. i stopped her