Skip to content

Commit

Permalink
imrotate issue and add misc
Browse files Browse the repository at this point in the history
1. imrotate crop fixed
2. dnn add torch support (old torch, not libtorch)
3. other minor fixed
  • Loading branch information
tanchinluh committed Jul 13, 2020
1 parent b0701bf commit 9237c6e
Show file tree
Hide file tree
Showing 214 changed files with 2,569 additions and 11,543 deletions.
8 changes: 6 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Update OPENCV to 4.1, subsequence versioning will follow the OPENCV versionn num
6. Remove unsupported functions by CV4
7. RaspberryPi Ready. :)

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


2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Depends:

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

Description: IPCV is inspired by sivp (but totally independant), with more than 150 functions for image and computer vision.
Description: IPCV is inspired by sivp (but totally independant), with more than 200 functions for image and computer vision.
3 changes: 2 additions & 1 deletion builder.sce
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ function main_builder();
// exec(toolbox_dir+"/src/getCUDA_VERSION.sci");
// exec(toolbox_dir+"/src/getNVCC_PATH.sci");
// getNVCC_PATH(toolbox_dir);
tbx_builder_src(toolbox_dir);
// tbx_builder_src(toolbox_dir);

///////////
tbx_builder_gateway(toolbox_dir);
tbx_builder_help(toolbox_dir);
Expand Down
414 changes: 0 additions & 414 deletions help/en_US/master_help.xml

This file was deleted.

Binary file modified help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
Binary file not shown.
Binary file modified help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB
Binary file not shown.
Binary file modified help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
Binary file not shown.
Binary file modified help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
Binary file not shown.
2 changes: 1 addition & 1 deletion help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
JavaSearch 1.0
TMAP bs=2048 rt=1 fl=-1 id1=2179 id2=1
TMAP bs=2048 rt=1 fl=-1 id1=2203 id2=1
Binary file modified help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP
Binary file not shown.
97 changes: 0 additions & 97 deletions help/en_US/scilab_en_US_help/addframe.html

This file was deleted.

97 changes: 0 additions & 97 deletions help/en_US/scilab_en_US_help/aviaddframe.html

This file was deleted.

Loading

0 comments on commit 9237c6e

Please sign in to comment.