Antonis Polykratis
2015-03-07 15:56:54 UTC
Hello,
I have two questions
1) I try to understand the following line of code that I saw in a text:
surf.surf(image)[:, 5:]
Is there any known (general) reason for the above slicing? Why not
surf.surf(image)?
2) surf.surf(image) is returning empty result in some photos. I think that
these photos are small.
I would expect that in these cases the features would be less than normal
but not zero. (So in these
cases I have to add logic to exclude those images).
Any comment on that?
Thanks for your time.
Antonis
I have two questions
1) I try to understand the following line of code that I saw in a text:
surf.surf(image)[:, 5:]
Is there any known (general) reason for the above slicing? Why not
surf.surf(image)?
2) surf.surf(image) is returning empty result in some photos. I think that
these photos are small.
I would expect that in these cases the features would be less than normal
but not zero. (So in these
cases I have to add logic to exclude those images).
Any comment on that?
Thanks for your time.
Antonis
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.