Skip to content

Releases: ray2501/tcl-opencv

0.17

01 Mar 12:35
68effa4
Compare
Choose a tag to compare
  • Implement command: BarcodeDetector
  • Implement command: stackBlur
  • Implement command: hasNonZero
  • Add ::cv::REDUCE_SUM2 option to ::cv::reduce

0.16

17 Dec 04:42
724a948
Compare
Choose a tag to compare
  • Update tclconfig files

0.15

15 Feb 11:23
1352410
Compare
Choose a tag to compare
  • Try to support open-only property for VideoCapture command

0.14

31 Dec 12:50
3600c89
Compare
Choose a tag to compare
  • Implement command: QRCodeEncoder

0.13

09 Nov 13:18
fd07f4f
Compare
Choose a tag to compare
  • Apply Christian's patch
  • Implement command: IntelligentScissorsMB
  • Implement command: FaceDetectorYN, FaceRecognizerSF

0.12

31 Oct 14:30
7d1c6ff
Compare
Choose a tag to compare
  • Apply Christian's patch
  • Implement command: setWindowTitle
  • Implement command: TextDetectionModel_EAST, TextDetectionModel_DB, TextRecognitionModel, softNMSBoxes
  • Implement command: TrackerMIL, TrackerGOTURN, TrackerDaSiamRPN
  • Try to fix Build fails on 4.5.1 issue

0.11

14 Oct 02:52
c11acbd
Compare
Choose a tag to compare
  • 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

07 Oct 12:03
b2e4dc9
Compare
Choose a tag to compare
  • 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

21 Sep 12:07
bd4e5e3
Compare
Choose a tag to compare
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

14 Sep 07:40
eaadffe
Compare
Choose a tag to compare
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