Posts by Aaron Baier

    Hi Johannes,


    Many thanks for the help, I'll check this out. I think I was attempting to embed the blob data in an empty image using CreateBlank Image in a previous iteration, but I wasn't doing it like your example.


    Best regards,


    Aaron

    Hi Johannes,


    You're right. Changing the link to 2x65536 places the blob order correctly in the case of a single blob. What would be the best way to organise the blob data stream for microDisplay to show the data in 2x6 format side by side like so? I would like to add this data to the bottom of the original image in this format. The number of blobs detected for each image will vary.


    pasted-from-clipboard.png

    Hi,


    I'm developing an applet that will take in a 8k x 10k image, and look for blobs. The blobs that are detected below a certain size are filtered out, and the remaining blobs are then structured as 16-bits bitwise across two 8-bit pixels and then inserted together to create a 2 x 6 image for each blob looking like this:


    pasted-from-clipboard.png


    This is working great in simulation, however when I synthesize this for a mE5-VCL board I get all the values arranged across a single line with the rest of the values as zero like this:


    pasted-from-clipboard.png


    I'm not quite sure why there's a difference between simulation and synthesis.


    Would anyone be able to have a look and offer any ideas?


    Many thanks,


    Aaron