mobilsoluzioni
Profilo di
Nome | mobilsoluzioni |
---|---|
Indirizzo email | n/a |
Messaggi | 7 |
-
- 2024-03-12 12:40:22
- ValueError: cannot set WRITEABLE flag to True of this array
- Forum >> Programmazione Python >> Calcolo scientifico
- ValueError: cannot set WRITEABLE flag to True of this array
non riesco a risolvere
-
- 2017-02-04 11:35:07
- Re: AttributeError: 'module' object has no attribute 'BackgroundSubtractorMOG'
- Forum >> Programmazione Python >> Scripting
- Si Daniele, utilizzo Python 2.7 , le altre funzionalità tutto ok. Ho provato anche diverse installazioni OpenCv.
-
- 2017-02-04 07:09:18
- Re: AttributeError: 'module' object has no attribute 'BackgroundSubtractorMOG'
- Forum >> Programmazione Python >> Scripting
- Per guida ecco dove ho preso le informazioni:
https://hackerstribe.com/2012/installare-opencv-per-python-su-windows/
no non c'è il file .py
-
- 2017-02-03 22:04:50
- Re: AttributeError: 'module' object has no attribute 'BackgroundSubtractorMOG'
- Forum >> Programmazione Python >> Scripting
- Scusa dimenticavo ho copiato come dice la guida il file cv2.pyd nella cartella C:\Python27\Lib\site-packages
-
- 2017-02-03 22:02:52
- Re: AttributeError: 'module' object has no attribute 'BackgroundSubtractorMOG'
- Forum >> Programmazione Python >> Scripting
- Ciao Daniele, ho provato l'esempio che mi hai suggerito ma non funziona. Stesso errore. Pare che non esiste l'oggetto. Quali altre prove posso fare ?
-
- 2017-02-02 09:26:41
- AttributeError: 'module' object has no attribute 'BackgroundSubtractorMOG'
- Forum >> Programmazione Python >> Scripting
- Sto provando un codice python libreria Opencv 3.0 e python 2.7
ma appare questo errore
bgsMOG = cv2.BackgroundSubtractorMOG()
AttributeError: 'module' object has no attribute 'BackgroundSubtractorMOG'
cosa devo fare?
-
- 2017-02-01 21:59:32
- Errore Opencv?
- Forum >> Principianti
- Sto provando un codice python libreria Opencv 3.0 e python 2.7
ma appare questo errore
bgsMOG = cv2.BackgroundSubtractorMOG()
AttributeError: 'module' object has no attribute 'BackgroundSubtractorMOG'
cosa devo fare?