-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
415 lines (257 loc) · 9.49 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
2025-02-06 Danilo Chang
* Bump version to v1.0
2024-11-12 Danilo Chang
* Update package require Tcl (and Tk) from 8.6 to 8.6- (for Tcl 9)
2024-11-10 Danilo Chang
* Use Tcl_Size to replace int (for Tcl 9)
2024-03-01 Danilo Chang
* Bump version to v0.17
2024-02-29 Danilo Chang
* Implement command: BarcodeDetector
2024-02-28 Danilo Chang
* Implement command: hasNonZero
* Let QRCodeDetector return string, and fix test cases
* Add ::cv::REDUCE_SUM2 option to ::cv::reduce
* Implement stackBlur command
2023-12-17 Danilo Chang
* Bump version to v0.16
* Update tclconfig files
2022-02-15 Danilo Chang
* Bump version to v0.15
2022-02-13 Danilo Chang
* Try to support open-only property for VideoCapture command
2021-12-31 Danilo Chang
* Bump version to v0.14
2021-12-27 Danilo Chang
* Implement command: QRCodeEncoder
2021-11-09 Danilo Chang
* Bump version to v0.13
2021-11-07 Danilo Chang
* Apply Christian's patch
2021-11-05 Danilo Chang
* Implement command: IntelligentScissorsMB
2021-11-02 Danilo Chang
* Implement command: FaceDetectorYN, FaceRecognizerSF
2021-10-31 Danilo Chang
* Bump version to v0.12
* Implement command: setWindowTitle
2021-10-30 Danilo Chang
* Apply Christian's patch
2021-10-28 Danilo Chang
* Apply Christian's patch
2021-10-26 Danilo Chang
* Implement command: softNMSBoxes
2021-10-25 Danilo Chang
* Implement command: TrackerDaSiamRPN
2021-10-24 Danilo Chang
* Implement command: TextDetectionModel_DB, TextRecognitionModel
2021-10-23 Danilo Chang
* Implement command: TextDetectionModel_EAST
2021-10-22 Danilo Chang
* Add CV_VERSION_GREATER_OR_EQUAL macro
* Implement command: TrackerMIL, TrackerGOTURN
2021-10-20 Danilo Chang
* Try to fix Build fails on 4.5.1 issue
Add flag to check VideoCapture/VideoWriter property
2021-10-19 Danilo Chang
* Apply Christian's patch (Refactoring)
2021-10-14 Danilo Chang
* README.md: Add more info, prepare re-tag
* Bump version to v0.11
2021-10-12 Danilo Chang
* Implement command: getDerivKernels
* Implement command: findNonZero
2021-10-11 Danilo Chang
* Implement command: LineSegmentDetector
2021-10-10 Danilo Chang
* Apply Christian's patch (Refactoring)
* Update NMSBoxes command
2021-10-09 Danilo Chang
* Update blobFromImage command (internal changes)
* Implement command: getTextSize, getFontScaleFromHeight
2021-10-08 Danilo Chang
* Apply Christian's patch:
to/from bytearray methods plus refactoring
* Add NMSBoxes command
* Add col and row command to MATRIX function
* Add forwardWithNames command to READNET function
* Add getUnconnectedOutLayers command to READNET function
* Add getLayerNames command to READNET function
* Implement command: estimateAffine3D, estimateAffinePartial2D
2021-10-07 Danilo Chang
* Bump version to v0.10
* Update drawContours command (interface changed)
2021-10-06 Danilo Chang
* Implement command: GeneralizedHoughBallard, GeneralizedHoughGuil
2021-10-05 Danilo Chang
* Implement command: max, min
* Implement command: approxPolyDP
* Implement command: findContoursWithHierarchy, drawContoursWithHierarchy
* Implement command: readOpticalFlow, writeOpticalFlow
2021-10-04 Danilo Chang
* Implement command: AffineFeature (required version 4.5.0)
I use TCL_USE_SIFT flag for this command.
* Update TrainData command
* Implement command: sortIdx, repeat
2021-10-03 Danilo Chang
* Implement command: solveCubic, solvePoly
* Implement command: estimateAffine2D
* Improve findHomography command (interface changed)
2021-10-02 Danilo Chang
* Apply Christian's patch:
Improved Tk photo support plus POC VecTcl support
* configure.ac: Add -std=c++11 flag
For OpenCV 4.x+ requires enabled C++11 support issue.
* Implement command: computeECC, findTransformECC
* Implement command: cornerEigenValsAndVecs, cornerMinEigenVal
* Update BackgroundSubtractorMOG2 command
2021-10-01 Danilo Chang
* Implement command: BackgroundSubtractorKNN
* Implement command: convexityDefects, matchShapes
* Improve convexHull command
* Apply Christian's patch
2021-09-30 Danilo Chang
* Change AKAZE Diffusivity type variable's name (AKAZE to KAZE)
* Implement command: KAZE
* Apply Christian's patch
* Implement command: BOWKMeansTrainer, BOWImgDescriptorExtractor
* Implement command: insertChannel
* Implement command: arcLength, buildPyramid, pointPolygonTest
2021-09-29 Danilo Chang
* Implement command: extractChannel
* Implement command: MSER
2021-09-28 Danilo Chang
* Implement command: computeCorrespondEpilines, findFundamentalMat
* Implement command: getBuildInformation
* Implement command: solvePnP
2021-09-27 Danilo Chang
* Implement command: initUndistortRectifyMap, projectPoints
* Implement command: getOptimalNewCameraMatrix, undistort
* Implement command: calibrateCamera
* Implement command: createHanningWindow, phaseCorrelate
* Implement command: setRNGSeed, randShuffle
* Implement command: warpPolar
2021-09-26 Danilo Chang
* Implement command: fillPoly, CLAHE, EMD, SVDecomp, SVBackSubst
2021-09-25 Danilo Chang
* Apply Christian's patch (POC thread support)
2021-09-24 Danilo Chang
* Implement command: minMaxIdx
* Implement command: RTrees, ANN_MLP
* Apply Christian's patch
2021-09-23 Danilo Chang
* Implement command: DTrees, Boost
2021-09-22 Danilo Chang
* Implement command: fitLine (for 2D point set)
* Implement command: LogisticRegression, SVMSGD
* Add pop_back and push_back method to MATRIX function
2021-09-21 Danilo Chang
* Bump version to v0.9
2021-09-20 Danilo Chang
* Apply Christian's patch (FileStorage interface)
* Implement command: findChessboardCorners, drawChessboardCorners
* Implement command: getGaussianKernel, sepFilter2D
* Implement command: compareHist
2021-09-19 Danilo Chang
* Re-design moments command
* Implement command: determinant
* Implement command: eigen, calcCovarMatrix, Mahalanobis
* Update PCA command
2021-09-18 Danilo Chang
* Improve contourArea command
* Implement command: PCA
* Implement command: integral
* Implement command: connectedComponentsWithStats
* Implement command: transform, solve
2021-09-17 Danilo Chang
* Implement command: kmeans
* Implement command: KNearest, NormalBayesClassifier
2021-09-16 Danilo Chang
* Improve HOGDescriptor command
* Add new file for SVM command
2021-09-15 Danilo Chang
* Improve HOGDescriptor command
* Implement command: rotate
2021-09-14 Danilo Chang
* Apply Christian's patch for v0.8
* Bump version to v0.8
2021-09-13 Danilo Chang
* Re-design randu command for more than 1 channel case
* Implement command: randn
* Implement command: compare, trace, reduce
* Implement command: resizeWindow
* Merge code from Christian (Refactoring)
2021-09-12 Danilo Chang
* Implement command: HOGDescriptor
* Implement command: countNonZero
* Implement command: fitEllipse, moments
2021-09-11 Danilo Chang
* Add flag --with-sift to enable/disable SIFT command code
* Merge code from Christian (Refactoring)
* Bump version to v0.7
2021-09-10 Danilo Chang
* Update FlannBasedMatcher for SIFT command
* Implement command: SIFT (required version 4.4)
* Implement command: StereoSGBM
* Implement command: FlannBasedMatcher
* Implement command: AgastFeatureDetector
* Implement command: AKAZE, BRISK
2021-09-09 Danilo Chang
* Implement command: SimpleBlobDetector
* Implement command: StereoBM
* Implement command: sqrt, exp, hconcat, vconcat
2021-09-08 Danilo Chang
* Add HDR imaging related commands
* Bump version to v0.6
* Implement command: findHomography, perspectiveTransform
2021-09-07 Danilo Chang
* Implement command: FastFeatureDetector, ORB, BFMatcher
2021-09-06 Danilo Chang
* Implement command: cornerSubPix, cornerHarris
2021-09-05 Danilo Chang
* Bump version to v0.5
* Implement command: sum, pow, abs, mulSpectrums
* Update bitwise_and, bitwise_or, bitwise_xor and bitwise_not command
2021-09-04 Danilo Chang
* Implement command: selectROI
* Implement command: textureFlattening, seamlessClone
* Implement command: decolor, colorChange, illuminationChange
* Implement command: detailEnhance, edgePreservingFilter, pencilSketch
2021-09-03 Danilo Chang
* Implement command: fastNlMeansDenoisingColored, inpaint, stylization
* Implement command: convexHull, remap
* Implement command: QRCodeDetector
2021-09-02 Danilo Chang
* Implement command: MATRIX diag, colRange, rowRange, inv, *
* Implement command: ::cv::getRectSubPix, ::cv::getAffineTransform
2021-08-30 Danilo Chang
* Implement command: meanShift and CamShift
2021-08-28 Danilo Chang
* Implement command: Stitcher
2021-08-26 Danilo Chang
* Implement command: blobFromImage
* Implement command: MatWithDims
* Re-design Mat at and size command
2021-08-25 Danilo Chang
* Implement command: CascadeClassifier
2021-08-24 Danilo Chang
* Implement command: findContours, drawContours
* Implement command: bitwise_not, bitwise_and, bitwise_or, bitwise_xor
2021-08-23 Danilo Chang
* Implement command: getPerspectiveTransform, warpPerspective
2021-08-22 Danilo Chang
* Implement command: setMouseCallback, createTrackbar, getTrackbarPos
2021-08-21 Danilo Chang
* Implement command: filter2D
* Implement command: at and Mat function
2021-08-19 Danilo Chang
* Implement command: VideoWriter
2021-08-18 Danilo Chang
* Implement command: VideoCapture
2021-08-17 Danilo Chang
* Implement command: getRotationMatrix2D and warpAffine function
* Implement command: get rows and cols
2021-08-16 Danilo Chang
* Implement imread and imwrite command to test
* Update package name, and link to OpenCV library
* Dump the sample extension