Vadim Pisarevsky
Vadim Pisarevsky
*NOTE: the previous [big ticket](https://github.com/vpisarev/ficus/issues/4) was renamed and closed.* Now we have some more things to be done to finally release Ficus 1.0 (or at least Ficus 1.0 beta): 1....
(in bold there are higher-priority items) 1. - [x] **Basic ops on strings, lists, arrays, numbers, tuples etc. ...** 2. - [ ] **Real complex type & ops (need support...
this is not a high-priority item at all, but maybe it would be nice to add a true 'decimal' floating-point number type to ficus, based on https://github.com/vpisarev/DEC64/tree/alt. The rationale: 1....
... found during conversion of the compiler to ficus: - [x] `(_)` pattern should work for any number of formal parameters. - [x] when match case (or maybe any block)...
simple quantized model for https://github.com/opencv/opencv/pull/20264
### Describe the feature and motivation core module is the cornerstone of OpenCV. It implements basic functionality and so it's used in any OpenCV-based application. Therefore it makes sense to...
# Introduction Core module is the crucial module in OpenCV. All other modules depend on it. It must form a solid foundation for the future-proof OpenCV. What are the desirable...
### Describe the feature and motivation For OpenCV 5, where we have a good chance to repair certain things, even if it slightly breaks API, it would be nice to...
Please, vote at https://github.com/opencv/opencv/discussions/25039
### Describe the feature and motivation Image processing (imgproc) is one of OpenCV flagship modules, actively used by many people, even in deep-learning era. Most of the stuff it contains...