Never mind, only just noticed this is fixed in https://sourceforge.net/p/pdiff/code/53/ (added after 1.1.1 release).
Metric.cpp needs stdio.h header
However if you are ok with a stricter comparison you could always convert your videos into static images and just compare frame by frame but I'm not sure if that is what you want. Anything beyond that is beyond scope for me on this free open source project due to time constraints. On Tue, Apr 3, 2018, 10:46 AM yeehector yeehector@users.sourceforge.net wrote: Possibly but I don't have time to do it. You'd need to modify the code to use a spatiotemporal contrast sensitivity function instead of the...
Possibly but I don't have time to do it. You'd need to modify the code to use a spatiotemporal contrast sensitivity function instead of the regular contrast sensitivity function. And even then after that it still has to be tested to see if it even works. So the short answer is no, there needs to be research done on it first. I'd Google for some existing video diff tool if it exists. On Tue, Apr 3, 2018, 10:16 AM Babu valuekrab@users.sourceforge.net wrote: is it possible to develop a feature to compare...
is it possible to develop a feature to compare two videos. Thoughts, i am looking for it, On Thu, Mar 29, 2018 at 6:34 PM, yeehector yeehector@users.sourceforge.net wrote: It's not set up to diff video, sorry! Video is quite different perceptually and this code is just not suited for comparing video On Thu, Mar 29, 2018, 12:09 PM Babu valuekrab@users.sourceforge.net wrote: sorry got sucked into a diff. work. If this is possible can you guide how we move ahead, thanks On Tue, Jan 16, 2018 at 9:18...
It's not set up to diff video, sorry! Video is quite different perceptually and this code is just not suited for comparing video On Thu, Mar 29, 2018, 12:09 PM Babu valuekrab@users.sourceforge.net wrote: sorry got sucked into a diff. work. If this is possible can you guide how we move ahead, thanks On Tue, Jan 16, 2018 at 9:18 PM, yeehector yeehector@users.sf.net wrote: Yes this is possible but you have to extract the still images from the video into a supported format like png first. Video comparison...
sorry got sucked into a diff. work. If this is possible can you guide how we move ahead, thanks On Tue, Jan 16, 2018 at 9:18 PM, yeehector yeehector@users.sf.net wrote: Yes this is possible but you have to extract the still images from the video into a supported format like png first. Video comparison is not supported directly as it is a vastly different problem. On Jan 16, 2018 3:48 AM, "Babu" valuekrab@users.sf.net wrote: on this feature development , i am looking for comparing two images of a...
Yes this is possible but you have to extract the still images from the video into a supported format like png first. Video comparison is not supported directly as it is a vastly different problem. On Jan 16, 2018 3:48 AM, "Babu" valuekrab@users.sf.net wrote: on this feature development , i am looking for comparing two images of a video. Is it possible, pl let me know, thanks [feature-requests:#4] https://sourceforge.net/p/pdiff/feature-requests/4/ need help to understand the features * Status: open...
on this feature development , i am looking for comparing two images of a video. Is it possible, pl let me know, thanks
need help to understand the features
Yes I think that is the most up to date fork and on github On Jul 18, 2016 3:34 PM,...
OK, thanks. It looks like that fork is still missing support for 96 and 128-bit HDR...
https://github.com/myint/perceptualdiff On Jul 18, 2016 2:58 PM, "Hector Yee" hector.yee@gmail.com...
The openmp version in github is more up to date I would use that fork On Jul 18,...
I made a very similar change and then discovered this thread. Is it your intent to...
Most welcome ... I'm sometimes surprised that such an obscure tool finds unexpected...
I'd like to say thanks by offering you a license of any of the software titles that...
Great advice - thank you for what you have done!
I would downsample by the number of acceptable pixel movements before comparing....
I tried values all over the fov range, and I am seeing no changes from 0.1 to 1.2,...
Try decreasing the field of view parameter to 10.. that should fix most small changes...
I have two images, captured from a netcam. There are no "real" changes between the...
PerceptualDiff-1.1.1/Metric.cpp:289: bad delete ?
Just to be sure: I don't know how github notifies about pull requests, so I'm just...
Thanks, I will get to have a look at it some time around the end of this week ho...
I can see they rewrote it a bit ;-)
Ok I forked a copy of this repo here: https://github.com/hectorgon/perceptual-diff...
I think someone made a fork with openmp support on github: https://github.com/myint/perceptualdiff...
Add support for floating-point formats
Make -threshold accept percentages too.
According to http://sourceforge.net/apps/trac/sourceforge/wiki/Subversion%20permissions%20management,...
Thanks how can I get this patch in I haven't used sourceforge in years is it possible...
This change fixes this issue Index: RGBAImage.cpp ===================================================================...
Pdiff can't open 96-bit or 128-bit floating point TIFFs