Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. image processing

image processing

Scheduled Pinned Locked Moved The Lounge
questioncsharpjavapythoncom
12 Posts 7 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    V 0
    wrote on last edited by
    #1

    Does anyone know of a good image processing tutorial? I would like to find some hands on labs for creating image differences, rotatinig, transforming, ... images. I googled for some C# tutorials and found some youtube videos and sample codes, but they are pretty limited. (and code not explained very well) If possible in C# or Python (or Java), but even a good background theorie would do. I have some books, but they are heavy material to run through and I'm looking for something more light to start with. thanks in advance. (apologies if this is considered a programming question, but I don't immediately see an appropriate forum for this...)

    V.
    (MQOTD rules and previous solutions)

    L R P A A 5 Replies Last reply
    0
    • V V 0

      Does anyone know of a good image processing tutorial? I would like to find some hands on labs for creating image differences, rotatinig, transforming, ... images. I googled for some C# tutorials and found some youtube videos and sample codes, but they are pretty limited. (and code not explained very well) If possible in C# or Python (or Java), but even a good background theorie would do. I have some books, but they are heavy material to run through and I'm looking for something more light to start with. thanks in advance. (apologies if this is considered a programming question, but I don't immediately see an appropriate forum for this...)

      V.
      (MQOTD rules and previous solutions)

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      The Gimp has a good set of tutorials[^] available if that's the kind of thing you're looking for.

      One day I aspire to having a signature.

      R 1 Reply Last reply
      0
      • L Lost User

        The Gimp has a good set of tutorials[^] available if that's the kind of thing you're looking for.

        One day I aspire to having a signature.

        R Offline
        R Offline
        Rage
        wrote on last edited by
        #3

        I think he meant programmatically processed, not manually processed with a computer. I hope this is understandable.

        ~RaGE();

        I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Entropy isn't what it used to.

        L 1 Reply Last reply
        0
        • V V 0

          Does anyone know of a good image processing tutorial? I would like to find some hands on labs for creating image differences, rotatinig, transforming, ... images. I googled for some C# tutorials and found some youtube videos and sample codes, but they are pretty limited. (and code not explained very well) If possible in C# or Python (or Java), but even a good background theorie would do. I have some books, but they are heavy material to run through and I'm looking for something more light to start with. thanks in advance. (apologies if this is considered a programming question, but I don't immediately see an appropriate forum for this...)

          V.
          (MQOTD rules and previous solutions)

          R Offline
          R Offline
          Rage
          wrote on last edited by
          #4

          You would need to browse the code, but this[^] seems a good start.

          ~RaGE();

          I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Entropy isn't what it used to.

          V 1 Reply Last reply
          0
          • R Rage

            I think he meant programmatically processed, not manually processed with a computer. I hope this is understandable.

            ~RaGE();

            I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Entropy isn't what it used to.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Cheers Rage. Misread the question, much too early in the morning for me!

            One day I aspire to having a signature.

            1 Reply Last reply
            0
            • V V 0

              Does anyone know of a good image processing tutorial? I would like to find some hands on labs for creating image differences, rotatinig, transforming, ... images. I googled for some C# tutorials and found some youtube videos and sample codes, but they are pretty limited. (and code not explained very well) If possible in C# or Python (or Java), but even a good background theorie would do. I have some books, but they are heavy material to run through and I'm looking for something more light to start with. thanks in advance. (apologies if this is considered a programming question, but I don't immediately see an appropriate forum for this...)

              V.
              (MQOTD rules and previous solutions)

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #6

              Our own CG has several good tutorials: Image Processing for Dummies with C# and GDI+ Part 1 - Per Pixel Filters[^] Image Processing for Dummies with C# and GDI+ Part 2 - Convolution Filters[^] Image Processing for Dummies with C# and GDI+ Part 3 - Edge Detection Filters[^] Image Processing for Dummies with C# and GDI+ Part 4 - Bilinear Filters and Resizing[^] Image Processing for Dummies with C# and GDI+ Part 5 - Displacement filters, including swirl[^] Image Processing for Dummies with C# and GDI+ Part 6 - The HSL color space[^] Alternatively, you could check out one of my all time favourite articles: Image Processing Lab in C#[^] Use this to get into the truly wonderful AForge.NET[^].

              V 1 Reply Last reply
              0
              • V V 0

                Does anyone know of a good image processing tutorial? I would like to find some hands on labs for creating image differences, rotatinig, transforming, ... images. I googled for some C# tutorials and found some youtube videos and sample codes, but they are pretty limited. (and code not explained very well) If possible in C# or Python (or Java), but even a good background theorie would do. I have some books, but they are heavy material to run through and I'm looking for something more light to start with. thanks in advance. (apologies if this is considered a programming question, but I don't immediately see an appropriate forum for this...)

                V.
                (MQOTD rules and previous solutions)

                A Offline
                A Offline
                Amarnath S
                wrote on last edited by
                #7

                Here[^], you'll find a good book, legally free. It has nice explanations, and code in C. Not very difficult to convert to C#, I feel.

                V 1 Reply Last reply
                0
                • R Rage

                  You would need to browse the code, but this[^] seems a good start.

                  ~RaGE();

                  I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus Entropy isn't what it used to.

                  V Offline
                  V Offline
                  V 0
                  wrote on last edited by
                  #8

                  Idd it is thank you!

                  V.
                  (MQOTD rules and previous solutions)

                  1 Reply Last reply
                  0
                  • P Pete OHanlon

                    Our own CG has several good tutorials: Image Processing for Dummies with C# and GDI+ Part 1 - Per Pixel Filters[^] Image Processing for Dummies with C# and GDI+ Part 2 - Convolution Filters[^] Image Processing for Dummies with C# and GDI+ Part 3 - Edge Detection Filters[^] Image Processing for Dummies with C# and GDI+ Part 4 - Bilinear Filters and Resizing[^] Image Processing for Dummies with C# and GDI+ Part 5 - Displacement filters, including swirl[^] Image Processing for Dummies with C# and GDI+ Part 6 - The HSL color space[^] Alternatively, you could check out one of my all time favourite articles: Image Processing Lab in C#[^] Use this to get into the truly wonderful AForge.NET[^].

                    V Offline
                    V Offline
                    V 0
                    wrote on last edited by
                    #9

                    I'll certainly have a read, thanks!

                    V.
                    (MQOTD rules and previous solutions)

                    1 Reply Last reply
                    0
                    • A Amarnath S

                      Here[^], you'll find a good book, legally free. It has nice explanations, and code in C. Not very difficult to convert to C#, I feel.

                      V Offline
                      V Offline
                      V 0
                      wrote on last edited by
                      #10

                      thanks for the tip.

                      V.
                      (MQOTD rules and previous solutions)

                      1 Reply Last reply
                      0
                      • V V 0

                        Does anyone know of a good image processing tutorial? I would like to find some hands on labs for creating image differences, rotatinig, transforming, ... images. I googled for some C# tutorials and found some youtube videos and sample codes, but they are pretty limited. (and code not explained very well) If possible in C# or Python (or Java), but even a good background theorie would do. I have some books, but they are heavy material to run through and I'm looking for something more light to start with. thanks in advance. (apologies if this is considered a programming question, but I don't immediately see an appropriate forum for this...)

                        V.
                        (MQOTD rules and previous solutions)

                        A Offline
                        A Offline
                        Andy Brummer
                        wrote on last edited by
                        #11

                        I just read through this one: computer vision in python[^]

                        Curvature of the Mind now with 3D

                        R 1 Reply Last reply
                        0
                        • A Andy Brummer

                          I just read through this one: computer vision in python[^]

                          Curvature of the Mind now with 3D

                          R Offline
                          R Offline
                          Rahul VB
                          wrote on last edited by
                          #12

                          Hello Sir, i read your profile. Very nice and the most important thing:

                          Quote:

                          to change people's lives for the better

                          was the most phenominal thing. Cheers, - Rahul

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups