CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Posts
    16

    urgent! please help me

    We have an image that we open it from the folder. After we detect the boundary, we want to use this image, not the original image. I have tried but it still using the original image. What must I do?

    Thank you



  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: urgent! please help me

    >open from folder
    How do you open it?
    If you need to work with a copy, you could copy it to temporary file and open the temporary...


    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
    and all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Sep 2001
    Posts
    16

    Re: urgent! please help me

    the image is opened form the folder from C. Then after we have detect the boundary, I want to use this image(after detect the boundary, because the image that we get is totally different from the original image). How can I do that? How to call this image without save it.

    Thank you


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured