Blog post on scikit-image by Eric Chiang

Viral Parikh viral.j.parikh at gmail.com
Tue Apr 28 21:47:28 EDT 2015


Hi All,

Has anyone run the below part of the code mentioned in the blog - 

ggplot(pd.DataFrame(),aes(fill=True,alpha=0.5)) + \
    geom_density(aes(x=gray_image.flatten()),color='green') + \
    geom_density(aes(x=equalized_image.flatten()),color='orange') + \
    ggtitle("Histogram Equalization Process\n(From Green to Orange)") + \
    xlab("pixel intensity") + \
    ylab("density")

I run and I keep getting errors. Can anyone tell me what - pd.DataFrame() mean 
over here?

Thank you in advance!


Best,
Viral

On Monday, February 3, 2014 at 9:19:26 AM UTC-6, Ankit Agrawal wrote:
>
> Cool blog post!! +1 for inclusion of feature detection, extraction and 
> matching example in future post.
>
> Regards, 
> Ankit Agrawal,
> Communication and Signal Processing,
> IIT Bombay.
>
>
> On Mon, Feb 3, 2014 at 8:30 PM, Johannes Schönberger <js... at demuc.de 
> <javascript:>> wrote:
>
>> Really nice, the blog post should definitely get a follow up with the
>> new feature detection, extraction and matching capabilities.
>>
>> On Sun, Feb 2, 2014 at 1:41 PM, Stéfan van der Walt <ste... at sun.ac.za 
>> <javascript:>> wrote:
>> > Have a look at this great blog post:
>> >
>> > http://blog.yhathq.com/posts/image-processing-with-scikit-image.html
>> >
>> > --
>> > You received this message because you are subscribed to the Google 
>> Groups "scikit-image" group.
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to scikit-image... at googlegroups.com <javascript:>.
>> > For more options, visit https://groups.google.com/groups/opt_out.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "scikit-image" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to scikit-image... at googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20150428/51ffc0b2/attachment.html>


More information about the scikit-image mailing list