Search:

Type: Posts; User: tommy_chai

Search: Search took 0.01 seconds.

  1. Well, besides this, any idea to help newbie on my...

    Well, besides this, any idea to help newbie on my problem?
    Thanks.
  2. Sorry to cause such confusion. Actually, i want...

    Sorry to cause such confusion. Actually, i want to share the same data in two C files. I am using Visual C++ platform. Now i have manually typed down those values and saved in .h file. In another C...
  3. Any idea in how to save the struct data in header...

    Any idea in how to save the struct data in header file in a C file before being reused for another C file?

    Thank you.
  4. Thank you very much. i will read and try to...

    Thank you very much. i will read and try to understand. Hope I can ngain some help from this forum in future because i am a beginner in C.
  5. How to use the data obtain in one C file to another C file?

    Hi guys,
    First, I detect coordinates for left and right corners of a mouth in Corners.c and saved in struct Coordinate for 72 images.
    How can I able to link it to another C file, let's say try5.c...
  6. How to filter the points to get only the left most and right most?

    Hi all,
    Kindly need your attention here.
    Let say,


    n = 0; // number of corner points detected
    if (......)
    {
    corner_list[n].x = j; //x coordinate
    corner_list[n].y = i; //y coordinate
  7. Replies
    9
    Views
    2,968

    Yup, it's can't happen. This command is to read...

    Yup, it's can't happen. This command is to read from current directory.
    I have modified this program to invoke another program to read continuously.
    Thanks for the advices.
  8. The source code can be reached at...

    The source code can be reached at http://users.fmrib.ox.ac.uk/~steve/susan/susan2l.c
    Yup, the key point is how to get rid of moustache.
    The terms and modification shouldbe done under...
  9. How to filter the corners in image to get mouth corners only?

    Hi guys,
    I used SUSAN corner detector to detect the corners in a mouth ROI.
    The input image as attached "m-004-1.pgm" and ouput image "004-c.pgm".
    I have changed to .bmp format in order to upload...
  10. Replies
    2
    Views
    1,752

    Image Processing on mouth ROI

    The attachments contain "ipskin.pgm" and "m-004-1.pgm".
    "m-004-1.pgm" is the mouth region after opening(3x3) and closing(2x2) and labeling.
    "ipskin.pgm" is the raw image. Both of the image in...
  11. Thanks a lot for these advices. I have learned a...

    Thanks a lot for these advices. I have learned a lot from here though the problem has been solved.
    Thanks guys.
  12. Replies
    9
    Views
    2,968

    Ya i am trying on this. It's worked to read files...

    Ya i am trying on this. It's worked to read files which put in the same directory only. Can i use FindFileData.cFilename to read files from other directory? How?
    There is no problem for output...
  13. Replies
    9
    Views
    2,968

    I am using microsoft visual studio and i think...

    I am using microsoft visual studio and i think the link given is not suitable for this platform right?
    I have find and modified some codes on how to read more files as below:


    /* {{{ Copyright...
  14. Replies
    9
    Views
    2,968

    Mind you to educate me more on this. I am using...

    Mind you to educate me more on this. I am using microsoft visual studio and a beginner for it.
    So, pls feel free to show me the way because i just cannot understand due to my standard.

    thank you.
  15. Replies
    9
    Views
    2,968

    How to read images with argc & argv?

    /* {{{ Copyright etc. */

    /**********************************************************************\

    SUSAN Version 2l by Stephen Smith
    Oxford Centre for Functional Magnetic Resonance Imaging...
  16. Thanks for the advices guys. I have solve the...

    Thanks for the advices guys. I have solve the problem.
  17. How to write image data to binary PGM file format(P5)?

    Hi all,
    I fail to write the image data to binary PGM format (P5).
    Let's say i have to write a image data into PGM P5 format.
    I have the information for width, height, Y_min, Y_max, XL, XR and the...
Results 1 to 17 of 17