Thread: image tranformation and enhancement

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    4

    image tranformation and enhancement

    I have to do image transformations such as rotation,scaling,zooming...etc and enhancement of image as a part of my project.
    Plz send me the code for them since im not able to get them correctly.......

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Send you the code? We don't do work for other people.

    If you have some code that you can't get to work, then we can help with that. If you want to know how to do something, we can point you in the right direction.

    If this isn't "homework", then there are many many libraries that can do such things - and we can help out there as well.

    gg

  3. #3
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >since im not able to get them correctly.......

    Show us what you have, perhaps we can help you with your code.

  4. #4
    Registered User Dev's Avatar
    Join Date
    Mar 2003
    Posts
    59
    Try searching pscode.com
    That might have what you need.

    But what I would suggest is to learn from some tutorials rather than source because sometimes ppl understand code but don't get concept right.

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    How can people understand the code, but not the concept?

  6. #6
    Registered User Dev's Avatar
    Join Date
    Mar 2003
    Posts
    59
    Software Engineer ,

    Understanding the code and having concept clear are two different things.

    Looking at code one will walk through the code to see what's happening. That's fine. Then he will remember that thing that if the problem is this the answer is this

    (Remenbers what he has seen)

    But there can be many different ways of doing the same thing and one way can be efficient than other.

    So its my style. I don't believe in looking at code and understanding thing.

    By Concept I mean the algorithm. One must understand the flow (algorithm) then implementing program in any other language would be simple.

    So looking at code and following it is easy but creating same thing in better way on our own ot difficult unless we get concept clear.

  7. #7
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >Understanding the code and having concept clear are two different things.

    Really? In my opinion, to really understand the code, you need to understand the concept. The concept is the basis of the code. Walking through the code to see what is happening is the same as trying to understand the underlying concept, trying to understand what the code is doing.

    > By Concept I mean the algorithm.

    Code is the implementation of an algorithm. So if you understand the code, you understand the algorithm. And if the algorithm is the concept, then you understand the concept.

    > So looking at code and following it is easy but creating same
    > thing in better way on our own ot difficult unless we get
    > concept clear.

    Hmmm. So what is then following the code? Just reading line by line without understanding?

Popular pages Recent additions subscribe to a feed