CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Fourier

  1. #1
    Join Date
    Sep 2010
    Posts
    23

    Fourier

    I'd like to understand
    Fourier in image transform

    I have learnt in my school that
    F(x,y)=f(x,y)=C*(long summation)

    Given an image 16x16, and its pixel data after read are stored in imgData of (BYTE*imgData)

    What is x,y and how can I apply F for imgData ?

    Thank you
    Your smile's like a shining sun

  2. #2
    Join Date
    May 2010
    Posts
    54

    Re: Fourier

    Sounds like you are trying to compare images, right,
    I read somewhere people state that there are many methods usable to do this and none of them offer 100% correctness. I used to make a similar question to compare two images but no one answered me. It's odd that many software, tools still available out there and can offer detection of xx% similarity between images in incredible speed even when searching the whole drive. And those are for free. It's selfish that they know clearly a very easy method, seems so, to do this but they keep always silent!
    All in All, I need too a simple approach to find xx% similarity between two given images Someone who can help is highly appreciated.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured