opencv 学习笔记1

Operations on Arrays

  • abs
  • absdiff
  • add
  • addWeighted
  • bitwise_and
  • bitwise_not
  • bitwise_or
  • bitwise_xor
  • calcCovarMatrix
  • cartToPolar
  • checkRange
  • compare
  • completeSymm
  • convertScaleAbs
  • countNonZero
  • cvarrToMat
  • dct
  • dft
  • divide
  • determinant
  • eigen
  • exp
  • extractImageCOI
  • insertImageCOI
  • flip
  • gemm
  • getConvertElem
  • getOptimalDFTSize
  • idct
  • idft
  • inRange
  • invert
  • log
  • LUT
  • magnitude
  • Mahalanobis
  • max
  • mean
  • meanStdDev
  • merge
  • min
  • minMaxIdx
  • minMaxLoc
  • mixChannels
  • mulSpectrums
  • multiply
  • mulTransposed
  • norm
  • normalize
  • PCA
  • PCA::PCA
  • PCA::operator ()
  • PCA::project
  • PCA::backProject
  • perspectiveTransform
  • phase
  • polarToCart
  • pow
  • RNG
  • RNG::RNG
  • RNG::next
  • RNG::operator T
  • RNG::operator ()
  • RNG::uniform
  • RNG::gaussian
  • RNG::fill
  • randu
  • randn
  • randShuffle
  • reduce
  • repeat
  • scaleAdd
  • setIdentity
  • solve
  • solveCubic
  • solvePoly
  • sort
  • sortIdx
  • split
  • sqrt
  • subtract
  • SVD
  • SVD::SVD
  • SVD::operator ()
  • SVD::compute
  • SVD::solveZ
  • SVD::backSubst
  • sum
  • theRNG
  • trace
  • transform
  • transpose

你可能感兴趣的:(opencv笔记)