Code Monkey home page Code Monkey logo

sfilt's Introduction

SFILT

SFILT is an opensource GUI project used to explore some image-filtering algorithms in OpenCV using Qt5

by Stian Broen, 2016 (C) Broentech Solutions AS [email protected]

Installation

How do I build it?

First you need (for Windows) :

  1. Qt 5.X
  2. OpenCV 3.X
  3. (Optional) Visual Studio
  4. Git

Set the following environmental variables

OPENCV_DIR (on my system its C:\source\libs\OpenCV\opencv-3.1\opencv\build\x64\vc12)

QTDIR (on my sustem its C:\Qt\5.7\msvc2013_64)

Open a shell according to your setup. I use Qt 5.7 64-bit for Desktop (MSVC 2013)

Go to /scripts run setEnv.cmd

go to /source run qmake -r make

(if you have Visual Studio) : run qmake -r -tp vc cmake

You can open the project in Visual Studio now go to /scripts run vcstart.cmd browse to your sln file and open it Click 'play'.. and play ;)

Usage

The program is pretty simple. It can be used as a starting point for your image processing application. And it can be used to explore some of the possibilities within OpenCV.

  1. Import an image.
  2. Right-click to open the processing menu
  3. Add the filters you want to explore. You can stack them.
  4. You can go to 'RGB' or 'HSV' to edit the channels separately
  5. You can do some histogram processing
  6. You can merge the channels into 1 image again

License

LGPL v3, see separate file

sfilt's People

Watchers

James Cloos avatar luzhongtong 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.