hairuiGo / 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

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 66.2%Language:C++ 24.9%Language:Assembly 3.8%Language:Objective-C 2.2%Language:Makefile 0.8%Language:HTML 0.7%Language:MATLAB 0.5%Language:Python 0.5%Language:CSS 0.1%Language:CMake 0.1%Language:Shell 0.1%Language:Perl 0.0%Language:Cuda 0.0%Language:TeX 0.0%Language:JavaScript 0.0%Language:Roff 0.0%Language:Batchfile 0.0%Language:Clean 0.0%Language:Inno Setup 0.0%Language:Awk 0.0%Language:Ruby 0.0%Language:Verilog 0.0%Language:Tcl 0.0%