I want to use Graph Cut algorithm to label some Video Cubids. Here is my problem.
As far as I understand, GraphCut has an energy function being called D (cost per element), and a V pairwise that is cost of two adjacent naighbours. Now, I have processed video and I have some idea to what to set as V (like euclidean distance) , but I have no idea what I could use for energy function D. It should be noted, I don't have train data, so I am not be able to compare input data to a model or foreknown distribution to obtain D.