This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author IanCarr
Recipients IanCarr
Date 2019-11-20.21:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574285568.87.0.779759342815.issue38869@roundup.psfhosted.org>
In-reply-to
Content
I can't understand why the result of changes() in the example file changes. I get:
[[6.90642211e-310]
 [1.01702662e-316]
 [1.58101007e-322]]
[[0.]
 [0.]
 [0.]]
with an Ubuntu 14 system that has had a lot of changes made. I've checked the same happens on pythonanywhere.com so it does not seem to just be my system is broken. I wondered if there was some strange state in cv2 I don't know about, but as commenting out the tvec=np.zeros(3) line removes the behaviour I think there is something strange here. Now I've got it down to a few lines I can find a work around  and obviously numpy and opencv are huge packages and it may be in their court, but I think it is worth someone taking a look who knows more than me.
Yours
Ian
History
Date User Action Args
2019-11-20 21:32:48IanCarrsetrecipients: + IanCarr
2019-11-20 21:32:48IanCarrsetmessageid: <1574285568.87.0.779759342815.issue38869@roundup.psfhosted.org>
2019-11-20 21:32:48IanCarrlinkissue38869 messages
2019-11-20 21:32:48IanCarrcreate