Skip to content

cnsuhao/OpenCV_Test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

fbc_cv is an open source image process library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%