Releases: ray2501/tcl-opencv
Releases · ray2501/tcl-opencv
0.17
0.16
0.15
0.14
0.13
0.12
0.11
- Apply Christian's patch (to/from bytearray methods plus refactoring)
- Add col and row command to MATRIX function
- Add forwardWithNames command to READNET function
- Implement command: findNonZero
- Implement command: LineSegmentDetector
- Implement command: getTextSize, getFontScaleFromHeight, getDerivKernels
- Implement command: estimateAffine3D, estimateAffinePartial2D
- Implement command: NMSBoxes
- Update blobFromImage command (internal changes)
0.10
- configure.ac: Add -std=c++11 flag
- Apply Christian's patch (POC thread support, Improved Tk photo support plus POC VecTcl support)
- Update drawContours command (interface changed)
- Improve findHomography command (interface changed)
- Change AKAZE Diffusivity type variable's name (AKAZE to KAZE)
- Implement command: MSER, KAZE, AffineFeature
- Implement command: GeneralizedHoughBallard, GeneralizedHoughGuil
- Implement command: BackgroundSubtractorKNN
- Implement command: BOWKMeansTrainer, BOWImgDescriptorExtractor
- Implement command: LogisticRegression, SVMSGD, DTrees, Boost, RTrees, ANN_MLP
- Implement command: CLAHE, EMD
- Implement command: computeECC, findTransformECC, readOpticalFlow, writeOpticalFlow
- Implement command: createHanningWindow, phaseCorrelate
- Implement command: undistort, initUndistortRectifyMap, projectPoints, estimateAffine2D
- Implement command: calibrateCamera, getOptimalNewCameraMatrix
- Add pop_back and push_back method to MATRIX function
0.9
- Apply Christian's patch
- Re-design moments command
- Improve HOGDescriptor command
- Add command: PCA
- Add command: kmeans
- Add commands: rotate, compareHist, getGaussianKernel, sepFilter2D, connectedComponentsWithStats
- Add commands: transform, solve, determinant, eigen, calcCovarMatrix, Mahalanobis
- Add commands: NormalBayesClassifier, KNearest, SVM
0.8
- Merge code from Christian (Refactoring)
- Configure file add options: --with-sift, --with-opencv4 and --enable-tkphoto
- Add command: resizeWindow
- Add command: HOGDescriptor
- Add randn command and re-design randu command
- Add commands: countNonZero, compare, trace, reduce