Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add textual display of images #2

Open
dov opened this issue Sep 9, 2014 · 0 comments
Open

Add textual display of images #2

dov opened this issue Sep 9, 2014 · 0 comments

Comments

@dov
Copy link
Owner

dov commented Sep 9, 2014

Printing an image interactively should return a string similar to that of numpy.array.

Compare:

In [10]: a
Out[10]: 
array([[0, 0, 0, ..., 0, 0, 0],
   [0, 0, 0, ..., 0, 0, 0],
   [0, 0, 0, ..., 0, 0, 0],
   ..., 
   [0, 0, 0, ..., 0, 0, 0],
   [0, 0, 0, ..., 0, 0, 0],
   [0, 0, 0, ..., 0, 0, 0]], dtype=uint8)

In [11]: img
Out[11]: <Halcon.Image at 0xed5348>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant