Posts by Lily_Li

    Dear Robert,


    Thanks for your kindness and help. And What's the meaning of "Maybe the SiSo support can provide a good hint."? I still think that it's not better to use the SplitImage operator to get hundreds of images to realize recursion operation for hundreds of simulation processes.

    Another question: We got the CenterX & CenterY of all the objects After the blob analysis. If we want to combine two or more closed objects. Do you think is it possible to realize it through comparing the D-value of each CX & CY of all the objects? How to get the D-value of each pixel of one line?


    Greetings Lily

    Dear Robert,


    Thanks for your kindness and help. And What's the meaning of "Meybe the SiSo support can provide a good hint."?

    Another question: We got the CenterX & CenterY of all the objects After the blob analysis. If we want to combine two or more closed objects. Do you think is it possible to realize it through comparing the D-value of each CX & CY of all the objects? How to get the D-value of each pixel of one line?


    Greetings Lily

    Hi Robert,

    Thanks for your suggestions. I also tried to use the operator SplitImage. It will split the image into 1024 lines one by one together when we simulat the process for one time. If we simulate the process on second time, it will run this process again. I'm afraid it will use more resources of the system.

    And actually we need to get only one line when we run this process once. Then we get the second line when the process goes on the sceond time. And so on. It will be used in our process for cyclic operation and also need so much resources. Do you think it's possible or not?

    pasted-from-clipboard.png

    Dear Robert,

    Thanks for your quick reply. I got it.

    Another little question I need your help. How to get the line from Row-0 to Row-N one by one line from one image when we simulate the processing cycle for N times. I tried to use ImageBuffe/ ImageFifo/Register and select line buffer but it only output the first line everytime. Woul you pls. help to handle this?

    Another question is how to change the Image from 1D to 2D?

    Thanks a lot!

    pasted-from-clipboard.png