GithubHelp home page GithubHelp logo

cmusatyalab / diamond-core-filters Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 6.0 10.1 MB

Common filters used by Diamond applications

Home Page: http://diamond.cs.cmu.edu/

License: Eclipse Public License 1.0

C 81.76% C++ 12.01% Python 1.70% Makefile 3.18% M4 1.35%

diamond-core-filters's People

Contributors

agoode avatar bgilbert avatar hongjaic avatar jaharkes avatar lbhuston avatar rahulsukthankar avatar ronitslyper avatar theonewolf avatar therealsatya avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

diamond-core-filters's Issues

configure should check for OpenCV?

Currently during make I'm getting:

./include/lib_ocvimage.h:31:23: fatal error: opencv/cv.h: No such file or directory

which I'd expect ./configure to catch?

configure error missing libtiff.a

Getting this with ./configure:

configure: error: Missing libtiff.a: try using --with-staticlib option

My libtiff.a appears here:

โžœ lib find . -name '*libtiff*'
...
./x86_64-linux-gnu/libtiff.a
...

but the configure script appears to by default search the wrong locations (upstream issue?):

stat("/opt/diamond-filter-kit/lib/libtiff.a", 0x7ffff218e390) = -1 ENOENT (No such file or directory)
stat("/usr/lib/libtiff.a", 0x7ffff218e390) = -1 ENOENT (No such file or directory)
stat("/lib/libtiff.a", 0x7ffff218e390)  = -1 ENOENT (No such file or directory)

fil_thumb thumbnails are smaller than necessary

Since fil_thumb only scales by integer factors, it often produces thumbnails smaller than requested in both dimensions. This causes inefficient use of screen real estate in the search application.

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.