Coder Social home page Coder Social logo

cnsuhao / opencv_test Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fengbingchun/opencv_test

0.0 1.0 0.0 1.3 MB

fbc_cv is an open source image process library.

Home Page: http://blog.csdn.net/fengbingchun/article/category/721609

C++ 100.00%

opencv_test's Introduction

OpenCV_Test

The project has two main effect:

  • OpenCV's usage
  • fbc_cv library

The project support platform: windows7/10 64 bits. It can be directly build with VS2013 in windows7/10 64bits.

OpenCV's version: 3.1

  • close support for OpenCL/CUDA/SIMD/TBB/OpenMP when build with CMake
  • modify sources/modules/core/include/opencv2/core/cvdef.h, for example: #define CV_SSE2 0
  • insure that all algorithms are implemented with c++

fbc_cv

  • it is an open source image process library
  • most of the algorithms come from OpenCV3.1
  • it has a template class Mat_ replace of OpenCV's Mat class: src/fbc_cv/include/core/mat.hpp
  • interface names are consistent with OpenCV3.1
  • each algorithm's result is same with OpenCV3.1
  • the codes are written in C++ without dependence on any 3rd-party libraries

The algorithms have been implemented include:

  • resize
  • cvtColor
  • merge/split
  • remap
  • warpAffine
  • rotate
  • warpPerspective
  • dilate
  • erode
  • morphologyEx
  • threshold
  • transpose
  • flip
  • dft/idft

Screenshot:

Blog: fengbingchun

Licence: uses the same licence as OpenCV3.1

opencv_test's People

Contributors

fengbingchun avatar

Watchers

 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.