Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 679192 Details for
Bug 895767
Port opencv's use of PIL to support Pillow for F19
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to use the form of import of PIL that is pillow compatible
opencv-pillow.patch (text/plain), 864 bytes, created by
Toshio Ernie Kuratomi
on 2013-01-16 00:33:01 UTC
(
hide
)
Description:
Patch to use the form of import of PIL that is pillow compatible
Filename:
MIME Type:
Creator:
Toshio Ernie Kuratomi
Created:
2013-01-16 00:33:01 UTC
Size:
864 bytes
patch
obsolete
>Index: OpenCV-2.4.3/modules/contrib/doc/facerec/src/crop_face.py >=================================================================== >--- OpenCV-2.4.3.orig/modules/contrib/doc/facerec/src/crop_face.py >+++ OpenCV-2.4.3/modules/contrib/doc/facerec/src/crop_face.py >@@ -31,7 +31,8 @@ > # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE > # POSSIBILITY OF SUCH DAMAGE. > >-import sys, math, Image >+import sys, math >+from PIL import Image > > def Distance(p1,p2): > dx = p2[0] - p1[0] >Index: OpenCV-2.4.3/modules/python/test/ticket_6.py >=================================================================== >--- OpenCV-2.4.3.orig/modules/python/test/ticket_6.py >+++ OpenCV-2.4.3/modules/python/test/ticket_6.py >@@ -1,6 +1,6 @@ > import urllib > import cv2.cv as cv >-import Image >+from PIL import Image > import unittest > > class TestLoadImage(unittest.TestCase):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 895767
: 679192