Functions undocumented in Python and C (Bug #229)
Description
From the latex2sphinx error log:
The following functions are undocumented
Abs
BackProjectPCA
CV_16SC
CV_16UC
CV_32FC
CV_32SC
CV_64FC
CV_8SC
CV_8UC
CV_CMP
CV_FOURCC
CV_IABS
CV_IS_SEQ_CLOSED
CV_IS_SEQ_CONVEX
CV_IS_SEQ_CURVE
CV_IS_SEQ_HOLE
CV_IS_SEQ_INDEX
CV_IS_SEQ_SIMPLE
CV_MAKETYPE
CV_MAT_CN
CV_MAT_DEPTH
CV_SIGN
CalcArrBackProject
CalcArrHist
CalcOpticalFlowFarneback
CalcPCA
CalibrationMatrixValues
CheckArr
ClearSeq
ConvertMaps
CreateCameraCapture
CreateFileCapture
CvtPixToPlane
CvtScale
DecodeImage
DecodeImageM
EncodeImage
EqualizeHist
EstimateRigidTransform
GetReal1D
GetReal2D
GetReal3D
GetRealND
HOGDetectMultiScale
HoughCircles
MatMul
MatMulAdd
MaxRect
Normalize
ProjectPCA
PyrUp
RandShuffle
Range
RealScalar
Scalar
ScalarAll
Scale
SolvePoly
Sort
StartWindowThread
Subdiv2DEdgeOrg
Subdiv2DNextEdge
Watershed
Zero
Some of these are synonyms for functions that are documented.
Associated revisions
Merge pull request #229 from Nerei:master
Merge pull request #229 from mshabunin:fix-drawing-24
History
Updated by James Bowman almost 15 years ago
Updated by Vadim Pisarevsky over 13 years ago
Watershed, HoughCircles, DecodeImage, DecodeImageM, EncodeImage, CalcOpticalFlowFarneback, EqualizeHist done in r6354
Updated by Andrey Kamaev almost 13 years ago
- Description changed from From the latex2sphinx error log: <pre> The following functions are und... to From the latex2sphinx error log: The following functions are undocumented ... More
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from High to Normal
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from Normal to Low
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
James Bowman)
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4246