Closed Thread
Results 1 to 2 of 2

Thread: Handling portions of images which may be in different shapes

  1. #1
    forgetlosing is offline Newbie
    Join Date
    Mar 2010
    Posts
    1
    Rep Power
    0

    Handling portions of images which may be in different shapes

    Hi,
    I am currently doing project where i need to let user mark portions of any inputed image.
    The markings could be in different shapes like square, rect, circle, irregular etc.
    I should be able to remember the markings and later on reproduce them on the same image when asked to.
    Also i need to generate the bit map of those portions of images.
    What language do you suggest?
    I want to choose a language that is rich in libraries to handle images and enable me to do this?
    How does C++ help? Eg: libraries etc.
    Also are there any pre existing open source projects that handle images so that i can use that code?
    Any help would be appreciated.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2009
    Location
    USA
    Posts
    3,400
    Blog Entries
    5
    Rep Power
    37

    Re: Handling portions of images which may be in different shapes

    Here is a C++ image library that I found with a Google search: The CImg Library - C++ Template Image Processing Toolkit

    Also, Java may be a good language to use because it has a ton of libraries that it comes with.
    Root Beer == System Administrator's Beer
    Download the new operating system programming kit! (some assembly required)

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My shapes do not appear on the map (Tetris game)
    By ketybrown in forum C and C++
    Replies: 6
    Last Post: 04-15-2011, 01:45 PM
  2. Replies: 213
    Last Post: 04-14-2011, 07:57 PM
  3. C++ Exception handling
    By SPorg in forum C and C++
    Replies: 2
    Last Post: 08-05-2010, 03:41 PM
  4. Que handling
    By Rudd in forum General Programming
    Replies: 2
    Last Post: 11-04-2008, 10:14 AM
  5. Tutorial - Shapes+OptionBoxes
    By travy92 in forum Visual Basic Tutorials
    Replies: 0
    Last Post: 09-14-2007, 12:29 AM

Tags for this Thread

Bookmarks

Posting Permissions

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