Coder Social home page Coder Social logo

drillinginfo / perceptualdiff Goto Github PK

View Code? Open in Web Editor NEW

This project forked from myint/perceptualdiff

0.0 9.0 1.0 2.49 MB

A fork of the perceptualdiff image comparison tool (pdiff.sourceforge.net) with OpenMP support

C++ 83.59% C 7.29% Shell 9.11%

perceptualdiff's Introduction

Changes


Added a wrapper for use PerceptualDiff functional as a library.
Call a method int PDiffCompare(PDiffCompareParameters* parameters, PDiffCompareResult* result);
from PerceptualDiffWrapper
It compares given images and returns int value as a conclusion (see PerceptualDiffWrapper.h).
Also added the ability to pass buffers of images instead of names of files : struct PDiffCompareParameters contains appropriate fields:

unsigned char *ImageA;  // Image A
unsigned char *ImageB;  // Image B
uint32_t ImageAsize;  // Image A length
uint32_t ImageBsize;  // Image B length

Build Instructions

For build use the same CMake script (see original README.rst), now it also creates a Pdiff library that can be used later. Also it may be called from pure C.

perceptualdiff's People

Contributors

myint avatar jterrace avatar gregsymons avatar

Watchers

Ron Ziroby Romero avatar James Cloos avatar Clark Archer avatar Brad avatar  avatar  avatar RedBeardATX avatar Barry Maturkanich avatar  avatar

Forkers

andrewshalimov

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.