Giter Club home page Giter Club logo

yibo-zhu / opencv_test Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fengbingchun/opencv_test

0.0 0.0 0.0 109.22 MB

fbc_cv is an open source image process library.

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

C++ 23.97% CMake 0.19% Shell 0.12% Makefile 0.79% Python 0.42% C 65.13% Batchfile 0.02% MATLAB 0.45% HTML 1.31% CSS 0.13% Clean 0.01% TeX 0.02% Objective-C 2.07% Roff 0.05% Inno Setup 0.01% JavaScript 0.05% Perl 0.05% Assembly 5.19% Cuda 0.02% Awk 0.01%

opencv_test's Introduction

OpenCV_Test

The main role of the project:

The version of each open source library see: version.txt

The project support platform:

  • windows7/10 64 bits: It can be directly build with VS2013 in windows7/10 64bits.
  • Linux:
    • OpenCV_Test support cmake build(file position: prj/linux_cmake_OpenCV_Test)
    • FFmpeg_Test support cmake build(test code include: FFmpeg, LIVE555; file position: prj/linux_cmake_FFmpeg_Test)

OpenCV's version: 3.1

  • close support for OpenCL/CUDA/SIMD/TBB/OpenMP when build with CMake
  • modify modules/core/include/opencv2/core/cvdef.h,close SIMD support: adjust line 167 to: #if 0
  • in order to keep the linux and windows results consistent, modify modules/core/include/opencv2/core/fast_math.hpp: make cvFound/cvFloor/cvCeil/cvRound to execute the last branch
  • 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

fbc_cv have been implemented include:

  • resize
  • cvtColor
  • merge/split
  • remap
  • warpAffine
  • rotate
  • warpPerspective
  • dilate
  • erode
  • morphologyEx
  • threshold
  • transpose
  • flip
  • dft/idft
  • Windows DShow, support codec type: mjpeg
    • opencv: 2.4.13.6, only get decoded data
    • ffmpeg: 4.2, only get encoded data

Screenshot:

Blog:

fbc_cv library licence: uses the same licence as OpenCV3.1

opencv_test's People

Contributors

fengbingchun 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.