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.
Handling portions of images which may be in different shapes
Started by forgetlosing, Mar 21 2010 07:28 AM
1 reply to this topic
#1
Posted 21 March 2010 - 07:28 AM
|
|
|
#2
Posted 21 March 2010 - 11:43 AM
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.
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)
Download the new operating system programming kit! (some assembly required)


Sign In
Create Account

Back to top









