Skip to content

Commit 9237c6e

Browse files
committed
imrotate issue and add misc
1. imrotate crop fixed 2. dnn add torch support (old torch, not libtorch) 3. other minor fixed
1 parent b0701bf commit 9237c6e

File tree

214 files changed

+2569
-11543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+2569
-11543
lines changed

ChangeLog.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Update OPENCV to 4.1, subsequence versioning will follow the OPENCV versionn num
6060
6. Remove unsupported functions by CV4
6161
7. RaspberryPi Ready. :)
6262

63-
Version 4.1-dev (17-Juy-19):
63+
Version 4.1-2 (15-Nov-19):
6464
1. Change dnn_readmodel 4th options from torch to ONNX
65-
Affected files : dnn_readmodel.sci, int_dnn_init.cpp
65+
Affected files : dnn_readmodel.sci, int_dnn_init.cpp
66+
2. Update to OpenCV 4.1.2 engine
67+
3. Changes of extern C to prepare for the sciTorch integration
68+
69+

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Depends:
2727

2828
Date: 2019-11-15 12:00:007
2929

30-
Description: IPCV is inspired by sivp (but totally independant), with more than 150 functions for image and computer vision.
30+
Description: IPCV is inspired by sivp (but totally independant), with more than 200 functions for image and computer vision.

builder.sce

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ function main_builder();
3939
// exec(toolbox_dir+"/src/getCUDA_VERSION.sci");
4040
// exec(toolbox_dir+"/src/getNVCC_PATH.sci");
4141
// getNVCC_PATH(toolbox_dir);
42-
tbx_builder_src(toolbox_dir);
42+
// tbx_builder_src(toolbox_dir);
43+
4344
///////////
4445
tbx_builder_gateway(toolbox_dir);
4546
tbx_builder_help(toolbox_dir);

help/en_US/master_help.xml

Lines changed: 0 additions & 414 deletions
This file was deleted.
343 Bytes
Binary file not shown.
55 Bytes
Binary file not shown.
34 Bytes
Binary file not shown.
3.99 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
JavaSearch 1.0
2-
TMAP bs=2048 rt=1 fl=-1 id1=2179 id2=1
2+
TMAP bs=2048 rt=1 fl=-1 id1=2203 id2=1
2 KB
Binary file not shown.

0 commit comments

Comments
 (0)