Joint histogram

asked 2014-08-13 02:16:34 -0600

a543153 gravatar image

updated 2018-01-14 01:06:31 -0600

Has anybody worked with joint histograms? link text How to create and compare them?

edit retag flag offensive close merge delete

Comments

Well,I'm a newbie to computer vision. What are 'concateneated' histograms? I found the term in the paper above (follow the link)

a543153 gravatar imagea543153 ( 2014-08-13 02:27:31 -0600 )edit
1

Actually 2 problems with your question.

  1. You are actually looking for a general solution to a computer vision problem. This is not the goal of this Q&A forum. To understand what I am saying, please read the FAQ...
  2. Basically what you want is creating histograms of data, which is simple data binning. If this sounds like chinese to you, start reading the internet about histograms ... Then combine them together based on regions in the image, which adds some sort of spatial information to the concept of histograms.
  3. Then go and try to implement this in openCV and see where you get. Once this is done, and errors appear, then is the right time to come back to this place...

So for now -1 for your question, since it doesn't apply the rules...

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-13 02:58:07 -0600 )edit

All I need for the moment is to implement the algorithm in the paper above. I'm not going to become an expert in computer vision.

a543153 gravatar imagea543153 ( 2014-08-13 03:34:14 -0600 )edit

Seriously? Sorry to say but this is probably the most retarded answer I have read in a long time for now ... You cannot simply expect yourself to implement an advanced computer vision algorithm if you even haven't got a single clue on how to create this all, nor grasp the fact of creating histograms and binning. You just lost my need to help you out ...

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-13 03:37:29 -0600 )edit

You're taking yourself too seriosly,Steven. That's probably because of your age.

a543153 gravatar imagea543153 ( 2014-08-13 03:50:37 -0600 )edit

Could be :) but that doesn't change the fact that I am doing this out of free will and interest. It becomes frustrating to see someone just basically say, give me the solution in code and stfu :)

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-13 04:17:31 -0600 )edit

I don't need a solution in code,I needed a little help with the theory because of lack of time. But don't bother yourself.

a543153 gravatar imagea543153 ( 2014-08-13 04:30:38 -0600 )edit
1

"All I need for the moment is to implement the algorithm in the paper above. I'm not going to become an expert in computer vision." - you obviously want to pay someone else to do it then.

berak gravatar imageberak ( 2014-08-13 04:54:44 -0600 )edit

A wild guess, you probably started your high school project way to late and now want a quick fix. Like I said... this forum isn't designed for explaining computer vision theory. There are way better locations/fora for that with people probably willing to explain the complete theory behind histograms and combinations of that in computer vision. You don't have to become an expert ... histograms are kind of the very basics of computer vision. Without any effort on your part to educate yourself, implementing that paper will never work out.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-13 06:07:52 -0600 )edit