Thread: Image Manipulation

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    3

    Image Manipulation

    Hello. I'm currently starting work on a university project that involves looking at CCTV footage in crowded areas and then uses an equation (which i don't understand, or need to understand) designed to predict crowd movements to find anyone who isn't doing what's expected.
    Unfortunately, I have absolutely no idea how to open/edit/manipulate images in C++, and very little experience in writing C++ or windows programmes, though I'm pretty confidant in C and console programming.
    So anyway, I'm starting small, and I'm currently working on a program that simply loads a bitmap or jpeg image, displays it in a window, and does something simple like turning everything that's red to black. I've searched the forums here, though I've never been much good at knowing what to look for, but I couldn't really find anything that would help. So, my basic question is: Does anyone have any advice? Books to buy, websites to look at, just a basic idea of how i should go about doing this?
    Thanks for any help

  2. #2
    Unregistered User Overload's Avatar
    Join Date
    Jul 2004
    Posts
    12

    Talking

    http://www.imagemagick.org/

    Quote Originally Posted by mathtools.net
    ImageMagickTM is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications.
    Quote Originally Posted by sitescripts.com
    Magick++ is the object-oriented C++ API to the ImageMagick image-processing library, the most comprehensive open-source
    image processing package available.
    P.S. I believe that you could find some help from OpenGL. OpenGL is an intense graphics manipulation library. I am sure there are some functions that could help you with your problem in OpenGL. http://www.opengl.org
    Last edited by Overload; 07-28-2004 at 07:33 AM.
    ._«:¤©•®™ª°*¯*°ª™®•©¤:»_. C++ ._«:¤©•®™ª°*¯*°ª™®•©¤:»_.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. Image Manipulation
    By gadu in forum C++ Programming
    Replies: 0
    Last Post: 04-16-2009, 07:19 PM
  3. image manipulation
    By axon in forum C++ Programming
    Replies: 11
    Last Post: 05-01-2003, 12:22 PM
  4. Replies: 4
    Last Post: 03-02-2003, 09:12 AM
  5. Image manipulation
    By Colin in forum C++ Programming
    Replies: 2
    Last Post: 01-04-2003, 12:46 PM