Comments on: Total Variational L1 and Anisotropic Huber L1 Optical Flow http://archive.pkmital.com/2009/08/31/total-variational-l1-and-anisotropic-huber-l1-optical-flow/ computational audiovisual augmented reality research Mon, 28 May 2012 15:49:06 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Mutu http://archive.pkmital.com/2009/08/31/total-variational-l1-and-anisotropic-huber-l1-optical-flow/comment-page-1/#comment-488 Mon, 28 May 2012 15:49:06 +0000 http://pkmital.com/home/?p=47#comment-488 When you say: “The newest source on Manuel’s website is rock solid!”, are you referring to the binary release of FlowLib or the Matlab code? I do not see any source code.

Thanks!

]]>
By: parag http://archive.pkmital.com/2009/08/31/total-variational-l1-and-anisotropic-huber-l1-optical-flow/comment-page-1/#comment-94 Sun, 22 May 2011 14:05:52 +0000 http://pkmital.com/home/?p=47#comment-94 In reply to Mark.

you can find it here: http://gpu4vision.icg.tugraz.at/index.php?content=downloads.php

]]>
By: Mark http://archive.pkmital.com/2009/08/31/total-variational-l1-and-anisotropic-huber-l1-optical-flow/comment-page-1/#comment-91 Tue, 26 Apr 2011 17:12:22 +0000 http://pkmital.com/home/?p=47#comment-91 I don’t find the Manuel Werlberger matlab code. Could you publicate the exact link?
thank you

]]>
By: Anonymous http://archive.pkmital.com/2009/08/31/total-variational-l1-and-anisotropic-huber-l1-optical-flow/comment-page-1/#comment-35 Tue, 22 Dec 2009 15:08:39 +0000 http://pkmital.com/home/?p=47#comment-35 I don't know if your memory problem is the same as mine, but using a modified version of the sample code they provide, I just added:

for(unsigned i = 0; i<num_images; ++i)
delete in_images[i];

after the flow was written out to file, to delete each pointer in the in_images vector. That cleared up the memory problem I was having.

]]>