Commit 028e128 lutianen
committed
1 parent d64ab4e commit 028e128 Copy full SHA for 028e128
File tree 1 file changed +17
-4
lines changed
1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# LuxDLL
2
2
3
- The DLL project is for TW2/CE7.
3
+ This is a general image decoding project named ** LuxDLL(Lux's Dynamic Link Library)** .
4
+
5
+ It has been tested and runs efficiently on Windows, not on Linux.
4
6
5
7
## Environment Requirements
6
8
7
- - Windows 10
8
- - MinGW 8.1.0 64 bit
9
+ - g++ >= 8.1.0 64 bit
9
10
- CMake >= 3.20.6
10
11
- OpenCV 3.14.6
11
- - Python 3.8 64 bit
12
+
13
+ ## Highlights
14
+
15
+ - Support 8/12/16-Bayer to RGB
16
+ - Dynamic library
17
+ - Lightweight and efficient
18
+ - Supports python calls
12
19
13
20
## Log
14
21
15
22
- [x] v2.4
23
+
16
24
Add set R/G/B factors Function
25
+
26
+ - [x] v2.5
27
+ Add mode: all in 8(图像拉伸显示)
28
+ Change C-style to C++-style in LuxCheck.cc
29
+ Add some template function
You can’t perform that action at this time.
0 commit comments