Coder Social home page Coder Social logo

fdog's Introduction

#FDOG(Flow-based DoG) this repository is a implement of Kang H, Lee S, Chui C K. Flow-Based Image Abstraction[J]. IEEE Transactions on Visualization & Computer Graphics, 2009, 15(1):62-76.

#Envirnment to run this project, QT and openCV is needed. You may need to modify the `.pro' file to adapt your envirnment.

INCLUDEPATH += C:/Opencv/include

LIBS += -LC:/Opencv/lib/ \
    -lopencv_core2410 \
    -lopencv_highgui2410 \
    -lopencv_imgproc2410d

#Attention

  • I only use openCV to achieve image input and output in the main.cpp. So you can change it if you don't have openCV installed.

  • This project don't use any widget of QT, So you can transplant code to other IDEs(like,visual studio) easily.

  • Major code of this project is provided by my DIP teacher. I think the code may originally comes from the paper author. I'm not sure.

#Example example

fdog's People

Watchers

 avatar  avatar

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.