Go to advanced search

by MatteiLuca
Fri Feb 07, 2014 2:07 pm
Forum: Python
Topic: Open cv + HoughCircle problem
Replies: 1
Views: 1925

Open cv + HoughCircle problem

Hi, I have to do a image processing with raspberry. I correctly installed opencv library and i wrote a program with IDLE. But when I run it there's a problem. The program: import cv2, cv import numpy as np img= cv2.imread('imm.png',0) img= cv2.medianBlur(img,5) cimg=cv2.cvtColor(img,cv2.COLOR_GRAY2B...
by MatteiLuca
Fri Feb 07, 2014 1:12 pm
Forum: Python
Topic: Open cv + HoughCircle problem
Replies: 0
Views: 539

Open cv + HoughCircle problem

Hi, I have to do a image processing with raspberry. I correctly installed opencv library and i wrote a program with IDLE. But when I run it there's a problem. The program: import cv2, cv import numpy as np img= cv2.imread('imm.png',0) img= cv2.medianBlur(img,5) cimg=cv2.cvtColor(img,cv2.COLOR_GRAY2B...
by MatteiLuca
Thu Jan 30, 2014 9:40 am
Forum: Python
Topic: Camera Module + Open cv
Replies: 3
Views: 5148

Re: Camera Module + Open cv

Initially thank you for the quick response. I try it and it works, unfortunately the acquisition of image is very slow. I need a higher frame because I have to do a imagine processing. What can I do?
by MatteiLuca
Tue Jan 28, 2014 2:52 pm
Forum: Python
Topic: Camera Module + Open cv
Replies: 3
Views: 5148

Camera Module + Open cv

Hi, I'm an Italian student, so I'm sorry for my elementary English, however I hope that you can understand and help me to solve my problem. I bought a Camera Module and I want try to capture imagines in a Python shell using IDLE . I installed the library opencv-2.4.8, but when I run the program the ...

Go to advanced search