Brilliaoce / OpenCV_Test

fbc_cv is an open source image process library.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

fbc_cv is an open source image process library.

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


Languages

Language:C 67.4%Language:C++ 23.5%Language:Assembly 5.2%Language:HTML 1.3%Language:Makefile 0.8%Language:MATLAB 0.4%Language:Python 0.4%Language:Java 0.2%Language:CMake 0.2%Language:CSS 0.1%Language:Shell 0.1%Language:Objective-C 0.1%Language:JavaScript 0.1%Language:Roff 0.0%Language:Perl 0.0%Language:Cuda 0.0%Language:TeX 0.0%Language:M4 0.0%Language:Batchfile 0.0%Language:Clean 0.0%Language:Inno Setup 0.0%Language:SourcePawn 0.0%Language:Awk 0.0%Language:Ruby 0.0%Language:Pascal 0.0%Language:Coq 0.0%Language:Rich Text Format 0.0%Language:Tcl 0.0%